Expand description
A buffer large enough to hold an SOLState for diagnostics
Tuple Fields§
§0: [u8; 5]Implementations§
source§impl State
impl State
sourcepub const INVALID_STATE_TRANSACTION: State = _
pub const INVALID_STATE_TRANSACTION: State = _
Can be returned from SQLDisconnect
sourcepub const INVALID_ATTRIBUTE_VALUE: State = _
pub const INVALID_ATTRIBUTE_VALUE: State = _
Given the specified Attribute value, an invalid value was specified in ValuePtr.
sourcepub const INVALID_SQL_DATA_TYPE: State = _
pub const INVALID_SQL_DATA_TYPE: State = _
An invalid data type has been bound to a statement. Is also returned by SQLFetch if trying to fetch into a 64Bit Integer Buffer.
sourcepub const STRING_DATA_RIGHT_TRUNCATION: State = _
pub const STRING_DATA_RIGHT_TRUNCATION: State = _
String or binary data returned for a column resulted in the truncation of nonblank character or non-NULL binary data. If it was a string value, it was right-truncated.
sourcepub const INDICATOR_VARIABLE_REQUIRED_BUT_NOT_SUPPLIED: State = _
pub const INDICATOR_VARIABLE_REQUIRED_BUT_NOT_SUPPLIED: State = _
StrLen_or_IndPtr was a null pointer and NULL data was retrieved.
sourcepub fn from_chars_with_nul(code: &[SqlChar; 6]) -> Self
pub fn from_chars_with_nul(code: &[SqlChar; 6]) -> Self
Drops terminating zero and changes char type, if required