Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ColumnNamesContext
-
Packages that use PostgreSQLStatementParser.ColumnNamesContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement -
-
Uses of PostgreSQLStatementParser.ColumnNamesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type PostgreSQLStatementParser.ColumnNamesContext Modifier and Type Method Description List<PostgreSQLStatementParser.ColumnNamesContext>PostgreSQLStatementParser.PrivilegeTypesContext. columnNames()List<PostgreSQLStatementParser.ColumnNamesContext>PostgreSQLStatementParser.TableConstraintOptionContext. columnNames()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ColumnNamesContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitColumnNames(PostgreSQLStatementParser.ColumnNamesContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.columnNames().TPostgreSQLStatementParserVisitor. visitColumnNames(PostgreSQLStatementParser.ColumnNamesContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.columnNames(). -
Uses of PostgreSQLStatementParser.ColumnNamesContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement with parameters of type PostgreSQLStatementParser.ColumnNamesContext Modifier and Type Method Description ASTNodePostgreSQLStatementVisitor. visitColumnNames(PostgreSQLStatementParser.ColumnNamesContext ctx)
-