SQLGetStmtAttr

Function SQLGetStmtAttr 

Source
pub unsafe extern "C" fn SQLGetStmtAttr(
    StatementHandle: SQLHSTMT,
    Attribute: SQLINTEGER,
    Value: SQLPOINTER,
    BufferLength: SQLINTEGER,
    StringLength: *mut SQLINTEGER,
) -> SQLRETURN