Character data in binary mode of a query

When the database server processes a query, it might handle character data in the following cases:
  • Character data that is passed as an input parameter to an SQL statement
  • Character data that an SQL statement returns (for example, as a column value)

When a query has a control mode of binary, the database server stores character data in an mi_lvarchar varying-length structure.