Uses of Class
org.pgcodekeeper.core.database.ms.parser.generated.TSQLParser.Alter_db_roleContext
Packages that use TSQLParser.Alter_db_roleContext
Package
Description
-
Uses of TSQLParser.Alter_db_roleContext in org.pgcodekeeper.core.database.ms.parser.generated
Methods in org.pgcodekeeper.core.database.ms.parser.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.database.ms.parser.statement
Constructors in org.pgcodekeeper.core.database.ms.parser.statement with parameters of type TSQLParser.Alter_db_roleContextModifierConstructorDescriptionMsAlterRole(TSQLParser.Alter_db_roleContext ctx, MsDatabase db, ISettings settings) Creates a parser for Microsoft SQL ALTER ROLE statements.