public interface DatabaseObject
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
DatabaseObject.DbObjectStatus |
Existence states of database objects.
|
static class |
DatabaseObject.DbObjectType |
Type of database objects.
|
| Modifier and Type | Method | Description |
|---|---|---|
DatabaseObject.DbObjectStatus |
existsInDatabase() |
Query the existence of this database object.
|
String |
getName() |
Retrieve the name of the database object represented by the Java object.
|
Schema |
getSchema() |
Retrieve the schema owning this database object.
|
Session |
getSession() |
Retrieve the session owning the given schema object.
|
Session getSession()
SessionString getName()
DatabaseObject.DbObjectStatus existsInDatabase()
DatabaseObject.DbObjectStatus