MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / getKeyType

Method getKeyType

java/java/de/crupp/upscaledb/Result.java:59–61  ·  view source on GitHub ↗

Returns the key type. This is the same type as specified when creating the queried database (i.e. Const.UPS_TYPE_UINT32, Const.UPS_TYPE_BINARY etc).

()

Source from the content-addressed store, hash-verified

57 * (i.e. Const.UPS_TYPE_UINT32, Const.UPS_TYPE_BINARY etc).
58 */
59 public int getKeyType() {
60 return uqi_result_get_key_type(m_handle);
61 }
62
63 /**
64 * Returns a byte array with all keys.

Callers 2

testSelectMethod · 0.95
testSelectRangeMethod · 0.95

Calls 1

Tested by 2

testSelectMethod · 0.76
testSelectRangeMethod · 0.76