| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DbIndex> |
DbEntity.Builder.indexes |
| Modifier and Type | Method and Description |
|---|---|
DbIndex |
DbIndex.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DbIndex> |
DbEntity.getIndexes()
Gets the immutable list of indexes.
|
| Modifier and Type | Method and Description |
|---|---|
DbEntity.Builder |
DbEntity.Builder.addIndex(DbIndex index)
Adds an index.
|
| Modifier and Type | Method and Description |
|---|---|
DbEntity.Builder |
DbEntity.Builder.addIndexes(java.util.Collection<DbIndex> indexes)
Adds an index.
|
| Constructor and Description |
|---|
DbEntity(java.lang.String name,
java.util.List<DbColumn> columns,
java.util.List<DbFk> fks,
java.util.List<java.lang.String> pkFields,
java.util.List<DbIndex> indexes)
Creates a new instance of
DbEntity. |
Copyright © 2018 Feedzai. All Rights Reserved.