Interface Util
access this type via: data.qdb.Util (provides, requires or uses)
This is a set of utility functions used by the QDB database components, for flattening rows into byte arrays. Row flattening only works for data types with no nested data elements.
Functions
Data strToSchema(char schema_data[])
char[] schemaToStr(Data schema)
byte[] packRow(Data row)
Data unpackRow(byte rowData[], Data schema_template)
Data strToSchema(char schema_data[])
char[] schemaToStr(Data schema)
byte[] packRow(Data row)
Data unpackRow(byte rowData[], Data schema_template)