Uses of Class
com.feedzai.commons.sql.abstraction.ddl.DbIndex.Builder
-
Packages that use DbIndex.Builder 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. -
-
Uses of DbIndex.Builder in com.feedzai.commons.sql.abstraction.ddl
Methods in com.feedzai.commons.sql.abstraction.ddl that return DbIndex.Builder Modifier and Type Method Description DbIndex.BuilderDbIndex.Builder. columns(String... columns)Add the columns that are part of the index.DbIndex.BuilderDbIndex.Builder. columns(Collection<String> collection)Add the columns that are part of the index.DbIndex.BuilderDbIndex.Builder. unique(boolean unique)Indicates if this index is unique or not. -
Uses of DbIndex.Builder in com.feedzai.commons.sql.abstraction.dml.dialect
Methods in com.feedzai.commons.sql.abstraction.dml.dialect that return DbIndex.Builder Modifier and Type Method Description static DbIndex.BuilderSqlBuilder. dbIndex()Creates a Database Index builder.
-