The mi_lvarchar data type

The mi_lvarchar data type has the following uses:
  • Holds data of an LVARCHAR column
  • Holds character data that is passed to or received from an SQL statement when the query is in binary mode
  • Holds data for character arguments and return values of C UDRs (Server only)
  • Holds the external format of an opaque data type (Server only)

The following sections summarize each of these uses of an mi_lvarchar.