Package | Description |
---|---|
net.sf.jsqlparser.statement.create.table |
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 © 2013. All Rights Reserved.