| Package | Description |
|---|---|
| tech.ydb.jdbc.context | |
| tech.ydb.jdbc.impl | |
| tech.ydb.jdbc.query | |
| tech.ydb.jdbc.query.params |
| Modifier and Type | Method and Description |
|---|---|
YdbQuery |
YdbContext.findOrParseYdbQuery(String sql) |
YdbQuery |
YdbContext.parseYdbQuery(String sql) |
| Modifier and Type | Method and Description |
|---|---|
YdbPreparedQuery |
YdbContext.findOrPrepareParams(YdbQuery query,
YdbPrepareMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected List<BaseYdbStatement.YdbResult> |
BaseYdbStatement.executeDataQuery(YdbQuery query,
String yql,
tech.ydb.table.query.Params params) |
protected List<BaseYdbStatement.YdbResult> |
BaseYdbStatement.executeExplainQuery(YdbQuery query) |
protected List<BaseYdbStatement.YdbResult> |
BaseYdbStatement.executeSchemeQuery(YdbQuery query) |
| Constructor and Description |
|---|
YdbPreparedStatementImpl(YdbConnection connection,
YdbQuery query,
YdbPreparedQuery prepared,
int rsType) |
| Modifier and Type | Method and Description |
|---|---|
static YdbQuery |
YdbQuery.parseQuery(String query,
YdbQueryProperties opts) |
| Modifier and Type | Method and Description |
|---|---|
static BatchedQuery |
BatchedQuery.tryCreateBatched(YdbQuery query,
Map<String,tech.ydb.table.values.Type> types) |
| Constructor and Description |
|---|
InMemoryQuery(YdbQuery query,
boolean isAutoDeclare) |
PreparedQuery(YdbQuery query,
Map<String,tech.ydb.table.values.Type> types) |
Copyright © 2024. All rights reserved.