company logo

StringTypes - String types

ODABA supports different string types in order to support data exchange between databases and application and database. In general, string formats support ASCII, Latin1 or UTF coded data. Tag names, when being used, have to be provided as ASCII names.

Enumarators overview

Enumerator details

  1. Undefined_String - String type is undefined
    Code: 0
    to list
  2. OIF_String - OIF string format

    The object interchange format provides a tagged data format for object interchange between databases or application and database.

    Code: 1
    to list
  3. ESDF_String - ESDF string format

    The extended self delimiter string format provides an untagged data interchange format between application and database. It is not suggested using ESDF for interchange between databases.

    Code: 2
    to list
  4. XML_String - String is an xml string

    The string is provided as ODABA XML string. The way, in which base types, references and relationships are coded in ODABA xml is described in the ODABA XML scheme

    Code: 3
    to list
  5. CSV_String - CSV string format

    The comma separated string format is a simplified subset of the ESDF string format. It provides an simple untagged data interchange format between application and database, especially used flat structures, such as key structures.

    Code: 4
    to list