[−][src]Function odbc::ffi::SQLGetCursorNameW
pub unsafe extern "system" fn SQLGetCursorNameW(
statement_handle: *mut Stmt,
cursor_name: *mut u16,
buffer_length: i16,
name_length_ptr: *mut i16
) -> SQLRETURN
Returns the cursor name associated with a specified statement.
Returns
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE.