|
LexAccess Java 2008 Version |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| gov.nih.nlm.nls.lexAccess.Api | This package provides APIs for the the offical Java LexAccess release. |
| gov.nih.nlm.nls.lexAccess.Db | Provides a higher level interface to LexAccess database. |
| Uses of Configuration in gov.nih.nlm.nls.lexAccess.Api |
|---|
| Methods in gov.nih.nlm.nls.lexAccess.Api that return Configuration | |
|---|---|
Configuration |
LexAccessCmdApi.GetConfiguration()
A method to get the configuration object |
Configuration |
LexAccessApi.GetConfiguration()
A method to get the configuration object |
| Uses of Configuration in gov.nih.nlm.nls.lexAccess.Db |
|---|
| Methods in gov.nih.nlm.nls.lexAccess.Db with parameters of type Configuration | |
|---|---|
static void |
DbBase.CloseConnection(java.sql.Connection conn,
Configuration config)
Close a specified connection (session) with a database |
static java.sql.Connection |
DbBase.OpenConnection(Configuration config)
Open a connection using URL specified in configuration bundle |
(package private) static void |
DbBase.SubmitDML(java.lang.String query,
Configuration config)
Submit a query to a specific database. |
|
LexAccess Java 2008 Version |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||