public interface SharedRecordService
Modifier and Type | Method and Description |
---|---|
List<SchemaOperationResult> |
dropCreateSchema(long moduleId,
boolean execute)
Drops and creates the database schema for the given mode.
|
List<SchemaOperationResult> |
updateSchema(long moduleId,
boolean execute)
Updates the database schema for the given model.
|
List<SchemaOperationResult> |
validateSchema(long moduleId)
Validates the database schema for the given model.
|
List<SchemaOperationResult> validateSchema(long moduleId) throws ModuleNotFoundException, SchemaException
moduleId
- ModuleNotFoundException
SchemaException
List<SchemaOperationResult> updateSchema(long moduleId, boolean execute) throws ModuleNotFoundException, SchemaException
moduleId
- execute
- if true, generated script will be executed against the databaseModuleNotFoundException
SchemaException
List<SchemaOperationResult> dropCreateSchema(long moduleId, boolean execute) throws ModuleNotFoundException, SchemaException
moduleId
- execute
- if true, generated script will be executed against the databaseModuleNotFoundException
SchemaException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.