| Package | Description | 
|---|---|
| com.feedzai.commons.sql.abstraction.ddl | 
 Contains classes that aid on DDL creation. 
 | 
| com.feedzai.commons.sql.abstraction.dml.dialect | 
 Contains an SQL builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DbIndex.Builder | 
DbIndex.Builder.columns(Collection<String> collection)
Add the columns that are part of the index. 
 | 
DbIndex.Builder | 
DbIndex.Builder.columns(String... columns)
Add the columns that are part of the index. 
 | 
DbIndex.Builder | 
DbIndex.Builder.unique(boolean unique)
Indicates if this index is unique or not. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DbIndex.Builder | 
SqlBuilder.dbIndex()
Creates a Database Index builder. 
 | 
Copyright © 2014 Feedzai. All Rights Reserved.