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, transform
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
cancel, getSession, isCancelable, setCancelable
public TdbOwnedDatabaseList(TdbSession session) throws TdbException
session
- Bounding sessionTdbException
public TdbOwnedDatabaseList(TdbSession session, java.lang.String type) throws TdbException
session
- Bounding sessiontype
- Database typeTdbException