[This is preliminary documentation and is subject to change.]
The ErlSchemaUtils type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| ToErlObject |
Convert Row to a hierarchical term that corresponds to the row's schema.
The Erlang term is in the form:
{SchemaName::atom(), [{FieldName::atom(), Value}]}. | |
| Update |
Convert an Erlang hierarchical term representing a schema to a Row.
|
See Also