Modifier and Type | Method and Description |
---|---|
List<SQLTableElement> |
SQLDeclareItem.getTableElementList() |
Modifier and Type | Method and Description |
---|---|
void |
SQLDeclareItem.setTableElementList(List<SQLTableElement> tableElementList) |
Modifier and Type | Interface and Description |
---|---|
interface |
SQLForeignKeyConstraint |
interface |
SQLPrimaryKey |
interface |
SQLTableConstraint |
Modifier and Type | Class and Description |
---|---|
class |
SQLCheck |
class |
SQLColumnDefinition |
class |
SQLForeignKeyImpl |
class |
SQLPrimaryKeyImpl |
class |
SQLUnique |
Modifier and Type | Method and Description |
---|---|
SQLTableElement |
SQLTableElement.clone() |
SQLTableElement |
SQLCreateTableStatement.findIndex(String columnName) |
Modifier and Type | Method and Description |
---|---|
List<SQLTableElement> |
SQLCreateViewStatement.getColumns() |
List<SQLTableElement> |
SQLAlterViewStatement.getColumns() |
List<SQLTableElement> |
SQLCreateTableStatement.getTableElementList() |
Modifier and Type | Method and Description |
---|---|
void |
SQLCreateViewStatement.addColumn(SQLTableElement column) |
void |
SQLAlterViewStatement.addColumn(SQLTableElement column) |
Modifier and Type | Class and Description |
---|---|
class |
MysqlForeignKey |
class |
MySqlKey |
class |
MySqlPrimaryKey |
class |
MySqlUnique |
Modifier and Type | Class and Description |
---|---|
class |
MySqlTableIndex |
Modifier and Type | Interface and Description |
---|---|
interface |
OracleConstraint |
Modifier and Type | Class and Description |
---|---|
class |
OracleCheck |
class |
OracleForeignKey |
class |
OraclePrimaryKey |
class |
OracleSupplementalIdKey
Created by wenshao on 20/05/2017.
|
class |
OracleSupplementalLogGrp
Created by wenshao on 20/05/2017.
|
class |
OracleUnique |
Copyright © 2013–2017 Alibaba Group. All rights reserved.