| Package | Description |
|---|---|
| net.sf.hajdbc | |
| net.sf.hajdbc.cache.eager | |
| net.sf.hajdbc.cache.lazy | |
| net.sf.hajdbc.dialect |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyConstraint |
ForeignKeyConstraintFactory.createForeignKeyConstraint(String name,
QualifiedName table,
QualifiedName foreignTable,
int deleteRule,
int updateRule,
int deferrability) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ForeignKeyConstraint> |
TableProperties.getForeignKeyConstraints() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ForeignKeyConstraint> |
EagerTableProperties.getForeignKeyConstraints() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ForeignKeyConstraint> |
LazyTableProperties.getForeignKeyConstraints() |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyConstraint |
StandardForeignKeyConstraintFactory.createForeignKeyConstraint(String name,
QualifiedName table,
QualifiedName foreignTable,
int deleteRule,
int updateRule,
int deferrability) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ForeignKeyConstraint> |
StandardDialect.getForeignKeyConstraints(DatabaseMetaData metaData,
QualifiedName table,
ForeignKeyConstraintFactory factory)
Returns the foreign key constraints on the specified table.
|
Collection<ForeignKeyConstraint> |
Dialect.getForeignKeyConstraints(DatabaseMetaData metaData,
QualifiedName table,
ForeignKeyConstraintFactory factory)
Returns the foreign key constraints on the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StandardDialect.getCreateForeignKeyConstraintSQL(ForeignKeyConstraint key) |
String |
Dialect.getCreateForeignKeyConstraintSQL(ForeignKeyConstraint constraint)
Returns a SQL statement used to create a foreign key constraint.
|
String |
StandardDialect.getDropForeignKeyConstraintSQL(ForeignKeyConstraint key) |
String |
Dialect.getDropForeignKeyConstraintSQL(ForeignKeyConstraint constraint)
Returns a SQL statement used to drop a foreign key constraint.
|
Copyright © 2004–2014 Paul Ferraro. All rights reserved.