| Package | Description |
|---|---|
| tech.ydb.jdbc.common | |
| tech.ydb.jdbc.query | |
| tech.ydb.jdbc.query.params |
| Modifier and Type | Method and Description |
|---|---|
static TypeDescription |
TypeDescription.of(tech.ydb.table.values.Type type) |
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
YdbPreparedQuery.getDescription(int index) |
TypeDescription |
ParamDescription.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryStatement.addParameter(String name,
TypeDescription type) |
| Constructor and Description |
|---|
ParamDescription(String name,
String displayName,
TypeDescription type) |
ParamDescription(String name,
TypeDescription type) |
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
PreparedQuery.getDescription(int index) |
TypeDescription |
InMemoryQuery.getDescription(int index) |
TypeDescription |
BatchedQuery.getDescription(int index) |
| Modifier and Type | Method and Description |
|---|---|
static tech.ydb.table.values.Value<?> |
ValueFactory.readValue(String name,
Object value,
TypeDescription type) |
Copyright © 2024. All rights reserved.