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