| 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) |
AlterExpression |
AlterExpression.withIndex(Index index) |
| Modifier and Type | Method and Description |
|---|---|
Index |
CreateIndex.getIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIndex.setIndex(Index index) |
CreateIndex |
CreateIndex.withIndex(Index index) |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckConstraint |
class |
ExcludeConstraint |
class |
ForeignKeyIndex |
class |
NamedConstraint |
| Modifier and Type | Method and Description |
|---|---|
Index |
Index.addColumns(Collection<? extends Index.ColumnParams> functionDeclarationParts) |
Index |
Index.addColumns(Index.ColumnParams... functionDeclarationParts) |
Index |
Index.withColumns(List<Index.ColumnParams> columns) |
Index |
Index.withColumnsNames(List<String> list) |
Index |
Index.withIndexSpec(List<String> idxSpec) |
Index |
Index.withName(List<String> name) |
Index |
Index.withName(String name) |
Index |
Index.withType(String type) |
Index |
Index.withUsing(String using) |
| 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 |
|---|---|
CreateTable |
CreateTable.addIndexes(Index... indexes) |
| Modifier and Type | Method and Description |
|---|---|
CreateTable |
CreateTable.addIndexes(Collection<? extends Index> indexes) |
void |
CreateTable.setIndexes(List<Index> list) |
CreateTable |
CreateTable.withIndexes(List<Index> indexes) |
Copyright © 2004–2021 JSQLParser. All rights reserved.