Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CreateForeignTableContext
-
-
Uses of PostgreSQLStatementParser.CreateForeignTableContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CreateForeignTableContext Modifier and Type Method Description PostgreSQLStatementParser.CreateForeignTableContextPostgreSQLStatementParser. createForeignTable()PostgreSQLStatementParser.CreateForeignTableContextPostgreSQLStatementParser.ExecuteContext. createForeignTable()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CreateForeignTableContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitCreateForeignTable(PostgreSQLStatementParser.CreateForeignTableContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.createForeignTable().TPostgreSQLStatementParserVisitor. visitCreateForeignTable(PostgreSQLStatementParser.CreateForeignTableContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.createForeignTable(). -
Uses of PostgreSQLStatementParser.CreateForeignTableContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.CreateForeignTableContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitCreateForeignTable(PostgreSQLStatementParser.CreateForeignTableContext ctx)
-