| Modifier and Type | Method and Description |
|---|---|
SQLIntegerExpr |
SQLPartitionBy.getLifecycle() |
SQLIntegerExpr |
SQLSubPartitionBy.getLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLPartitionBy.setLifecycle(SQLIntegerExpr lifecycle) |
void |
SQLSubPartitionBy.setLifecycle(SQLIntegerExpr lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
static SQLIntegerExpr |
SQLIntegerExpr.add(long a,
long b) |
SQLIntegerExpr |
SQLIntegerExpr.clone() |
static SQLIntegerExpr |
SQLIntegerExpr.greatst(SQLIntegerExpr a,
SQLIntegerExpr b) |
static SQLIntegerExpr |
SQLIntegerExpr.least(SQLIntegerExpr a,
SQLIntegerExpr b) |
static SQLIntegerExpr |
SQLIntegerExpr.ofIntOrLong(long value) |
static SQLIntegerExpr |
SQLIntegerExpr.substract(SQLIntegerExpr a,
SQLIntegerExpr b) |
| Modifier and Type | Method and Description |
|---|---|
int |
SQLIntegerExpr.compareTo(SQLIntegerExpr o) |
static SQLIntegerExpr |
SQLIntegerExpr.greatst(SQLIntegerExpr a,
SQLIntegerExpr b) |
static SQLIntegerExpr |
SQLIntegerExpr.least(SQLIntegerExpr a,
SQLIntegerExpr b) |
static SQLIntegerExpr |
SQLIntegerExpr.substract(SQLIntegerExpr a,
SQLIntegerExpr b) |
| Modifier and Type | Method and Description |
|---|---|
SQLIntegerExpr |
SQLAlterTablePartitionCount.getCount() |
SQLIntegerExpr |
SQLAlterTablePartitionLifecycle.getLifecycle() |
SQLIntegerExpr |
SQLAlterTableSubpartitionAvailablePartitionNum.getNumber() |
SQLIntegerExpr |
SQLAlterTableBlockSize.getSize() |
SQLIntegerExpr |
SQLImportTableStatement.getVersion() |
SQLIntegerExpr |
SQLBuildTableStatement.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLIntegerExpr> |
SQLAlterTableDropSubpartition.getPartitionIds() |
List<SQLIntegerExpr> |
SQLAlterTableSubpartitionLifecycle.getPartitionIds() |
List<SQLIntegerExpr> |
SQLTruncateStatement.getPartitionsForADB() |
List<SQLIntegerExpr> |
SQLArchiveTableStatement.getpIdList() |
List<SQLIntegerExpr> |
SQLArchiveTableStatement.getSpIdList() |
List<SQLIntegerExpr> |
SQLAlterTableDropSubpartition.getSubpartitionIds() |
List<SQLIntegerExpr> |
SQLAlterTableSubpartitionLifecycle.getSubpartitionLifeCycle() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLAlterTablePartitionCount.setCount(SQLIntegerExpr count) |
void |
SQLAlterTablePartitionLifecycle.setLifecycle(SQLIntegerExpr lifecycle) |
void |
SQLAlterTableSubpartitionAvailablePartitionNum.setNumber(SQLIntegerExpr x) |
void |
SQLAlterTableBlockSize.setSize(SQLIntegerExpr size) |
void |
SQLImportTableStatement.setVersion(SQLIntegerExpr version) |
void |
SQLBuildTableStatement.setVersion(SQLIntegerExpr version) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLAlterTableDropSubpartition.setPartitionIds(List<SQLIntegerExpr> partitionIds) |
void |
SQLAlterTableSubpartitionLifecycle.setPartitionIds(List<SQLIntegerExpr> partitionIds) |
void |
SQLAlterTableDropSubpartition.setSubpartitionIds(List<SQLIntegerExpr> subpartitionIds) |
void |
SQLAlterTableSubpartitionLifecycle.setSubpartitionLifeCycle(List<SQLIntegerExpr> subpartitionLifeCycle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DB2EvalVisitor.visit(SQLIntegerExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
H2EvalVisitor.visit(SQLIntegerExpr x) |
| Modifier and Type | Method and Description |
|---|---|
SQLIntegerExpr |
MySqlMigrateStatement.getFromInsPort() |
SQLIntegerExpr |
MySqlAlterUserStatement.PasswordOption.getIntervalDays() |
SQLIntegerExpr |
MySqlMigrateStatement.getMigrateType() |
SQLIntegerExpr |
MySqlManageInstanceGroupStatement.getReplication() |
SQLIntegerExpr |
MySqlRaftLeaderTransferStatement.getTimeout() |
SQLIntegerExpr |
MySqlMigrateStatement.getToInsPort() |
SQLIntegerExpr |
MySqlFlushStatement.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlMigrateStatement.setFromInsPort(SQLIntegerExpr fromInsPort) |
void |
MySqlAlterUserStatement.PasswordOption.setIntervalDays(SQLIntegerExpr intervalDays) |
void |
MySqlMigrateStatement.setMigrateType(SQLIntegerExpr migrateType) |
void |
MySqlManageInstanceGroupStatement.setReplication(SQLIntegerExpr replication) |
void |
MySqlRaftLeaderTransferStatement.setTimeout(SQLIntegerExpr timeout) |
void |
MySqlMigrateStatement.setToInsPort(SQLIntegerExpr toInsPort) |
void |
MySqlFlushStatement.setVersion(SQLIntegerExpr version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlEvalVisitorImpl.visit(SQLIntegerExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleEvalVisitor.visit(SQLIntegerExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PGEvalVisitor.visit(SQLIntegerExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLServerEvalVisitor.visit(SQLIntegerExpr x) |
| Modifier and Type | Method and Description |
|---|---|
SQLIntegerExpr |
SQLExprParser.integerExpr() |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLIntegerExpr x) |
boolean |
SQLASTOutputVisitor.visit(SQLIntegerExpr x) |
boolean |
SQLASTParameterizedVisitor.visit(SQLIntegerExpr x) |
boolean |
SQLEvalVisitorImpl.visit(SQLIntegerExpr x) |
default boolean |
SQLASTVisitor.visit(SQLIntegerExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CalciteMySqlNodeVisitor.visit(SQLIntegerExpr x) |
Copyright © 2013–2020 Alibaba Group. All rights reserved.