| Package | Description |
|---|---|
| org.databene.jdbacl.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeDBObject<C extends DBObject>
Abstract implementation of the
CompositeDBObject interface which serves as parent class
for individual implementations. |
class |
Database
Represents a database.
|
class |
DBCatalog
Represents a JDBC catalog.
|
class |
DBPackage
Represents a database packet which can hold
DBProcedures. |
class |
DBSchema
Represents a JDBC database schema.
|
class |
DBTable
Represents a database table.
|
class |
TableContainer
Represents a database container which may contain tables or other containers.
|
| Modifier and Type | Field and Description |
|---|---|
protected CompositeDBObject<?> |
AbstractDBObject.owner |
| Modifier and Type | Method and Description |
|---|---|
CompositeDBObject<?> |
DBObject.getOwner() |
CompositeDBObject<?> |
AbstractDBObject.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBSequence.setOwner(CompositeDBObject<?> owner) |
void |
DBObject.setOwner(CompositeDBObject<?> owner)
sets the owner of the DBObject instance.
|
void |
AbstractDBObject.setOwner(CompositeDBObject<?> owner) |
| Constructor and Description |
|---|
AbstractCompositeDBObject(String name,
String type,
CompositeDBObject<?> owner) |
AbstractDBObject(String name,
String objectType,
CompositeDBObject owner) |
DBTreeModel(CompositeDBObject<?> root) |
TableContainer(String name,
CompositeDBObject<? extends DBObject> parent) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.