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 - ModuleNotFoundExceptionSchemaExceptionList<SchemaOperationResult> updateSchema(long moduleId, boolean execute) throws ModuleNotFoundException, SchemaException
moduleId - execute - if true, generated script will be executed against the databaseModuleNotFoundExceptionSchemaExceptionList<SchemaOperationResult> dropCreateSchema(long moduleId, boolean execute) throws ModuleNotFoundException, SchemaException
moduleId - execute - if true, generated script will be executed against the databaseModuleNotFoundExceptionSchemaExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.