Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.OptpartitionspecContext
-
Packages that use PostgreSQLParser.OptpartitionspecContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.OptpartitionspecContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.OptpartitionspecContext Modifier and Type Method Description PostgreSQLParser.OptpartitionspecContextPostgreSQLParser.CreatestmtContext. optpartitionspec()PostgreSQLParser.OptpartitionspecContextPostgreSQLParser. optpartitionspec()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.OptpartitionspecContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)voidPostgreSQLParserListener. enterOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)voidPostgreSQLParserBaseListener. exitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)voidPostgreSQLParserListener. exitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)TPostgreSQLParserBaseVisitor. visitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)TPostgreSQLParserVisitor. visitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)
-