| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
| Modifier and Type | Method and Description |
|---|---|
DbIndex |
DbIndex.columns(Collection<String> collection)
Add the columns that are part of the index.
|
DbIndex |
DbIndex.columns(String... columns)
Add the columns that are part of the index.
|
DbIndex |
DbIndex.setUnique(boolean unique)
Indicates if this index is unique or not.
|
| Modifier and Type | Method and Description |
|---|---|
List<DbIndex> |
DbEntity.getIndexes() |
| Modifier and Type | Method and Description |
|---|---|
DbEntity |
DbEntity.addIndex(DbIndex index)
Adds an index.
|
Copyright © 2013. All Rights Reserved.