skip to main content
IP API Reference for Java : Statement-level Methods for Java : sqlipDeclareCursor
 

sqlipDeclareCursor

This method associates the cursor name with the prepared statement. If the IP does not need to use a pre-defined cursor name, you can define this method to do nothing and return OADS_SUCCESS. A unique cursor name is generated for each connection/statement pair.
int sqlipDeclareCursor(String cursorName);
 
Table 83: Parameters for sqlipDeclareCursor
Parameter
Type
Description
INPUT
 
 
cursorName
String
Cursor name
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR