ErlSchemaUtils MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ErlSchemaUtils type exposes the following members.
Methods

  NameDescription
Public methodStatic memberToErlObject
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}]}.
Public methodStatic memberUpdate
Convert an Erlang hierarchical term representing a schema to a Row.
Back to Top
See Also