| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
| Modifier and Type | Method and Description |
|---|---|
DbFk |
DbFk.addColumn(String... columns)
Adds local columns to match the foreign.
|
DbFk |
DbFk.addColumns(Collection<String> columns)
Adds local columns to match the foreign.
|
DbFk |
DbFk.addForeignColumn(String... foreignColumns)
Adds foreign columns to match the local ones.
|
DbFk |
DbFk.addForeignColumns(Collection<String> columns)
Adds foreign columns to match the local ones.
|
DbFk |
DbFk.setForeignTable(String foreignTable)
Sets the foreign table.
|
| Modifier and Type | Method and Description |
|---|---|
List<DbFk> |
DbEntity.getFks() |
| Modifier and Type | Method and Description |
|---|---|
DbEntity |
DbEntity.addFk(DbFk... fks)
Adds the FKs.
|
| Modifier and Type | Method and Description |
|---|---|
DbEntity |
DbEntity.addFks(Collection<DbFk> fks)
Adds the FKs.
|
Copyright © 2013. All Rights Reserved.