|
EspressReport v 6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--quadbase.reportdesigner.util.AbstractInputData
| Constructor Summary | |
AbstractInputData(QbReport report)
|
|
| Method Summary | |
void |
setAllDatabaseInfo(java.sql.Connection conn)
Sets all database connection(s) associated with this report. |
void |
setAllDatabaseInfo(java.lang.String url,
java.lang.String driver,
java.lang.String usr,
java.lang.String pwd)
Sets all database information associated with this report. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface quadbase.reportdesigner.util.IInputData |
addRow, deleteRow, getClassFile, getData, getDatabaseInfo, getDataFile, getDTDFile, getMapping, getQueryFilename, getRow, getRowCount, getSpreadSheetModel, getXMLFile, getXMLFileQueryInfo, matchRecord, readQueryFile, replaceColumns, setAllDatabaseInfo, setAllDatabaseInfo, setClassFile, setClassFile, setClassFile, setData, setData, setData, setData, setDatabaseInfo, setDatabaseInfo, setDataFile, setDataFile, setDataFile, setMapping, setQueryFilename, setSpreadSheetModel, setXMLFile, setXMLFile, setXMLFileQueryInfo, setXMLFileQueryInfo, updateRow |
| Constructor Detail |
public AbstractInputData(QbReport report)
| Method Detail |
public void setAllDatabaseInfo(java.lang.String url,
java.lang.String driver,
java.lang.String usr,
java.lang.String pwd)
throws java.lang.Exception
setAllDatabaseInfo in interface IInputDataurl - the url that identifies the databasedriver - the name of the jdbc driver classusr - the user name to login to this database, or nullpwd - the password to login to this database, or null
public void setAllDatabaseInfo(java.sql.Connection conn)
throws java.lang.Exception
setAllDatabaseInfo in interface IInputDataconn - the database connection object to use
|
EspressReport v 6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||