Title: OpenMobileIS project source
Description: Calling service manager is use to keep an historic of different service call to be
able to return to a calling service when a specific function has been done.
Increases the capacity of this ArrayList instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
Increases the capacity of this ArrayList instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
executeQuery() allows to execute a query such as "SELECT * FROM TABLE")
use SQL syntax to perform queries
Connection is not close to keep the resulting resultset.
executeUpdateQuery() allows to execute a query with INSERT, UPDATE or DELETE statements
use SQL syntax to perform queries
Connection is not close to keep the resulting resultset.
executeQuery() allows to execute a query such as "SELECT * FROM TABLE")
use SQL syntax to perform queries
Connection is not close to keep the resulting resultset.
executeUpdateQuery() allows to execute a query with INSERT, UPDATE or DELETE statements
use SQL syntax to perform queries
Close and garbage the connection and pending result.
Title: OpenMobileIS project source
Description:
To specify the temp directory where generated db file is use the property :org.openmobileis.database.fastobjectdb.synchro.server.generateddb.installpath
Use this constructor to work with pregenerated DB file for complete synchronisation
pregenerateddbpath is the path to the directory where pregenerated collection file are stored.
Title: OpenMobileIS project source
Description:
To specify the temp directory where generated db file (during complete synchronisation) is use the property :org.openmobileis.database.fastobjectdb.synchro.server.generateddb.installpath
Returns the name of this web application correponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
Title: OpenMobileIS project source
Description: Utility classe to allow to store is the properties file misc.properties
service properties to be use later.