Package | Description |
---|---|
org.tinygroup.jsqlparser.statement.create.index | |
org.tinygroup.jsqlparser.statement.create.table |
Modifier and Type | Method and Description |
---|---|
Index |
CreateIndex.getIndex()
The index to be created
|
Modifier and Type | Method and Description |
---|---|
void |
CreateIndex.setIndex(Index index) |
Modifier and Type | Class and Description |
---|---|
class |
ForeignKeyIndex
Foreign Key Index
|
class |
NamedConstraint |
Modifier and Type | Method and Description |
---|---|
List<Index> |
CreateTable.getIndexes()
A list of
Index es (for example "PRIMARY KEY") of this table.Indexes created with column definitions (as in mycol INT PRIMARY KEY) are not inserted into this list. |
Modifier and Type | Method and Description |
---|---|
void |
CreateTable.setIndexes(List<Index> list) |
Copyright © 2006–2018 TinyGroup. All rights reserved.