Type Definition odbc_api::parameter::VarChar32[][src]

type VarChar32 = VarChar<[u8; 32]>;

A stack allocated VARCHAR type able to hold strings up to a length of 32 bytes (including the terminating zero).

Due to its memory layout this type can be bound either as a single parameter, or as an element of a rowise output, but not be used in columnar parameter arrays or output buffers.

Trait Implementations