Class MultipleVarsYqlStatement.Simple<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>
java.lang.Object
tech.ydb.yoj.repository.ydb.statement.YqlStatement<PARAMS,ENTITY,RESULT>
tech.ydb.yoj.repository.ydb.statement.MultipleVarsYqlStatement<PARAMS,ENTITY,ENTITY>
tech.ydb.yoj.repository.ydb.statement.MultipleVarsYqlStatement.Simple<PARAMS,ENTITY>
- All Implemented Interfaces:
Statement<PARAMS,ENTITY>
- Direct Known Subclasses:
DeleteByIdStatement,InsertYqlStatement,UpsertYqlStatement
- Enclosing class:
- MultipleVarsYqlStatement<PARAMS,
ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>, RESULT>
public abstract static class MultipleVarsYqlStatement.Simple<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>
extends MultipleVarsYqlStatement<PARAMS,ENTITY,ENTITY>
-
Nested Class Summary
Nested classes/interfaces inherited from class tech.ydb.yoj.repository.ydb.statement.MultipleVarsYqlStatement
MultipleVarsYqlStatement.Simple<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>> Nested classes/interfaces inherited from interface tech.ydb.yoj.repository.ydb.statement.Statement
Statement.QueryType -
Field Summary
Fields inherited from class tech.ydb.yoj.repository.ydb.statement.MultipleVarsYqlStatement
listNameFields inherited from class tech.ydb.yoj.repository.ydb.statement.YqlStatement
itemsCollector, ORDER_BY_ID_ASCENDING, resultSchema, resultSetReader, schema, tableName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tech.ydb.yoj.repository.ydb.statement.MultipleVarsYqlStatement
declarations, flattenInputVariables, getParams, toDebugParams, toQueryParametersMethods inherited from class tech.ydb.yoj.repository.ydb.statement.YqlStatement
count, createTQueryParameter, delete, deleteAll, equals, escape, find, find, find, find, find, findAll, findAll, findIds, findIds, findIdsIn, findIn, findIn, findIn, findIn, findRange, findRange, getDeclaration, getInSchemaType, getTableName, getYqlType, getYqlValue, hashCode, insert, isPreparable, mergeParts, nameEqVars, outNames, predicateFrom, readResult, resolveParamNames, save, storeToCache, table, toString, updateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface tech.ydb.yoj.repository.ydb.statement.Statement
getQuery, getQueryType, readFromCache, toDebugString
-
Constructor Details
-
Simple
-
Simple
-