Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.CreateopclassstmtContext
-
Packages that use PostgreSQLParser.CreateopclassstmtContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.CreateopclassstmtContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.CreateopclassstmtContext Modifier and Type Method Description PostgreSQLParser.CreateopclassstmtContextPostgreSQLParser. createopclassstmt()PostgreSQLParser.CreateopclassstmtContextPostgreSQLParser.StmtContext. createopclassstmt()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.CreateopclassstmtContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)voidPostgreSQLParserListener. enterCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)voidPostgreSQLParserBaseListener. exitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)voidPostgreSQLParserListener. exitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)TPostgreSQLParserBaseVisitor. visitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)TPostgreSQLParserVisitor. visitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)
-