| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.dialects |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
BuildFkFinalStep.build()
Builds the foreign key.
|
ForeignKey[] |
Table.getForeignKeys()
The foreign keys for this table.
|
ForeignKey[] |
Schema.getForeignKeys()
The aditional foreign keys for this schema.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SQLDialect.createForeignKey(ForeignKey fk,
List<Object> params)
Creates the given foreign key DDLs.
|
String |
SQLDialect.dropForeignKey(ForeignKey fk,
List<Object> params)
Creates the given foreign key drop DDLs.
|
BuildTableFKsStep |
BuildTableFKsStep.foreignKey(ForeignKey foreignKey)
Adds a foreign key to the table.
|
BuildSchemaFKsStep |
BuildSchemaFKsStep.foreignKey(ForeignKey foreignKey)
Adds a foreign key to the schema.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MySQLDialect.createForeignKey(ForeignKey fk,
List<Object> params) |
String |
DerbyDialect.createForeignKey(ForeignKey fk,
List<Object> params) |
String |
MySQLDialect.dropForeignKey(ForeignKey fk,
List<Object> params) |
String |
DerbyDialect.dropForeignKey(ForeignKey fk,
List<Object> params) |
Copyright © 2015–2018 Bridje Framework. All rights reserved.