Overrides doStartService from GSARepository to make the repository
optionally create required tables and load data using the TemplateParser
-import flag.
Overrides doStartService from VersionRepository to make the
repository optionally create required tables by specified sql scripts and load data
using the TemplateParser -import flag.
returns optional mapping of user-specified sql files that should be
executed during 'tear-down' instead of basing it on the SQL generated by
startSQLRepository.
returns optional mapping of user-specified sql files that should be executed during
'tear-down' instead of basing it on the SQL generated by startSQLRepository.
returns optional mapping of user-specified sql files that should be
executed during 'tear-down' instead of basing it on the SQL generated by
startSQLRepository.
returns optional mapping of user-specified sql files that should be executed during
'tear-down' instead of basing it on the SQL generated by startSQLRepository.
Create a repository in the given configpath using the given repository definitions (Absolute paths)
connecting to the db whose properties are specified in pDBProperties @see DBUtils
Method pMethodName is invoked with the GSARepository passed to it as a parameter.
THIS IS A REALLY SIMPLE APPLICATION THAT
TAKES A STRING ARRAY OF SQL FILES AND
RETURNS ALL OF THE SQL STATEMENTS THAT
MUST BE EXECUTED WITHIN THE FILES
DATE: MAY 23, 2000
Always make sure to call this because it will do necessary clean up
actions (shutting down in-memory database (if it was used) and the
nucleus) so he next test can run safely.