|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acedb.Ace
Method Summary | |
static AceSet |
fetch(AceURL url)
Get an entity from an ACeDB database. |
static Connection |
getConnection(AceURL url)
|
static void |
registerDriver(Driver driver)
Register a driver with the manager. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void registerDriver(Driver driver)
The driver will be asked if it can accept a particular ace url, and if so, it may be used to create a Database reprenting that url.
public static AceSet fetch(AceURL url) throws AceException
public static Connection getConnection(AceURL url) throws AceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |