Interface ReadTableMapper<ID,RESULT>

All Known Implementing Classes:
EntityIdKeyMapper

public interface ReadTableMapper<ID,RESULT>
  • Method Details

    • getTableName

      String getTableName(String tableSpace)
    • mapKey

      List<tech.ydb.proto.ValueProtos.TypedValue> mapKey(ID id)
    • getColumns

      List<String> getColumns()
    • mapResult

      RESULT mapResult(List<tech.ydb.proto.ValueProtos.Column> columnList, tech.ydb.proto.ValueProtos.Value value)