| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
static BuildForeignKeyStep |
SQL.buildForeignKey(Column<?,?>... columns)
Creates a new builder that can be use to create a foreign key.
|
static BuildForeignKeyStep |
SQL.buildForeignKey(String name,
Column<?,?>... columns)
Creates a new builder that can be use to create a foreign key.
|
static BuildForeignKeyStep |
SQL.buildForeignKey(String name,
Table table,
Column<?,?>... columns)
Creates a new builder that can be use to create a foreign key.
|
static BuildForeignKeyStep |
SQL.buildForeignKey(Table table,
Column<?,?>... columns)
Creates a new builder that can be use to create a foreign key.
|
| Modifier and Type | Method and Description |
|---|---|
BuildForeignKeyStep |
SQLFactory.buildForeignKey(Column<?,?>[] columns) |
BuildForeignKeyStep |
SQLFactory.buildForeignKey(String name,
Column<?,?>[] columns) |
BuildForeignKeyStep |
SQLFactory.buildForeignKey(String name,
Table table,
Column<?,?>[] columns) |
BuildForeignKeyStep |
SQLFactory.buildForeignKey(Table table,
Column<?,?>[] columns) |
Copyright © 2015–2018 Bridje Framework. All rights reserved.