public interface YdbPreparedQuery
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch() |
int |
batchSize() |
void |
clearBatch() |
void |
clearParameters() |
List<tech.ydb.table.query.Params> |
getBatchParams() |
tech.ydb.table.query.Params |
getCurrentParams() |
TypeDescription |
getDescription(int index) |
String |
getNameByIndex(int index) |
String |
getQueryText(tech.ydb.table.query.Params prms) |
int |
parametersCount() |
void |
setParam(int index,
Object obj,
int sqlType) |
void |
setParam(String name,
Object obj,
int sqlType) |
String getQueryText(tech.ydb.table.query.Params prms) throws SQLException
SQLExceptionvoid clearParameters()
void setParam(int index,
@Nullable
Object obj,
int sqlType)
throws SQLException
SQLExceptionvoid setParam(String name, @Nullable Object obj, int sqlType) throws SQLException
SQLExceptionString getNameByIndex(int index) throws SQLException
SQLExceptionvoid addBatch()
throws SQLException
SQLExceptionvoid clearBatch()
int batchSize()
int parametersCount()
TypeDescription getDescription(int index) throws SQLException
SQLExceptionList<tech.ydb.table.query.Params> getBatchParams() throws SQLException
SQLExceptiontech.ydb.table.query.Params getCurrentParams()
throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.