public abstract class DBObjectLister
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DBObjectLister.ObjectInfo
Encapsulates the information required about a listed object.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DBObjectLister(DBObjectProvider pro) |
| Modifier and Type | Method and Description |
|---|---|
protected DBObjectProvider |
getProvider() |
abstract java.util.Collection<DBObjectLister.ObjectInfo> |
listObjects(DBObjectCriteria criteria)
List the objects that the given criteria has restricted the list to.
|
protected DBObjectLister(DBObjectProvider pro)
public abstract java.util.Collection<DBObjectLister.ObjectInfo> listObjects(DBObjectCriteria criteria) throws DBException
criteria - use to determine type/name/schema criteria for the listingDBExceptionprotected DBObjectProvider getProvider()