public interface IJNDIDatabaseInfo
extends quadbase.common.util.IJNDIDatabaseInfo
DBInfo| Modifier and Type | Method | 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.IJNDIDatabaseInfojava.util.Hashtable getEnvProperties()
getEnvProperties in interface quadbase.common.util.IJNDIDatabaseInfojava.lang.String getQuery()
getQuery in interface quadbase.common.util.IJNDIDatabaseInfojava.sql.Connection getConnection()
getConnection in interface quadbase.common.util.IJNDIDatabaseInfojava.sql.Connection openConnection()
throws java.lang.Exception
openConnection in interface quadbase.common.util.IJNDIDatabaseInfojava.lang.Exception