public class TdbOwnedDatabaseList extends TdbControlObjectList
| Constructor and Description |
|---|
TdbOwnedDatabaseList(TdbSession session)
Requests a list of databases owned by the calling process
|
TdbOwnedDatabaseList(TdbSession session,
java.lang.String type)
Requests a list of databases of a certain type owned by the calling process
|
contains, contains, get, refresh, transformadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycodeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagescancel, getSession, isCancelable, setCancelablepublic TdbOwnedDatabaseList(TdbSession session) throws TdbException
session - Bounding sessionTdbExceptionpublic TdbOwnedDatabaseList(TdbSession session, java.lang.String type) throws TdbException
session - Bounding sessiontype - Database typeTdbException