dataManager
addSessionVariablesOnCommit
Description
Add corresponding session variables to the tables automatically when it is committed.
flush
Description
Write committed data to the database. Any data that has not been committed using either the commit or commitAll method will be lost and not written to the database.
Parameters
This method does not receive any parameters.
close
Description
Close data manager's connections.
If there is data that has not yet been written to the database when this method is called it will not be written.
Parameters
This method does not receive any parameters.
Return Values
Returns void.
setMultiThreadWrite
Description
buildSchemas
void sqlDataManager.buildSchemas ( List tables ) (professional and enterprise editions only)
Description
Collect the database schema information, including foreign key relations between tables.
SqlDataManager
Description
Initiate a SqlDataManager object.
getSqliteDataManager
This method is no longer supported. Use a java.sql.BasicDataSource or com.screenscraper.datamanager.SshDataSource instead. See the SqlDataManager.buildSchemas page for examples.
getPostreSqlDataManager
This method is no longer supported. Use a java.sql.BasicDataSource or com.screenscraper.datamanager.SshDataSource instead. See the SqlDataManager.buildSchemas page for examples.
getOracleDataManager
This method is no longer supported. Use a java.sql.BasicDataSource or com.screenscraper.datamanager.SshDataSource instead. See the SqlDataManager.buildSchemas page for examples.
getMySqlDataManager
This method is no longer supported. Use a java.sql.BasicDataSource or com.screenscraper.datamanager.SshDataSource instead. See the SqlDataManager.buildSchemas page for examples.