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