Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ColumnNamesContext
Packages that use PostgreSQLStatementParser.ColumnNamesContext
Package
Description
-
Uses of PostgreSQLStatementParser.ColumnNamesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ColumnNamesContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.ColumnConstraintOptionContext.columnNames()PostgreSQLStatementParser.columnNames()PostgreSQLStatementParser.CopyOptionContext.columnNames()PostgreSQLStatementParser.CopyWithTableOrQueryBinaryCsvContext.columnNames()PostgreSQLStatementParser.CopyWithTableOrQueryContext.columnNames()PostgreSQLStatementParser.IndexParametersContext.columnNames()PostgreSQLStatementParser.PrivilegeTypesContext.columnNames(int i) PostgreSQLStatementParser.TableConstraintOptionContext.columnNames(int i) Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type PostgreSQLStatementParser.ColumnNamesContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.PrivilegeTypesContext.columnNames()PostgreSQLStatementParser.TableConstraintOptionContext.columnNames()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ColumnNamesContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitColumnNames(PostgreSQLStatementParser.ColumnNamesContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.columnNames().PostgreSQLStatementParserVisitor.visitColumnNames(PostgreSQLStatementParser.ColumnNamesContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.columnNames(). -
Uses of PostgreSQLStatementParser.ColumnNamesContext 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.ColumnNamesContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLStatementSQLVisitor.visitColumnNames(PostgreSQLStatementParser.ColumnNamesContext ctx)