Class UpdateInStatement<T extends tech.ydb.yoj.repository.db.Entity<T>,RESULT>

java.lang.Object
tech.ydb.yoj.repository.ydb.statement.YqlStatement<UpdateInStatement.UpdateInStatementInput<T>,T,RESULT>
tech.ydb.yoj.repository.ydb.statement.UpdateInStatement<T,RESULT>
All Implemented Interfaces:
Statement<UpdateInStatement.UpdateInStatementInput<T>,RESULT>

public class UpdateInStatement<T extends tech.ydb.yoj.repository.db.Entity<T>,RESULT> extends YqlStatement<UpdateInStatement.UpdateInStatementInput<T>,T,RESULT>

Creates statement for UPDATE table SET values=values WHERE PK IN (PK1, PK2, ...).