Uses of Class
org.pgcodekeeper.core.database.pg.parser.generated.SQLParser.Rule_commonContext
Packages that use SQLParser.Rule_commonContext
Package
Description
-
Uses of SQLParser.Rule_commonContext in org.pgcodekeeper.core.database.pg.parser.generated
Methods in org.pgcodekeeper.core.database.pg.parser.generated that return SQLParser.Rule_commonContextModifier and TypeMethodDescriptionSQLParser.rule_common()SQLParser.Schema_createContext.rule_common() -
Uses of SQLParser.Rule_commonContext in org.pgcodekeeper.core.database.pg.parser.statement
Constructors in org.pgcodekeeper.core.database.pg.parser.statement with parameters of type SQLParser.Rule_commonContextModifierConstructorDescriptionPgGrantPrivilege(SQLParser.Rule_commonContext ctx, PgDatabase db, Map<AbstractStatement, StatementOverride> overrides, ISettings settings) Constructs a new GrantPrivilege parser with optional statement overrides.PgGrantPrivilege(SQLParser.Rule_commonContext ctx, PgDatabase db, ISettings settings) Constructs a new GrantPrivilege parser without statement overrides.