public abstract class BaseYdbExecutor extends Object implements YdbExecutor
| Constructor and Description |
|---|
BaseYdbExecutor(YdbContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected tech.ydb.table.Session |
createNewTableSession(YdbValidator validator) |
tech.ydb.table.result.ResultSetReader |
executeScanQuery(YdbContext ctx,
YdbValidator validator,
String yql,
tech.ydb.table.query.Params params) |
void |
executeSchemeQuery(YdbContext ctx,
YdbValidator validator,
String yql) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, commit, ensureOpened, executeDataQuery, executeExplainQuery, isAutoCommit, isClosed, isInsideTransaction, isReadOnly, isValid, rollback, setAutoCommit, setReadOnly, setTransactionLevel, transactionLevel, txIDpublic BaseYdbExecutor(YdbContext ctx)
protected tech.ydb.table.Session createNewTableSession(YdbValidator validator) throws SQLException
SQLExceptionpublic void executeSchemeQuery(YdbContext ctx, YdbValidator validator, String yql) throws SQLException
executeSchemeQuery in interface YdbExecutorSQLExceptionpublic tech.ydb.table.result.ResultSetReader executeScanQuery(YdbContext ctx, YdbValidator validator, String yql, tech.ydb.table.query.Params params) throws SQLException
executeScanQuery in interface YdbExecutorSQLExceptionCopyright © 2024. All rights reserved.