Class SltSqlStatement

    • Field Detail

      • statement

        public final String statement
        Statement to execute.
      • shouldPass

        public final boolean shouldPass
        True if the statement should execute without error.
    • Constructor Detail

      • SltSqlStatement

        public SltSqlStatement​(String statement,
                               boolean shouldPass)
        Create a representation for a SQL statement.
        Parameters:
        statement - Statement to execute.
        shouldPass - If 'false' the statement is supposed to return an error.