Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ColumnNameContext
Packages that use PostgreSQLStatementParser.ColumnNameContext
Package
Description
-
Uses of PostgreSQLStatementParser.ColumnNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ColumnNameContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.AlterMaterializedViewClausesContext.columnName(int i) PostgreSQLStatementParser.ColumnDefinitionContext.columnName()PostgreSQLStatementParser.columnName()PostgreSQLStatementParser.ColumnNamesContext.columnName(int i) PostgreSQLStatementParser.CopyWithTableOrQueryBinaryCsvContext.columnName(int i) PostgreSQLStatementParser.DropColumnSpecificationContext.columnName()PostgreSQLStatementParser.ModifyColumnContext.columnName()PostgreSQLStatementParser.RenameColumnSpecificationContext.columnName(int i) Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type PostgreSQLStatementParser.ColumnNameContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.AlterMaterializedViewClausesContext.columnName()PostgreSQLStatementParser.ColumnNamesContext.columnName()PostgreSQLStatementParser.CopyWithTableOrQueryBinaryCsvContext.columnName()PostgreSQLStatementParser.RenameColumnSpecificationContext.columnName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ColumnNameContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitColumnName(PostgreSQLStatementParser.ColumnNameContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.columnName().PostgreSQLStatementParserVisitor.visitColumnName(PostgreSQLStatementParser.ColumnNameContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.columnName(). -
Uses of PostgreSQLStatementParser.ColumnNameContext 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.ColumnNameContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLStatementSQLVisitor.visitColumnName(PostgreSQLStatementParser.ColumnNameContext ctx)