Class SqlStatisticsCommands

    • Constructor Detail

      • SqlStatisticsCommands

        protected SqlStatisticsCommands()
    • Method Detail

      • schemaName

        public void schemaName​(String schemaName)
        Specified by:
        schemaName in interface SqlCommand
        Parameters:
        schemaName - Schema name.
      • tryEnd

        protected boolean tryEnd​(SqlLexer lex)
        Test if it is the end of command.
        Parameters:
        lex - Sql lexer.
        Returns:
        true if end of command found, false - otherwise.
      • parseColumnList

        protected String[] parseColumnList​(SqlLexer lex,
                                           boolean allowParams)
        Parameters:
        lex - Lexer.
        allowParams - If true - allow params instead columns list.