| Package | Description |
|---|---|
| org.databene.jdbacl.dialect | |
| org.databene.jdbacl.model |
| Modifier and Type | Method and Description |
|---|---|
DBCheckConstraint[] |
OracleDialect.queryCheckConstraints(Connection connection,
String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
List<DBCheckConstraint> |
DBTable.getCheckConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBTable.addCheckConstraint(DBCheckConstraint checkConstraint) |
boolean |
DBCheckConstraint.isEquivalent(DBCheckConstraint that) |
void |
DBTable.receiveCheckConstraint(DBCheckConstraint check) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.