Class YdbConverter
java.lang.Object
tech.ydb.yoj.repository.ydb.client.YdbConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.yandex.ydb.table.query.ParamsconvertToParams(Map<String, com.yandex.ydb.ValueProtos.TypedValue> queryParameters) static com.yandex.ydb.ValueProtos.Value.BuilderconvertValueToProto(com.yandex.ydb.table.result.ValueReader column) static com.yandex.ydb.table.values.ValuetoSDK(com.yandex.ydb.ValueProtos.TypedValue typedValue) static com.yandex.ydb.table.values.ValuetoSDK(com.yandex.ydb.ValueProtos.Type type, com.yandex.ydb.ValueProtos.Value value)
-
Constructor Details
-
YdbConverter
public YdbConverter()
-
-
Method Details
-
toSDK
public static com.yandex.ydb.table.values.Value toSDK(com.yandex.ydb.ValueProtos.TypedValue typedValue) -
toSDK
public static com.yandex.ydb.table.values.Value toSDK(com.yandex.ydb.ValueProtos.Type type, com.yandex.ydb.ValueProtos.Value value) -
convertValueToProto
public static com.yandex.ydb.ValueProtos.Value.Builder convertValueToProto(com.yandex.ydb.table.result.ValueReader column) -
convertToParams
-