| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.alter | |
| net.sf.jsqlparser.statement.create.index | |
| net.sf.jsqlparser.statement.create.table |
| Modifier and Type | Method and Description |
|---|---|
Index |
AlterExpression.getIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterExpression.setIndex(Index index) |
| Modifier and Type | Method and Description |
|---|---|
Index |
CreateIndex.getIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIndex.setIndex(Index index) |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckConstraint |
class |
ExcludeConstraint |
class |
ForeignKeyIndex |
class |
NamedConstraint |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
CreateTable.getIndexes()
A list of
Indexes (for example "PRIMARY KEY") of this table. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTable.setIndexes(List<Index> list) |
Copyright © 2004–2019 JSQLParser. All rights reserved.