Function SQLExecDirectA

Source
pub unsafe extern "system" fn SQLExecDirectA(
    statementHandle: SQLHSTMT,
    statementText: *const SQLCHAR,
    textLength: SQLINTEGER,
) -> SQLRETURN