Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ColumnNameContext
-
Packages that use PostgreSQLStatementParser.ColumnNameContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement -
-
Uses of PostgreSQLStatementParser.ColumnNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ColumnNameContext Modifier and Type Method Description PostgreSQLStatementParser.ColumnNameContextPostgreSQLStatementParser.AlterMaterializedViewClausesContext. columnName(int i)PostgreSQLStatementParser.ColumnNameContextPostgreSQLStatementParser.ColumnDefinitionContext. columnName()PostgreSQLStatementParser.ColumnNameContextPostgreSQLStatementParser. columnName()PostgreSQLStatementParser.ColumnNameContextPostgreSQLStatementParser.ColumnNamesContext. columnName(int i)PostgreSQLStatementParser.ColumnNameContextPostgreSQLStatementParser.CopyWithTableOrQueryBinaryCsvContext. columnName(int i)PostgreSQLStatementParser.ColumnNameContextPostgreSQLStatementParser.DropColumnSpecificationContext. columnName()PostgreSQLStatementParser.ColumnNameContextPostgreSQLStatementParser.ModifyColumnContext. columnName()PostgreSQLStatementParser.ColumnNameContextPostgreSQLStatementParser.RenameColumnSpecificationContext. columnName(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type PostgreSQLStatementParser.ColumnNameContext Modifier and Type Method Description List<PostgreSQLStatementParser.ColumnNameContext>PostgreSQLStatementParser.AlterMaterializedViewClausesContext. columnName()List<PostgreSQLStatementParser.ColumnNameContext>PostgreSQLStatementParser.ColumnNamesContext. columnName()List<PostgreSQLStatementParser.ColumnNameContext>PostgreSQLStatementParser.CopyWithTableOrQueryBinaryCsvContext. columnName()List<PostgreSQLStatementParser.ColumnNameContext>PostgreSQLStatementParser.RenameColumnSpecificationContext. columnName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ColumnNameContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitColumnName(PostgreSQLStatementParser.ColumnNameContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.columnName().TPostgreSQLStatementParserVisitor. visitColumnName(PostgreSQLStatementParser.ColumnNameContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.columnName(). -
Uses of PostgreSQLStatementParser.ColumnNameContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement with parameters of type PostgreSQLStatementParser.ColumnNameContext Modifier and Type Method Description ASTNodePostgreSQLStatementVisitor. visitColumnName(PostgreSQLStatementParser.ColumnNameContext ctx)
-