public interface DatabaseObject
Modifier and Type | Interface and Description |
---|---|
static class |
DatabaseObject.DbObjectStatus
Existence states of database objects.
|
static class |
DatabaseObject.DbObjectType
Type of database objects.
|
Modifier and Type | Method and 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()
Session
String getName()
DatabaseObject.DbObjectStatus existsInDatabase()
DatabaseObject.DbObjectStatus