public class TopiaSchemaHelper extends Object
| Constructor and Description |
|---|
TopiaSchemaHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
closeQuietly(Connection connection) |
protected static void |
closeQuietly(Statement statement) |
static void |
createMappingDataBaseSchemas(Map<String,String> config)
The mapping database use two extra schema (A and B) see test17.
|
static void |
createSchema(Map<String,String> config,
String schemaName)
Create the physical schema.
|
protected static void closeQuietly(Connection connection)
protected static void closeQuietly(Statement statement)
public static void createSchema(Map<String,String> config, String schemaName) throws Exception
config - sql connection configurationschemaName - name of schema to createException - if could not create schemaCopyright © 2004–2014 CodeLutin. All rights reserved.