Uses of Class
org.pgcodekeeper.core.database.ms.parser.generated.TSQLParser.Rule_commonContext
Packages that use TSQLParser.Rule_commonContext
Package
Description
-
Uses of TSQLParser.Rule_commonContext in org.pgcodekeeper.core.database.ms.parser.generated
Methods in org.pgcodekeeper.core.database.ms.parser.generated that return TSQLParser.Rule_commonContextModifier and TypeMethodDescriptionTSQLParser.rule_common()TSQLParser.Security_statementContext.rule_common() -
Uses of TSQLParser.Rule_commonContext in org.pgcodekeeper.core.database.ms.parser.statement
Constructors in org.pgcodekeeper.core.database.ms.parser.statement with parameters of type TSQLParser.Rule_commonContextModifierConstructorDescriptionMsGrantPrivilege(TSQLParser.Rule_commonContext ctx, MsDatabase db, Map<AbstractStatement, StatementOverride> overrides, ISettings settings) Creates a parser for Microsoft SQL privilege statements with statement overrides.MsGrantPrivilege(TSQLParser.Rule_commonContext ctx, MsDatabase db, ISettings settings) Creates a parser for Microsoft SQL privilege statements without overrides.