Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ImportQualificationContext
-
Packages that use PostgreSQLStatementParser.ImportQualificationContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.ImportQualificationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ImportQualificationContext Modifier and Type Method Description PostgreSQLStatementParser.ImportQualificationContextPostgreSQLStatementParser.ImportForeignSchemaContext. importQualification()PostgreSQLStatementParser.ImportQualificationContextPostgreSQLStatementParser. importQualification()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ImportQualificationContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitImportQualification(PostgreSQLStatementParser.ImportQualificationContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.importQualification().TPostgreSQLStatementParserVisitor. visitImportQualification(PostgreSQLStatementParser.ImportQualificationContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.importQualification().
-