| Package | Description |
|---|---|
| ru.yandex.clickhouse.jdbcbridge.core | |
| ru.yandex.clickhouse.jdbcbridge.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRepository<T extends ManagedEntity>
Base class for implementing a repository managing entities by ID and
optionally (registered) entity type.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ManagedEntity> |
RepositoryManager.getRepository(Class<T> clazz)
Get repository capable of managing given type of entity.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryParser.extractConnectionString(io.vertx.ext.web.RoutingContext ctx,
Repository<NamedDataSource> resolver) |
static QueryParser |
QueryParser.fromRequest(io.vertx.ext.web.RoutingContext ctx,
Repository<NamedDataSource> resolver) |
static QueryParser |
QueryParser.fromRequest(io.vertx.ext.web.RoutingContext ctx,
Repository<NamedDataSource> resolver,
boolean forWrite) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryManager.update(List<Repository<?>> repos)
Update repository list using given repositories.
|
| Constructor and Description |
|---|
NamedDataSource(String id,
Repository<? extends NamedDataSource> repository,
io.vertx.core.json.JsonObject config) |
NamedQuery(String id,
Repository<NamedQuery> repo,
io.vertx.core.json.JsonObject config) |
NamedSchema(String id,
Repository<? extends NamedSchema> repo,
io.vertx.core.json.JsonObject config) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonFileRepository<T extends ManagedEntity> |
| Modifier and Type | Method and Description |
|---|---|
<T extends ManagedEntity> |
DefaultRepositoryManager.getRepository(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRepositoryManager.update(List<Repository<?>> repos) |
| Constructor and Description |
|---|
ConfigDataSource(Repository<NamedDataSource> dataSourceRepo) |
JdbcDataSource(String id,
Repository<NamedDataSource> resolver,
io.vertx.core.json.JsonObject config) |
ScriptDataSource(String id,
Repository<NamedDataSource> manager,
io.vertx.core.json.JsonObject config) |
Copyright © 2019–2021. All rights reserved.