[][src]Function odbc::ffi::SQLColAttributeW

pub unsafe extern "system" fn SQLColAttributeW(
    statement_handle: *mut Stmt,
    column_number: u16,
    field_identifier: u16,
    character_attribute_ptr: *mut c_void,
    buffer_length: i16,
    string_length_ptr: *mut i16,
    numeric_attribute_ptr: *mut i64
) -> SQLRETURN

Returns descriptor information for a column in a result set. Descriptor information is returned as a character string, a descriptor-dependent value, or an integer value.

Returns

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, SQL_INVALID_HANDLE, or SQL_STILL_EXECUTING.