|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.Database.DBMgrFactory
A static class which creates and holds the current DatabaseMgr interface

| Constructor Summary | |
DBMgrFactory()
|
|
| Method Summary | |
static gov.lanl.Database.DatabaseMgr |
createDbMgr(java.lang.String dbname,
java.lang.String type_)
Instantiate and return an instance of the DatabaseMgr interface |
static gov.lanl.Database.SearchFilter |
createFilter()
build an appropriate SearchFilter corresponding to the storage engine |
static gov.lanl.Database.DatabaseMgr |
current()
Value of the instantiated DatabaseMgr |
static char |
getWildChar()
return wild card character for this DatabaseMgr |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DBMgrFactory()
| Method Detail |
public static gov.lanl.Database.DatabaseMgr createDbMgr(java.lang.String dbname,
java.lang.String type_)
dbname - Database name used in the DatabaseMgr creationtype_ - The type of DatabasaMgr to create
public static gov.lanl.Database.SearchFilter createFilter()
public static char getWildChar()
public static gov.lanl.Database.DatabaseMgr current()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||