接口 DatabaseObject
-
- 所有已知子接口:
Collection,Schema,Table
- 所有已知实现类:
CollectionImpl,SchemaImpl,TableImpl
public interface DatabaseObjectA client-side representation of X Plugin server object, e.g. table, collection, etc.
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classDatabaseObject.DbObjectStatusExistence states of database objects.static classDatabaseObject.DbObjectTypeType of database objects.
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 DatabaseObject.DbObjectStatusexistsInDatabase()Query the existence of this database object.StringgetName()Retrieve the name of the database object represented by the Java object.SchemagetSchema()Retrieve the schema owning this database object.SessiongetSession()Retrieve the session owning the given schema object.
-
-
-
方法详细资料
-
getName
String getName()
Retrieve the name of the database object represented by the Java object.- 返回:
- name
-
existsInDatabase
DatabaseObject.DbObjectStatus existsInDatabase()
Query the existence of this database object.
-
-