类 DatabaseObjectDescription
- java.lang.Object
-
- com.mysql.cj.xdevapi.DatabaseObjectDescription
-
public class DatabaseObjectDescription extends Object
Represents the item of XPLUGIN_STMT_LIST_OBJECTS operation result.
-
-
构造器概要
构造器 构造器 说明 DatabaseObjectDescription(String name, String type)Constructor.
-
-
-
方法详细资料
-
getObjectName
public String getObjectName()
Get database object name.- 返回:
- database object name
-
getObjectType
public DatabaseObject.DbObjectType getObjectType()
Get database object type
-
-