EspressReport
v 5.5

quadbase.common.util
Interface IJNDIDatabaseInfo

All Known Subinterfaces:
IJNDIDatabaseInfo, IJNDIDatabaseInfo
All Known Implementing Classes:
DBInfoBasic

public interface IJNDIDatabaseInfo


Method Summary
 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
 

Method Detail

getJNDIName

public java.lang.String getJNDIName()
Gets the JNDI datasource lookup name

getEnvProperties

public java.util.Hashtable getEnvProperties()
Gets environment properties of the initial context

getQuery

public java.lang.String getQuery()
Gets the SQL query

getConnection

public java.sql.Connection getConnection()
Gets the connection object, if one exists

openConnection

public java.sql.Connection openConnection()
                                   throws java.lang.Exception
Gets the connection object to the database

EspressReport
v 5.5