Type Alias odbc_api::parameter::VarWCharArray
source · pub type VarWCharArray<const LENGTH: usize> = VarCell<[u16; LENGTH], WideText>;
Expand description
A stack allocated NVARCHAR type.
Due to its memory layout this type can be bound either as a single parameter, or as a column of a row-by-row output, but not be used in columnar parameter arrays or output buffers.
Aliased Type§
struct VarWCharArray<const LENGTH: usize> { /* private fields */ }