public class JsonJdbcSchema extends JsonSchema
Like the base class JsonSchema,
occurs within JsonRoot.schemas.
Description of JSON schema elementsJsonSchema.Type| Modifier and Type | Field and Description |
|---|---|
String |
jdbcCatalog
Name of the initial catalog in the JDBC data source.
|
String |
jdbcDriver
The name of the JDBC driver class.
|
String |
jdbcPassword
JDBC connect string, for example "jdbc:mysql://localhost/foodmart".
|
String |
jdbcSchema
Name of the initial schema in the JDBC data source.
|
String |
jdbcUrl
JDBC connect string, for example "jdbc:mysql://localhost/foodmart".
|
String |
jdbcUser
JDBC user name.
|
String |
sqlDialectFactory
The FQN of the
SqlDialectFactory implementation. |
cache, lattices, materializations, name, path| Constructor and Description |
|---|
JsonJdbcSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelHandler handler) |
visitChildrenpublic String jdbcDriver
Optional. If not specified, uses whichever class the JDBC
DriverManager chooses.
public String sqlDialectFactory
SqlDialectFactory implementation.
Optional. If not specified, uses whichever class the JDBC
DriverManager chooses.
public String jdbcUrl
Optional.
public String jdbcUser
Optional.
public String jdbcPassword
Optional.
public String jdbcCatalog
Optional.
public String jdbcSchema
Optional.
public void accept(ModelHandler handler)
accept in class JsonSchemaCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.