| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.create.table |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
CreateTable.getIndexes()
A list of
Indexes (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 © 2013. All Rights Reserved.