Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.PartitionspecContext
-
Packages that use PostgreSQLParser.PartitionspecContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.PartitionspecContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.PartitionspecContext Modifier and Type Method Description PostgreSQLParser.PartitionspecContextPostgreSQLParser.OptpartitionspecContext. partitionspec()PostgreSQLParser.PartitionspecContextPostgreSQLParser. partitionspec()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.PartitionspecContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterPartitionspec(PostgreSQLParser.PartitionspecContext ctx)voidPostgreSQLParserListener. enterPartitionspec(PostgreSQLParser.PartitionspecContext ctx)voidPostgreSQLParserBaseListener. exitPartitionspec(PostgreSQLParser.PartitionspecContext ctx)voidPostgreSQLParserListener. exitPartitionspec(PostgreSQLParser.PartitionspecContext ctx)TPostgreSQLParserBaseVisitor. visitPartitionspec(PostgreSQLParser.PartitionspecContext ctx)TPostgreSQLParserVisitor. visitPartitionspec(PostgreSQLParser.PartitionspecContext ctx)
-