Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.CreateForeignTableContext
Packages that use PostgreSQLStatementParser.CreateForeignTableContext
Package
Description
-
Uses of PostgreSQLStatementParser.CreateForeignTableContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.CreateForeignTableContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.createForeignTable()PostgreSQLStatementParser.ExecuteContext.createForeignTable()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.CreateForeignTableContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitCreateForeignTable(PostgreSQLStatementParser.CreateForeignTableContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.createForeignTable().PostgreSQLStatementParserVisitor.visitCreateForeignTable(PostgreSQLStatementParser.CreateForeignTableContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.createForeignTable(). -
Uses of PostgreSQLStatementParser.CreateForeignTableContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.CreateForeignTableContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDDLStatementSQLVisitor.visitCreateForeignTable(PostgreSQLStatementParser.CreateForeignTableContext ctx)