EspressChart
v 5.5

quadbase.util
Interface IDatabaseInfo

All Superinterfaces:
quadbase.common.util.IDatabaseInfo
All Known Subinterfaces:
IQbQueryFileInfo, IQueryFileInfo
All Known Implementing Classes:
DBInfo, DBInfo

public interface IDatabaseInfo
extends quadbase.common.util.IDatabaseInfo

This interface provides information about the database and query related to a chart. The quadbase.ChartAPI.DBInfo class provides an implementation of this interface.

See Also:
DBInfo

Method Summary
 java.sql.Connection getConnection()
          Gets the connection object, if one exists
 java.lang.String getDriverName()
          Gets the JDBC driver name
 java.lang.String getPassword()
          Gets the password
 java.lang.String getQuery()
          Gets the SQL query
 java.lang.String getURLString()
          Gets the URL of database
 java.lang.String getUserID()
          Gets the user ID
 

Method Detail

getURLString

public java.lang.String getURLString()
Gets the URL of database
Specified by:
getURLString in interface quadbase.common.util.IDatabaseInfo

getDriverName

public java.lang.String getDriverName()
Gets the JDBC driver name
Specified by:
getDriverName in interface quadbase.common.util.IDatabaseInfo

getUserID

public java.lang.String getUserID()
Gets the user ID
Specified by:
getUserID in interface quadbase.common.util.IDatabaseInfo

getPassword

public java.lang.String getPassword()
Gets the password
Specified by:
getPassword in interface quadbase.common.util.IDatabaseInfo

getConnection

public java.sql.Connection getConnection()
Gets the connection object, if one exists
Specified by:
getConnection in interface quadbase.common.util.IDatabaseInfo

getQuery

public java.lang.String getQuery()
Gets the SQL query
Specified by:
getQuery in interface quadbase.common.util.IDatabaseInfo

EspressChart
v 5.5