public interface IJNDIDatabaseInfo
extends quadbase.common.util.IJNDIDatabaseInfo
DBInfo
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getConnection()
Gets the connection object, if one exists
|
java.util.Hashtable |
getEnvProperties()
Gets environment properties of the initial context
|
java.lang.String |
getJNDIName()
Gets the JNDI datasource lookup name
|
java.lang.String |
getQuery()
Gets the SQL query
|
java.sql.Connection |
openConnection()
Gets the connection object to the database
|
java.lang.String getJNDIName()
getJNDIName
in interface quadbase.common.util.IJNDIDatabaseInfo
java.util.Hashtable getEnvProperties()
getEnvProperties
in interface quadbase.common.util.IJNDIDatabaseInfo
java.lang.String getQuery()
getQuery
in interface quadbase.common.util.IJNDIDatabaseInfo
java.sql.Connection getConnection()
getConnection
in interface quadbase.common.util.IJNDIDatabaseInfo
java.sql.Connection openConnection() throws java.lang.Exception
openConnection
in interface quadbase.common.util.IJNDIDatabaseInfo
java.lang.Exception