| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.dialects | |
| org.bridje.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
static Index |
SQL.buildIndex(Column<?,?>... columns) |
static Index |
SQL.buildIndex(String name,
Column<?,?>... columns) |
static Index |
SQL.buildIndex(String name,
Table table,
Column<?,?>... columns) |
static Index |
SQL.buildIndex(Table table,
Column<?,?>... columns) |
static Index |
SQL.buildUnique(Column<?,?>... columns) |
static Index |
SQL.buildUnique(String name,
Column<?,?>... columns) |
static Index |
SQL.buildUnique(String name,
Table table,
Column<?,?>... columns) |
static Index |
SQL.buildUnique(Table table,
Column<?,?>... columns) |
Index[] |
Table.getIndexes() |
Index[] |
Schema.getIndexes() |
| Modifier and Type | Method and Description |
|---|---|
String |
SQLDialect.createIndex(Index index,
List<Object> params) |
String |
SQLDialect.dropIndex(Index index,
List<Object> params) |
BuildTableIndexesStep |
BuildTableIndexesStep.index(Index index) |
BuildSchemaFKsStep |
BuildSchemaIndexesStep.index(Index index)
Adds an index to the schema.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MySQLDialect.createIndex(Index index,
List<Object> params) |
String |
DerbyDialect.createIndex(Index index,
List<Object> params) |
String |
MySQLDialect.dropIndex(Index index,
List<Object> params) |
String |
DerbyDialect.dropIndex(Index index,
List<Object> params) |
| Modifier and Type | Method and Description |
|---|---|
Index |
SQLFactory.buildIndex(Column<?,?>... columns) |
Index |
SQLFactory.buildIndex(String name,
Column<?,?>[] columns) |
Index |
SQLFactory.buildIndex(String name,
Table table,
Column<?,?>[] columns) |
Index |
SQLFactory.buildIndex(Table table,
Column<?,?>... columns) |
Index |
SQLFactory.buildUnique(Column<?,?>... columns) |
Index |
SQLFactory.buildUnique(String name,
Column<?,?>... columns) |
Index |
SQLFactory.buildUnique(String name,
Table table,
Column<?,?>... columns) |
Index |
SQLFactory.buildUnique(Table table,
Column<?,?>... columns) |
Copyright © 2015–2017 Bridje Framework. All rights reserved.