Programming Guide



dm_cursor_engine

Determines the database engine of a cursor

#include <dmuproto.h>
char *dm_cursor_engine(char *cursor_name);

cursor_name
Specifies a cursor name. For a named cursor, use the name specified in a DBMS DECLARE CURSOR command. To refer to the default engine, specify as a null pointer or an empty string.

Returns

Description

dm_cursor_engine returns the name of the database engine for the database connection of the named cursor, or returns the name of the default engine if cursor_name is a null pointer or an empty string.

See Also

dm_cursor_connection, dm_cursor_consistent, dm_init