Uses of Class
org.pgcodekeeper.core.parsers.antlr.ms.generated.TSQLParser.Create_db_roleContext
Packages that use TSQLParser.Create_db_roleContext
Package
Description
-
Uses of TSQLParser.Create_db_roleContext in org.pgcodekeeper.core.parsers.antlr.ms.generated
Methods in org.pgcodekeeper.core.parsers.antlr.ms.generated that return TSQLParser.Create_db_roleContextModifier and TypeMethodDescriptionTSQLParser.create_db_role()TSQLParser.Schema_createContext.create_db_role() -
Uses of TSQLParser.Create_db_roleContext in org.pgcodekeeper.core.parsers.antlr.ms.statement
Constructors in org.pgcodekeeper.core.parsers.antlr.ms.statement with parameters of type TSQLParser.Create_db_roleContextModifierConstructorDescriptionCreateMsRole(TSQLParser.Create_db_roleContext ctx, MsDatabase db, ISettings settings) Creates a parser for Microsoft SQL CREATE ROLE statements.