Uses of Class
org.pgcodekeeper.core.parsers.antlr.pg.generated.SQLParser.Create_fts_dictionary_statementContext
Packages that use SQLParser.Create_fts_dictionary_statementContext
Package
Description
-
Uses of SQLParser.Create_fts_dictionary_statementContext in org.pgcodekeeper.core.parsers.antlr.pg.generated
Methods in org.pgcodekeeper.core.parsers.antlr.pg.generated that return SQLParser.Create_fts_dictionary_statementContextModifier and TypeMethodDescriptionSQLParser.create_fts_dictionary_statement()SQLParser.Schema_createContext.create_fts_dictionary_statement() -
Uses of SQLParser.Create_fts_dictionary_statementContext in org.pgcodekeeper.core.parsers.antlr.pg.statement
Constructors in org.pgcodekeeper.core.parsers.antlr.pg.statement with parameters of type SQLParser.Create_fts_dictionary_statementContextModifierConstructorDescriptionCreateFtsDictionary(SQLParser.Create_fts_dictionary_statementContext ctx, PgDatabase db, ISettings settings) Constructs a new CreateFtsDictionary parser.