Class YdbConverter

java.lang.Object
tech.ydb.yoj.repository.ydb.client.YdbConverter

public class YdbConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static tech.ydb.table.query.Params
    convertToParams(Map<String,tech.ydb.proto.ValueProtos.TypedValue> queryParameters)
     
    static tech.ydb.proto.ValueProtos.Value.Builder
    convertValueToProto(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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static tech.ydb.table.query.Params convertToParams(Map<String,tech.ydb.proto.ValueProtos.TypedValue> queryParameters)