类 DatabaseObjectDescription


  • public class DatabaseObjectDescription
    extends Object
    Represents the item of XPLUGIN_STMT_LIST_OBJECTS operation result.
    • 构造器详细资料

      • DatabaseObjectDescription

        public DatabaseObjectDescription​(String name,
                                         String type)
        Constructor.
        参数:
        name - database object name
        type - database object type, one of COLLECTION, TABLE, VIEW or COLLECTION_VIEW