Uses of Class
org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Alter_db_roleContext
Packages that use TSQLParser.Alter_db_roleContext
Package
Description
-
Uses of TSQLParser.Alter_db_roleContext in org.pgcodekeeper.core.parsers.antlr.ms.generated
Methods in org.pgcodekeeper.core.parsers.antlr.ms.generated that return TSQLParser.Alter_db_roleContextModifier and TypeMethodDescriptionTSQLParser.alter_db_role()TSQLParser.Schema_alterContext.alter_db_role() -
Uses of TSQLParser.Alter_db_roleContext in org.pgcodekeeper.core.parsers.antlr.ms.statement
Constructors in org.pgcodekeeper.core.parsers.antlr.ms.statement with parameters of type TSQLParser.Alter_db_roleContextModifierConstructorDescriptionAlterMsRole(TSQLParser.Alter_db_roleContext ctx, MsDatabase db, ISettings settings) Creates a parser for Microsoft SQL ALTER ROLE statements.