|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexBuilder | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| Uses of IndexBuilder in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return IndexBuilder | |
|---|---|
IndexBuilder |
IndexBuilder.addColumns(boolean ascending,
String... names)
Adds the columns with the given ordering to the index. |
IndexBuilder |
IndexBuilder.addColumns(String... names)
Adds the columns with ASCENDING ordering to the index. |
IndexBuilder |
IndexBuilder.setIgnoreNulls()
Sets this index to ignore null values. |
IndexBuilder |
IndexBuilder.setName(String name)
Sets the name of the index. |
IndexBuilder |
IndexBuilder.setPrimaryKey()
Sets this index to be a primary key index (additionally sets the index as unique). |
IndexBuilder |
IndexBuilder.setUnique()
Sets this index to enforce uniqueness. |
| Methods in com.healthmarketscience.jackcess with parameters of type IndexBuilder | |
|---|---|
TableBuilder |
TableBuilder.addIndex(IndexBuilder index)
Adds an IndexBuilder to the new table. |
| Uses of IndexBuilder in com.healthmarketscience.jackcess.impl |
|---|
| Method parameters in com.healthmarketscience.jackcess.impl with type arguments of type IndexBuilder | |
|---|---|
void |
DatabaseImpl.createTable(String name,
List<ColumnBuilder> columns,
List<IndexBuilder> indexes)
Create a new table in this database |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||