Uses of Class
com.alibaba.druid.sql.ast.expr.SQLIntegerExpr
Packages that use SQLIntegerExpr
Package
Description
-
Uses of SQLIntegerExpr in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as SQLIntegerExprModifier and TypeFieldDescriptionprotected SQLIntegerExprSQLPartitionByRange.expireAfterprotected SQLIntegerExprSQLPartitionBy.lifecycleprotected SQLIntegerExprSQLSubPartitionBy.lifecycleprotected SQLIntegerExprSQLPartitionByRange.preAllocateMethods in com.alibaba.druid.sql.ast that return SQLIntegerExprModifier and TypeMethodDescriptionSQLPartitionByRange.getExpireAfter()SQLPartitionBy.getLifecycle()SQLSubPartitionBy.getLifecycle()SQLPartitionByRange.getPreAllocate()Methods in com.alibaba.druid.sql.ast with parameters of type SQLIntegerExprModifier and TypeMethodDescriptionvoidSQLPartitionByRange.setExpireAfter(SQLIntegerExpr expireAfter) voidSQLPartitionBy.setLifecycle(SQLIntegerExpr lifecycle) voidSQLSubPartitionBy.setLifecycle(SQLIntegerExpr lifecycle) voidSQLPartitionByRange.setPreAllocate(SQLIntegerExpr preAllocate) -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLIntegerExprModifier and TypeMethodDescriptionstatic SQLIntegerExprSQLIntegerExpr.add(long a, long b) SQLIntegerExpr.clone()static SQLIntegerExprSQLIntegerExpr.greatst(SQLIntegerExpr a, SQLIntegerExpr b) static SQLIntegerExprSQLIntegerExpr.least(SQLIntegerExpr a, SQLIntegerExpr b) static SQLIntegerExprSQLIntegerExpr.ofIntOrLong(long value) static SQLIntegerExprSQLIntegerExpr.substract(SQLIntegerExpr a, SQLIntegerExpr b) Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLIntegerExprModifier and TypeMethodDescriptionintSQLIntegerExpr.compareTo(SQLIntegerExpr o) static SQLIntegerExprSQLIntegerExpr.greatst(SQLIntegerExpr a, SQLIntegerExpr b) static SQLIntegerExprSQLIntegerExpr.least(SQLIntegerExpr a, SQLIntegerExpr b) static SQLIntegerExprSQLIntegerExpr.substract(SQLIntegerExpr a, SQLIntegerExpr b) -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLIntegerExprModifier and TypeFieldDescriptionprotected List<SQLIntegerExpr>SQLTruncateStatement.partitionsForADBMethods in com.alibaba.druid.sql.ast.statement that return SQLIntegerExprModifier and TypeMethodDescriptionSQLAlterTablePartitionCount.getCount()SQLAlterTablePartitionLifecycle.getLifecycle()SQLAlterTableSubpartitionAvailablePartitionNum.getNumber()SQLAlterTableBlockSize.getSize()SQLBuildTableStatement.getVersion()SQLImportTableStatement.getVersion()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLIntegerExprModifier and TypeMethodDescriptionSQLAlterTableDropSubpartition.getPartitionIds()SQLAlterTableSubpartitionLifecycle.getPartitionIds()SQLTruncateStatement.getPartitionsForADB()SQLArchiveTableStatement.getpIdList()SQLArchiveTableStatement.getSpIdList()SQLAlterTableDropSubpartition.getSubpartitionIds()SQLAlterTableSubpartitionLifecycle.getSubpartitionLifeCycle()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLIntegerExprModifier and TypeMethodDescriptionvoidSQLAlterTablePartitionCount.setCount(SQLIntegerExpr count) voidSQLAlterTablePartitionLifecycle.setLifecycle(SQLIntegerExpr lifecycle) voidSQLAlterTableSubpartitionAvailablePartitionNum.setNumber(SQLIntegerExpr x) voidSQLAlterTableBlockSize.setSize(SQLIntegerExpr size) voidSQLBuildTableStatement.setVersion(SQLIntegerExpr version) voidSQLImportTableStatement.setVersion(SQLIntegerExpr version) Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLIntegerExprModifier and TypeMethodDescriptionvoidSQLAlterTableDropSubpartition.setPartitionIds(List<SQLIntegerExpr> partitionIds) voidSQLAlterTableSubpartitionLifecycle.setPartitionIds(List<SQLIntegerExpr> partitionIds) voidSQLAlterTableDropSubpartition.setSubpartitionIds(List<SQLIntegerExpr> subpartitionIds) voidSQLAlterTableSubpartitionLifecycle.setSubpartitionLifeCycle(List<SQLIntegerExpr> subpartitionLifeCycle) -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.dialect.db2.visitor
Methods in com.alibaba.druid.sql.dialect.db2.visitor with parameters of type SQLIntegerExpr -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.dialect.h2.visitor
Methods in com.alibaba.druid.sql.dialect.h2.visitor with parameters of type SQLIntegerExpr -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.dialect.mysql.ast.statement
Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLIntegerExprModifier and TypeMethodDescriptionMySqlMigrateStatement.getFromInsPort()MySqlAlterUserStatement.PasswordOption.getIntervalDays()MySqlMigrateStatement.getMigrateType()MySqlManageInstanceGroupStatement.getReplication()MySqlRaftLeaderTransferStatement.getTimeout()MySqlMigrateStatement.getToInsPort()MySqlFlushStatement.getVersion()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLIntegerExprModifier and TypeMethodDescriptionvoidMySqlMigrateStatement.setFromInsPort(SQLIntegerExpr fromInsPort) voidMySqlAlterUserStatement.PasswordOption.setIntervalDays(SQLIntegerExpr intervalDays) voidMySqlMigrateStatement.setMigrateType(SQLIntegerExpr migrateType) voidMySqlManageInstanceGroupStatement.setReplication(SQLIntegerExpr replication) voidMySqlRaftLeaderTransferStatement.setTimeout(SQLIntegerExpr timeout) voidMySqlMigrateStatement.setToInsPort(SQLIntegerExpr toInsPort) voidMySqlFlushStatement.setVersion(SQLIntegerExpr version) -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLIntegerExpr -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLIntegerExpr -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type SQLIntegerExpr -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.dialect.sqlserver.visitor
Methods in com.alibaba.druid.sql.dialect.sqlserver.visitor with parameters of type SQLIntegerExpr -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLIntegerExpr -
Uses of SQLIntegerExpr in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLIntegerExprModifier and TypeMethodDescriptiondefault voidSQLASTVisitor.endVisit(SQLIntegerExpr x) protected voidSQLASTOutputVisitor.printInteger(SQLIntegerExpr x, boolean parameterized) booleanSchemaStatVisitor.MySqlOrderByStatVisitor.visit(SQLIntegerExpr x) booleanSchemaStatVisitor.OracleOrderByStatVisitor.visit(SQLIntegerExpr x) booleanSchemaStatVisitor.OrderByStatVisitor.visit(SQLIntegerExpr x) booleanSchemaStatVisitor.PGOrderByStatVisitor.visit(SQLIntegerExpr x) booleanSQLASTOutputVisitor.visit(SQLIntegerExpr x) booleanSQLASTParameterizedVisitor.visit(SQLIntegerExpr x) default booleanSQLASTVisitor.visit(SQLIntegerExpr x) booleanSQLEvalVisitorImpl.visit(SQLIntegerExpr x) -
Uses of SQLIntegerExpr in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLIntegerExpr