Modifier and Type | Method and Description |
---|---|
List<SQLAssignItem> |
SQLSubPartitionBy.getOptions() |
Modifier and Type | Method and Description |
---|---|
SQLAssignItem |
SQLAssignItem.clone() |
Modifier and Type | Method and Description |
---|---|
List<SQLAssignItem> |
SQLSetStatement.getItems() |
List<SQLAssignItem> |
SQLAlterTableTouch.getPartition() |
List<SQLAssignItem> |
SQLAlterTableRenamePartition.getPartition() |
List<SQLAssignItem> |
SQLAlterTableEnableLifecycle.getPartition() |
List<SQLAssignItem> |
SQLAlterTableDisableLifecycle.getPartition() |
List<SQLAssignItem> |
SQLAlterTableRenamePartition.getTo() |
Modifier and Type | Method and Description |
---|---|
void |
SQLSetStatement.setItems(List<SQLAssignItem> items) |
Modifier and Type | Method and Description |
---|---|
SQLAssignItem |
MySqlExprParser.parseAssignItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlOutputVisitor.visit(SQLAssignItem x) |
Modifier and Type | Method and Description |
---|---|
List<SQLAssignItem> |
OdpsReadStatement.getPartition() |
List<SQLAssignItem> |
OdpsAnalyzeTableStatement.getPartition() |
List<SQLAssignItem> |
OdpsInsert.getPartitions() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsInsert.addPartition(SQLAssignItem partition) |
Modifier and Type | Method and Description |
---|---|
void |
OdpsInsert.setPartitions(List<SQLAssignItem> partitions) |
Modifier and Type | Method and Description |
---|---|
List<SQLAssignItem> |
OracleAlterSessionStatement.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
OracleAlterSessionStatement.setItems(List<SQLAssignItem> items) |
Modifier and Type | Method and Description |
---|---|
boolean |
OracleOutputVisitor.visit(SQLAssignItem x) |
Modifier and Type | Method and Description |
---|---|
SQLAssignItem |
SQLExprParser.parseAssignItem() |
Modifier and Type | Method and Description |
---|---|
void |
SQLStatementParser.parseAssignItems(List<? super SQLAssignItem> items,
SQLObject parent) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLAssignItem x) |
void |
SQLASTVisitor.endVisit(SQLAssignItem x) |
boolean |
SQLASTVisitorAdapter.visit(SQLAssignItem x) |
boolean |
SQLASTVisitor.visit(SQLAssignItem x) |
boolean |
SQLASTOutputVisitor.visit(SQLAssignItem x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.