Package io.dingodb.sdk.common
Class KeyValue
java.lang.Object
io.dingodb.sdk.common.Row
io.dingodb.sdk.common.KeyValue
- Direct Known Subclasses:
KeyValueWithExpect
-
Field Summary
Fields inherited from class io.dingodb.sdk.common.Row
columns, indexes, primaryKey, width -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyValue
public KeyValue(byte[] primaryKey, byte[] raw)
-
-
Method Details
-
setKey
public void setKey(byte[] key) -
setValue
public void setValue(byte[] value) -
getKey
public byte[] getKey() -
getValue
public byte[] getValue()
-