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).
()
| 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. |