Uses of Class
tech.ydb.yoj.repository.ydb.statement.YqlStatement
Packages that use YqlStatement
-
Uses of YqlStatement in tech.ydb.yoj.repository.ydb.statement
Subclasses of YqlStatement in tech.ydb.yoj.repository.ydb.statementModifier and TypeClassDescriptionclassDeleteByIdStatement<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> 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>> protected static classYqlStatement.Simple<PARAMS,ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>>