| 限定符和类型 | 方法和说明 |
|---|---|
Index |
CCJSqlParser.Index() |
| 构造器和说明 |
|---|
PurgeStatement(Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
Index |
AlterExpression.getIndex() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AlterExpression.setIndex(Index index) |
AlterExpression |
AlterExpression.withIndex(Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
Index |
CreateIndex.getIndex() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateIndex.setIndex(Index index) |
CreateIndex |
CreateIndex.withIndex(Index index) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CheckConstraint |
class |
ExcludeConstraint |
class |
ForeignKeyIndex |
class |
NamedConstraint |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Index> |
CreateTable.getIndexes() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateTable |
CreateTable.addIndexes(Index... indexes) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateTable |
CreateTable.addIndexes(Collection<? extends Index> indexes) |
void |
CreateTable.setIndexes(List<Index> list) |
CreateTable |
CreateTable.withIndexes(List<Index> indexes) |
Copyright © 2026. All rights reserved.