|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Database represents an application database.
Connection| Method Summary | |
boolean |
close()
Closes the database connection, if open. |
String |
getAlias()
Returns the database alias. |
Connection |
getConnection()
Returns an available database connection. |
String |
getName()
Returns the database name. |
DatabaseType |
getType()
Returns the database type. |
boolean |
open()
Opens a database connection. |
| Method Detail |
public boolean close()
Connection are released immediately.
True if the database connection is successfully closed. False if the database connection is not successfully closed.public String getAlias()
public Connection getConnection()
open() was not previously invoked.
Connection object.public String getName()
public DatabaseType getType()
public boolean open()
True if a database connection is successfully opened. False if a database connection is not successfully opened.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||