Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.Xml_root_versionContext
-
Packages that use PostgreSQLParser.Xml_root_versionContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.Xml_root_versionContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.Xml_root_versionContext Modifier and Type Method Description PostgreSQLParser.Xml_root_versionContextPostgreSQLParser.Func_expr_common_subexprContext. xml_root_version()PostgreSQLParser.Xml_root_versionContextPostgreSQLParser. xml_root_version()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.Xml_root_versionContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)voidPostgreSQLParserListener. enterXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)voidPostgreSQLParserBaseListener. exitXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)voidPostgreSQLParserListener. exitXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)TPostgreSQLParserBaseVisitor. visitXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)TPostgreSQLParserVisitor. visitXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)
-