| Package | Description |
|---|---|
| net.sf.hajdbc.dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardForeignKeyConstraintFactory |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyConstraintFactory |
StandardDialect.createForeignKeyConstraintFactory(QualifiedNameFactory factory) |
ForeignKeyConstraintFactory |
Dialect.createForeignKeyConstraintFactory(QualifiedNameFactory factory) |
| 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.
|
Copyright © 2004–2014 Paul Ferraro. All rights reserved.