Uses of Interface
tech.ydb.yoj.repository.ydb.statement.Statement
Packages that use Statement
Package
Description
-
Uses of Statement in tech.ydb.yoj.repository.ydb
Methods in tech.ydb.yoj.repository.ydb with parameters of type StatementModifier and TypeMethodDescription<PARAMS,RESULT>
List<RESULT><PARAMS,RESULT>
Stream<RESULT>YdbRepositoryTransaction.executeScanQuery(Statement<PARAMS, RESULT> statement, PARAMS params) <PARAMS> voidYdbRepositoryTransaction.pendingExecute(Statement<PARAMS, ?> statement, PARAMS value) Constructors in tech.ydb.yoj.repository.ydb with parameters of type Statement -
Uses of Statement in tech.ydb.yoj.repository.ydb.statement
Classes in tech.ydb.yoj.repository.ydb.statement that implement StatementModifier and TypeClassDescriptionclassCountAllStatement<ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>classDeleteAllStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>> classDeleteByIdStatement<IN,T extends tech.ydb.yoj.repository.db.Entity<T>> classFindAllYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>, RESULT> final classFindInStatement<IN,T extends tech.ydb.yoj.repository.db.Entity<T>, RESULT> Creates statement forSELECT ... WHERE PK IN (PK1, PK2, ...).classFindRangeStatement<ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,ID extends tech.ydb.yoj.repository.db.Entity.Id<ENTITY>, RESULT> classFindStatement<ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,RESULT> classFindYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>, RESULT> classInsertYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>> classMultipleVarsYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>, RESULT> static classMultipleVarsYqlStatement.Simple<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>> classPredicateStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>, RESULT> final classUpdateByIdStatement<ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,ID extends tech.ydb.yoj.repository.db.Entity.Id<ENTITY>> classUpdateInStatement<T extends tech.ydb.yoj.repository.db.Entity<T>,RESULT> Creates statement forUPDATE table SET values=values WHERE PK IN (PK1, PK2, ...).classUpsertYqlStatement<IN,T extends tech.ydb.yoj.repository.db.Entity<T>> classYqlStatement<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>, RESULT> -
Uses of Statement in tech.ydb.yoj.repository.ydb.table
Methods in tech.ydb.yoj.repository.ydb.table with parameters of type StatementModifier and TypeMethodDescription<PARAMS,RESULT>
List<RESULT><PARAMS,RESULT>
List<RESULT><PARAMS,RESULT>
Stream<RESULT>YdbTable.CheckingQueryExecutor.executeScanQuery(Statement<PARAMS, RESULT> statement, PARAMS params) <PARAMS,RESULT>
Stream<RESULT>YdbTable.QueryExecutor.executeScanQuery(Statement<PARAMS, RESULT> statement, PARAMS params) <PARAMS> voidYdbTable.CheckingQueryExecutor.pendingExecute(Statement<PARAMS, ?> statement, PARAMS value) <PARAMS> voidYdbTable.QueryExecutor.pendingExecute(Statement<PARAMS, ?> statement, PARAMS value)