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

sqlipPrepareStmt

This method parses the specified SQL statement (checks for syntax errors) and generates a plan for executing the statement. The IP collects information about any parameters in the statement and also describes the result columns (if the statement is a SELECT statement).
int sqlipPrepareStmt(String szSqlStmt);
 
Table 105: Parameters for sqlipPrepareStmt
Parameter
Type
Description
INPUT
 
 
szSqlStmt
String
SQL string to prepare.
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR