EspressReport
v 5.5

quadbase.common.util
Interface IDatabaseInfo

All Known Subinterfaces:
IDatabaseInfo, IDatabaseInfo, IQbQueryFileInfo, IQbQueryFileInfo, IQueryFileInfo, IQueryFileInfo, IQueryFileInfo
All Known Implementing Classes:
DBInfoBasic

public interface IDatabaseInfo


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

getDriverName

public java.lang.String getDriverName()
Gets the JDBC driver name

getUserID

public java.lang.String getUserID()
Gets the user ID

getPassword

public java.lang.String getPassword()
Gets the password

getConnection

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

getQuery

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

EspressReport
v 5.5