Uses of Class
com.alibaba.druid.sql.ast.expr.SQLCharExpr
Packages that use SQLCharExpr
Package
Description
-
Uses of SQLCharExpr in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLCharExprMethods in com.alibaba.druid.sql.ast.expr with parameters of type SQLCharExpr -
Uses of SQLCharExpr in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLCharExprModifier and TypeMethodDescriptionSQLCreateProcedureStatement.getComment()SQLCreateViewStatement.Column.getComment()SQLColumnDefinition.getCompression()SQLColumnDefinition.getEncode()SQLAlterTableCompression.getName()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLCharExprModifier and TypeMethodDescriptionSQLBackupStatement.getProperties()SQLRestoreStatement.getProperties()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLCharExprModifier and TypeMethodDescriptionvoidSQLCreateProcedureStatement.setComment(SQLCharExpr comment) voidSQLCreateViewStatement.Column.setComment(SQLCharExpr comment) voidSQLColumnDefinition.setCompression(SQLCharExpr compression) voidSQLColumnDefinition.setEncode(SQLCharExpr encode) voidSQLShowMaterializedViewStatement.setLike(SQLCharExpr x) voidSQLAlterTableCompression.setName(SQLCharExpr name) -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.db2.visitor
Methods in com.alibaba.druid.sql.dialect.db2.visitor with parameters of type SQLCharExpr -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.h2.visitor
Methods in com.alibaba.druid.sql.dialect.h2.visitor with parameters of type SQLCharExpr -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.hive.visitor
Methods in com.alibaba.druid.sql.dialect.hive.visitor with parameters of type SQLCharExprModifier and TypeMethodDescriptionbooleanHiveOutputVisitor.visit(SQLCharExpr x, boolean parameterized) -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.mysql.ast.expr
Subclasses of SQLCharExpr in com.alibaba.druid.sql.dialect.mysql.ast.expr -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.mysql.ast.statement
Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLCharExprModifier and TypeMethodDescriptionMySqlAlterUserStatement.AuthOption.getAuthString()MySqlRaftLeaderTransferStatement.getFrom()MySqlMigrateStatement.getFromInsId()MySqlMigrateStatement.getFromInsIp()MySqlMigrateStatement.getFromInsStatus()MySqlRaftMemberChangeStatement.getHost()MySqlRaftLeaderTransferStatement.getShard()MySqlRaftMemberChangeStatement.getShard()MySqlMigrateStatement.getShardNames()MySqlRaftMemberChangeStatement.getStatus()MySqlExecuteForAdsStatement.getTargetId()MySqlRaftLeaderTransferStatement.getTo()MySqlMigrateStatement.getToInsId()MySqlMigrateStatement.getToInsIp()MySqlMigrateStatement.getToInsStatus()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLCharExprModifier and TypeMethodDescriptionvoidMySqlAlterUserStatement.AuthOption.setAuthString(SQLCharExpr authString) voidMySqlRaftLeaderTransferStatement.setFrom(SQLCharExpr from) voidMySqlMigrateStatement.setFromInsId(SQLCharExpr fromInsId) voidMySqlMigrateStatement.setFromInsIp(SQLCharExpr fromInsIp) voidMySqlMigrateStatement.setFromInsStatus(SQLCharExpr fromInsStatus) voidMySqlRaftMemberChangeStatement.setHost(SQLCharExpr host) voidMySqlRaftLeaderTransferStatement.setShard(SQLCharExpr shard) voidMySqlRaftMemberChangeStatement.setShard(SQLCharExpr shard) voidMySqlMigrateStatement.setShardNames(SQLCharExpr shardNames) voidMySqlRaftMemberChangeStatement.setStatus(SQLCharExpr status) voidMySqlExecuteForAdsStatement.setTargetId(SQLCharExpr targetId) voidMySqlRaftLeaderTransferStatement.setTo(SQLCharExpr to) voidMySqlMigrateStatement.setToInsId(SQLCharExpr toInsId) voidMySqlMigrateStatement.setToInsIp(SQLCharExpr toInsIp) voidMySqlMigrateStatement.setToInsStatus(SQLCharExpr toInsStatus) -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLCharExprModifier and TypeMethodDescriptionbooleanMySqlEvalVisitorImpl.visit(SQLCharExpr x) booleanMySqlOutputVisitor.visit(SQLCharExpr x, boolean parameterized) -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.odps.visitor
Methods in com.alibaba.druid.sql.dialect.odps.visitor with parameters of type SQLCharExprModifier and TypeMethodDescriptionbooleanOdpsOutputVisitor.visit(SQLCharExpr x, boolean parameterized) -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLCharExprModifier and TypeMethodDescriptionbooleanOracleEvalVisitor.visit(SQLCharExpr x) booleanOracleOutputVisitor.visit(SQLCharExpr x, boolean parameterized) -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type SQLCharExpr -
Uses of SQLCharExpr in com.alibaba.druid.sql.dialect.sqlserver.visitor
Methods in com.alibaba.druid.sql.dialect.sqlserver.visitor with parameters of type SQLCharExpr -
Uses of SQLCharExpr in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLCharExpr -
Uses of SQLCharExpr in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLCharExprModifier and TypeMethodDescriptiondefault voidSQLASTVisitor.endVisit(SQLCharExpr x) booleanSQLASTOutputVisitor.visit(SQLCharExpr x) booleanSQLASTOutputVisitor.visit(SQLCharExpr x, boolean parameterized) booleanSQLASTParameterizedVisitor.visit(SQLCharExpr x) default booleanSQLASTVisitor.visit(SQLCharExpr x) booleanSQLEvalVisitorImpl.visit(SQLCharExpr x) static booleanSQLEvalVisitorUtils.visit(SQLEvalVisitor visitor, SQLCharExpr x) -
Uses of SQLCharExpr in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLCharExpr