| Package | Description |
|---|---|
| org.databene.jdbacl | |
| org.databene.jdbacl.model |
| Modifier and Type | Method and Description |
|---|---|
DBObject |
DatabaseTreeModel.getChild(DBObject parent,
int index) |
DBObject |
DatabaseTreeModel.getParent(DBObject child) |
DBObject |
DatabaseTreeModel.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
DBObject |
DatabaseTreeModel.getChild(DBObject parent,
int index) |
int |
DatabaseTreeModel.getChildCount(DBObject parent) |
int |
DatabaseTreeModel.getIndexOfChild(DBObject parent,
DBObject child) |
DBObject |
DatabaseTreeModel.getParent(DBObject child) |
boolean |
DatabaseTreeModel.isLeaf(DBObject node) |
static String |
SQLUtil.ownerDotComponent(DBObject object) |
static String |
SQLUtil.typeAndName(DBObject dbObject) |
| 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. |
interface |
CompositeDBObject<C extends DBObject>
DBObject implementation that aggregates sub objects of a DBObject sub type C. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeDBObject<C extends DBObject>
DBObject implementation that aggregates sub objects of a DBObject sub type C. |
interface |
ContainerComponent
Parent interface for all classes that can be contained in a database package.
|
interface |
DBTableComponent
|
interface |
MultiColumnObject
Interface for database objects that have multiple columns..
|
| 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 |
AbstractDBObject
Abstract implementation of the
DBObject interface which serves as
parent class for concrete implementations. |
class |
AbstractDBTableComponent
|
class |
Database
Represents a database.
|
class |
DBCatalog
Represents a JDBC catalog.
|
class |
DBCheckConstraint
Represents a database check constraint.
|
class |
DBColumn
Represents a database column.
|
class |
DBConstraint
Parent class for all database constraints.
|
class |
DBForeignKeyConstraint
Represents a foreign key constraint.
|
class |
DBIndex
Represents a database index.
|
class |
DBNonUniqueIndex
Represents a non-unique database index.
|
class |
DBNotNullConstraint
Represents a database not-null constraint.
|
class |
DBPackage
Represents a database packet which can hold
DBProcedures. |
class |
DBPrimaryKeyConstraint
Represents a primary key constraint in a database.
|
class |
DBProcedure
Represents a database procedure.
|
class |
DBSchema
Represents a JDBC database schema.
|
class |
DBSequence
Represents a database sequence.
|
class |
DBTable
Represents a database table.
|
class |
DBTrigger
Represents a database trigger.
|
class |
DBUniqueConstraint
Represents a unique constraint on one or the combination of several columns of one table.
|
class |
DBUniqueIndex
Represents a unique database index.
|
class |
TableContainer
Represents a database container which may contain tables or other containers.
|
| Modifier and Type | Method and Description |
|---|---|
DBObject |
DBTreeModel.getChild(DBObject parent,
int index) |
DBObject |
DBTreeModel.getParent(DBObject child) |
DBObject |
DBTreeModel.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<DBObject> |
DBSchema.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
DBObject |
DBTreeModel.getChild(DBObject parent,
int index) |
int |
DBTreeModel.getChildCount(DBObject parent) |
int |
DBTreeModel.getIndexOfChild(DBObject parent,
DBObject child) |
DBObject |
DBTreeModel.getParent(DBObject child) |
boolean |
DBColumn.isEquivalent(DBObject other) |
boolean |
DBUniqueIndex.isIdentical(DBObject other) |
boolean |
DBUniqueConstraint.isIdentical(DBObject other) |
boolean |
DBTrigger.isIdentical(DBObject object)
ignores description
|
boolean |
DBSequence.isIdentical(DBObject other) |
boolean |
DBProcedure.isIdentical(DBObject other) |
boolean |
DBPackage.isIdentical(DBObject other) |
boolean |
DBObject.isIdentical(DBObject other)
tells if an object has the same definition as another one.
|
boolean |
DBNotNullConstraint.isIdentical(DBObject other) |
boolean |
DBNonUniqueIndex.isIdentical(DBObject other) |
boolean |
DBForeignKeyConstraint.isIdentical(DBObject other) |
boolean |
DBColumn.isIdentical(DBObject other) |
boolean |
DBCheckConstraint.isIdentical(DBObject other) |
boolean |
AbstractCompositeDBObject.isIdentical(DBObject other) |
boolean |
DBTreeModel.isLeaf(DBObject node) |
| Constructor and Description |
|---|
TableContainer(String name,
CompositeDBObject<? extends DBObject> parent) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.