Constant odbc_sys::DATA_AT_EXEC
source · pub const DATA_AT_EXEC: Len = -2;
Expand description
Use this as the indicator argument to SQLBindParameter
in order to indicate that the data is
send at statement execution time.
pub const DATA_AT_EXEC: Len = -2;
Use this as the indicator argument to SQLBindParameter
in order to indicate that the data is
send at statement execution time.