Uses of Class
tech.ydb.yoj.repository.ydb.statement.UpdateInStatement.UpdateInStatementInput
Packages that use UpdateInStatement.UpdateInStatementInput
-
Uses of UpdateInStatement.UpdateInStatementInput in tech.ydb.yoj.repository.ydb.statement
Methods in tech.ydb.yoj.repository.ydb.statement with parameters of type UpdateInStatement.UpdateInStatementInputModifier and TypeMethodDescriptionUpdateInStatement.toDebugString(UpdateInStatement.UpdateInStatementInput<T> in) UpdateInStatement.toQueryParameters(UpdateInStatement.UpdateInStatementInput<T> params) Constructors in tech.ydb.yoj.repository.ydb.statement with parameters of type UpdateInStatement.UpdateInStatementInputModifierConstructorDescriptionUpdateInStatement(tech.ydb.yoj.repository.db.EntitySchema<T> schema, tech.ydb.yoj.databind.schema.Schema<RESULT> resultSchema, UpdateInStatement.UpdateInStatementInput<T> in)