static JdbcSchema |
JdbcSchema.create(org.apache.calcite.schema.SchemaPlus parentSchema,
String name,
DataSource dataSource,
org.apache.calcite.sql.SqlDialectFactory dialectFactory,
@Nullable String catalog,
@Nullable String schema) |
static JdbcSchema |
JdbcSchema.create(org.apache.calcite.schema.SchemaPlus parentSchema,
String name,
DataSource dataSource,
@Nullable String catalog,
@Nullable String schema) |
static JdbcSchema |
JdbcSchema.create(org.apache.calcite.schema.SchemaPlus parentSchema,
String name,
Map<String,Object> operand)
Creates a JdbcSchema, taking credentials from a map.
|