类的使用
com.alibaba.druid.sql.ast.expr.SQLIntegerExpr
使用SQLIntegerExpr的程序包
程序包
说明
-
com.alibaba.druid.sql.ast中SQLIntegerExpr的使用
修饰符和类型字段说明protected SQLIntegerExprSQLPartitionByRange.expireAfterprotected SQLIntegerExprSQLPartitionBy.lifecycleprotected SQLIntegerExprSQLSubPartitionBy.lifecycleprotected SQLIntegerExprSQLPartitionByRange.preAllocate修饰符和类型方法说明SQLPartitionByRange.getExpireAfter()SQLPartitionBy.getLifecycle()SQLSubPartitionBy.getLifecycle()SQLPartitionByRange.getPreAllocate()参数类型为SQLIntegerExpr的com.alibaba.druid.sql.ast中的方法修饰符和类型方法说明voidSQLPartitionByRange.setExpireAfter(SQLIntegerExpr expireAfter) voidSQLPartitionBy.setLifecycle(SQLIntegerExpr lifecycle) voidSQLSubPartitionBy.setLifecycle(SQLIntegerExpr lifecycle) voidSQLPartitionByRange.setPreAllocate(SQLIntegerExpr preAllocate) -
com.alibaba.druid.sql.ast.expr中SQLIntegerExpr的使用
修饰符和类型方法说明static 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) 修饰符和类型方法说明intSQLIntegerExpr.compareTo(SQLIntegerExpr o) static SQLIntegerExprSQLIntegerExpr.greatst(SQLIntegerExpr a, SQLIntegerExpr b) static SQLIntegerExprSQLIntegerExpr.least(SQLIntegerExpr a, SQLIntegerExpr b) static SQLIntegerExprSQLIntegerExpr.substract(SQLIntegerExpr a, SQLIntegerExpr b) -
com.alibaba.druid.sql.ast.statement中SQLIntegerExpr的使用
修饰符和类型方法说明SQLAlterTablePartitionCount.getCount()SQLAlterTablePartitionLifecycle.getLifecycle()SQLAlterTableSubpartitionAvailablePartitionNum.getNumber()SQLAlterTableBlockSize.getSize()SQLBuildTableStatement.getVersion()SQLImportTableStatement.getVersion()返回变量类型为SQLIntegerExpr的类型的com.alibaba.druid.sql.ast.statement中的方法修饰符和类型方法说明SQLAlterTableDropSubpartition.getPartitionIds()SQLAlterTableSubpartitionLifecycle.getPartitionIds()SQLTruncateStatement.getPartitionsForADB()SQLArchiveTableStatement.getpIdList()SQLArchiveTableStatement.getSpIdList()SQLAlterTableDropSubpartition.getSubpartitionIds()SQLAlterTableSubpartitionLifecycle.getSubpartitionLifeCycle()修饰符和类型方法说明voidSQLAlterTablePartitionCount.setCount(SQLIntegerExpr count) voidSQLAlterTablePartitionLifecycle.setLifecycle(SQLIntegerExpr lifecycle) voidSQLAlterTableSubpartitionAvailablePartitionNum.setNumber(SQLIntegerExpr x) voidSQLAlterTableBlockSize.setSize(SQLIntegerExpr size) voidSQLBuildTableStatement.setVersion(SQLIntegerExpr version) voidSQLImportTableStatement.setVersion(SQLIntegerExpr version) 类型变量类型为SQLIntegerExpr的com.alibaba.druid.sql.ast.statement中的方法参数修饰符和类型方法说明voidSQLAlterTableDropSubpartition.setPartitionIds(List<SQLIntegerExpr> partitionIds) voidSQLAlterTableSubpartitionLifecycle.setPartitionIds(List<SQLIntegerExpr> partitionIds) voidSQLAlterTableDropSubpartition.setSubpartitionIds(List<SQLIntegerExpr> subpartitionIds) voidSQLAlterTableSubpartitionLifecycle.setSubpartitionLifeCycle(List<SQLIntegerExpr> subpartitionLifeCycle) -
com.alibaba.druid.sql.dialect.db2.visitor中SQLIntegerExpr的使用
-
com.alibaba.druid.sql.dialect.h2.visitor中SQLIntegerExpr的使用
-
com.alibaba.druid.sql.dialect.mysql.ast.statement中SQLIntegerExpr的使用
修饰符和类型方法说明MySqlMigrateStatement.getFromInsPort()MySqlAlterUserStatement.PasswordOption.getIntervalDays()MySqlMigrateStatement.getMigrateType()MySqlManageInstanceGroupStatement.getReplication()MySqlRaftLeaderTransferStatement.getTimeout()MySqlMigrateStatement.getToInsPort()MySqlFlushStatement.getVersion()修饰符和类型方法说明voidMySqlMigrateStatement.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) -
com.alibaba.druid.sql.dialect.mysql.visitor中SQLIntegerExpr的使用
-
com.alibaba.druid.sql.dialect.oracle.visitor中SQLIntegerExpr的使用
-
com.alibaba.druid.sql.dialect.postgresql.visitor中SQLIntegerExpr的使用
-
com.alibaba.druid.sql.dialect.sqlserver.visitor中SQLIntegerExpr的使用
-
com.alibaba.druid.sql.parser中SQLIntegerExpr的使用
-
com.alibaba.druid.sql.visitor中SQLIntegerExpr的使用
修饰符和类型方法说明default 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) -
com.alibaba.druid.support.calcite中SQLIntegerExpr的使用