Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.OwnerContext
Packages that use PostgreSQLStatementParser.OwnerContext
-
Uses of PostgreSQLStatementParser.OwnerContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.OwnerContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.ColumnNameContext.owner()PostgreSQLStatementParser.owner()PostgreSQLStatementParser.SchemaNameContext.owner()PostgreSQLStatementParser.TableNameContext.owner()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.OwnerContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitOwner(PostgreSQLStatementParser.OwnerContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.owner().PostgreSQLStatementParserVisitor.visitOwner(PostgreSQLStatementParser.OwnerContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.owner().