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 |
---|---|
DbFk.Builder |
DbFk.Builder.addColumn(String... columns)
Adds local columns to match the foreign.
|
DbFk.Builder |
DbFk.Builder.addColumns(Collection<String> columns)
Adds local columns to match the foreign.
|
DbFk.Builder |
DbFk.Builder.addForeignColumn(String... foreignColumns)
Adds foreign columns to match the local ones.
|
DbFk.Builder |
DbFk.Builder.addForeignColumns(Collection<String> columns)
Adds foreign columns to match the local ones.
|
DbFk.Builder |
DbFk.Builder.foreignTable(String foreignTable)
Sets the foreign table name.
|
Modifier and Type | Method and Description |
---|---|
DbEntity.Builder |
DbEntity.Builder.addFk(DbFk.Builder... fks)
Adds the FKs.
|
Modifier and Type | Method and Description |
---|---|
static DbFk.Builder |
SqlBuilder.dbFk()
Creates a Database Foreign Key builder.
|
Copyright © 2014 Feedzai. All Rights Reserved.