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