| Package | Description |
|---|---|
| tech.ydb.jdbc | |
| tech.ydb.jdbc.context | |
| tech.ydb.jdbc.impl |
| Modifier and Type | Method and Description |
|---|---|
static YdbPrepareMode |
YdbPrepareMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YdbPrepareMode[] |
YdbPrepareMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
YdbPreparedStatement |
YdbConnection.prepareStatement(String sql,
YdbPrepareMode mode)
Prepares statement with explicit configuration
|
| Modifier and Type | Method and Description |
|---|---|
YdbPreparedQuery |
YdbContext.findOrPrepareParams(YdbQuery query,
YdbPrepareMode mode) |
| Modifier and Type | Method and Description |
|---|---|
YdbPreparedStatement |
YdbConnectionImpl.prepareStatement(String sql,
YdbPrepareMode mode) |
Copyright © 2024. All rights reserved.