| Package | Description |
|---|---|
| jet.bean |
| Modifier and Type | Method and Description |
|---|---|
void |
JRCatalog.addConnection(ConnectionDesc connection)
Adds the specified connection to the catalog.
|
void |
JRCatalog.addFileQuery(String strName,
File flPath)
Adds the file query specified by the name and file to a catalog.
|
Vector |
JRCatalog.addTableViews(String strCatalogName,
String schemaPattern,
String tablePattern,
int iType)
Adds the file query specified by the name and file to a catalog.
|
void |
JRCatalog.addWherePortion(String strName,
String strQueryName,
String strSQL)
Adds the specified where portion to catalog.
|
void |
JRCatalog.addWherePortion(String strName,
String strQueryName,
Vector vecGroups)
Adds the specified where portion to catalog and save catalog.
|
void |
JRCatalog.deleteConnection()
Deletes the connection from the catalog.
|
void |
JRCatalog.deleteFileQuery(String strName)
Deletes the specified file query in the catalog.
|
void |
JRCatalog.deleteWherePortion(String strName)
Removes the where portion by the specified name.
|
ConnectionDesc |
JRCatalog.getConnectionDesc()
Gets the connection description.
|
String |
JRCatalog.getFileQuerySQL(String strName)
Gets the file query SQL string.
|
String |
JRCatalog.getWherePortionsSQL(String strName)
Gets the where portion by the specified name.
|
void |
JRCatalog.loadCatalog()
Loads the catalog by the specified catalog name.
|
void |
JRCatalog.modifyConnection(ConnectionDesc connection)
Modifies the connection according to the specified connection description.
|
void |
JRCatalog.modifyConnection(ConnectionDesc connection,
boolean reconnect)
Modifies the connection according to the specified connection description.
|
void |
JRCatalog.modifyUserInfo(String strUserName,
String strPassword)
Modifies the User and Password information according to the specified
connection description.
|
void |
JRCatalog.modifyWherePortion(String strName,
String strQueryName,
String strSQL)
Modifies the specified where portion.
|
void |
JRCatalog.modifyWherePortion(String strName,
String strQueryName,
Vector vecGroups)
Modifies the specified where portion.
|
void |
JRCatalog.newCatalog()
Creates a new catalog with the catalog name and save the catalog to file.
|
boolean |
JRCatalog.removeSFDataSource(String strName)
Removes a user data source for IBM Sanfrancisco.
|
void |
JRCatalog.saveCatalog()
Saves the catalog to a file.
|
void |
JRCatalog.saveCatalogAs(String strCatName)
Saves the catalog to specified file.
|
© insightsoftware. All rights reserved.