| Package | Description |
|---|---|
| tech.ydb.jdbc | |
| tech.ydb.jdbc.impl |
| Modifier and Type | Method and Description |
|---|---|
YdbConnection |
YdbDriver.connect(String url,
Properties info) |
YdbConnection |
YdbStatement.getConnection() |
YdbConnection |
YdbDatabaseMetaData.getConnection() |
| Modifier and Type | Class and Description |
|---|---|
class |
YdbConnectionImpl |
| Modifier and Type | Method and Description |
|---|---|
YdbConnection |
YdbDatabaseMetaDataImpl.getConnection() |
YdbConnection |
BaseYdbStatement.getConnection() |
| Constructor and Description |
|---|
BaseYdbStatement(Logger logger,
YdbConnection connection,
int resultSetType,
boolean isPoolable) |
YdbDatabaseMetaDataImpl(YdbConnection connection) |
YdbPreparedStatementImpl(YdbConnection connection,
YdbQuery query,
YdbPreparedQuery prepared,
int rsType) |
YdbStatementImpl(YdbConnection connection,
int resultSetType) |
Copyright © 2024. All rights reserved.