Function ibm_db::SQLBindFileToCol[][src]

pub unsafe extern "C" fn SQLBindFileToCol(
    hstmt: SQLHSTMT,
    icol: SQLUSMALLINT,
    FileName: *mut SQLCHAR,
    FileNameLength: *mut SQLSMALLINT,
    FileOptions: *mut SQLUINTEGER,
    MaxFileNameLength: SQLSMALLINT,
    StringLength: *mut SQLINTEGER,
    IndicatorValue: *mut SQLINTEGER
) -> SQLRETURN