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 |
---|---|
List<SQLTableElement> |
SQLCreateTableStatement.getTableElementList() |
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 |
OracleUnique |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLASTOutputVisitor.visit(SQLTableElement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.