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