dataManager
commitAll
Description
Commit prepared rows of data for all tables into queue. Once called the data can no longer be edited.
Parameters
This method does not receive any parameters.
Return Values
Returns void.
commit
Description
addSessionVariables
Description
Manually add session variable data to fields, in preparation for insertion into a database.
addData
void sqlDataManager.addData ( String table, String columnName, Object value ) (professional and enterprise editions only)
Description
setMergeEnabled
This feature is only available for Professional and Enterprise editions of screen-scraper.
Description
Set merge status for a table. When conflicts exists in data, a merge of true will take the newer values and save them over previous null values.
setUpdateEnabled
This feature is only available for Professional and Enterprise editions of screen-scraper.
Description
Set update status for a given table. When conflicts exists in data, an update of true will take the newer values and save them over previous non-null values.
setGlobalMergeEnabled
This feature is only available for Professional and Enterprise editions of screen-scraper.
Description
Set global merge status. When conflicts exist in data, a merge of true will take the newer values and save them over previous null values.
setGlobalUpdateEnabled
This feature is only available for Professional and Enterprise editions of screen-scraper.
Description
Set update status globally. When conflicts exist in data, an update of true will take the newer values and save them over previous non-null values.
clearSessionVariables
Description
Clear session variables corresponding to the fields of a specific table (case insensitive).
clearSessionVariablesOnCommit
Description
Clear session variables corresponding to a committed table automatically.