public static class DynamicSchemaProcessorTest.CheckJdbcPropertyDsp extends DynamicSchemaProcessorTest.BaseDsp
| Modifier and Type | Field and Description |
|---|---|
static String |
RETURNFALSESTRING |
static String |
RETURNTRUESTRING |
replaceToken| Constructor and Description |
|---|
CheckJdbcPropertyDsp() |
| Modifier and Type | Method and Description |
|---|---|
String |
processSchema(String schemaUrl,
Util.PropertyList connectInfo)
Modifies a Mondrian schema.
|
getSchemapublic static String RETURNTRUESTRING
public static String RETURNFALSESTRING
public String processSchema(String schemaUrl, Util.PropertyList connectInfo) throws Exception
DynamicSchemaProcessorAn implementation should generally interpret the URL string as an Apache VFS (virtual file system) URL.
processSchema in interface DynamicSchemaProcessorprocessSchema in class DynamicSchemaProcessorTest.BaseDspschemaUrl - The URL of the catalog.connectInfo - Connection properties.Exception - if an error occurs.