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

sqlipProcedureColumns

The sqlipProcedureColumns method is called by the OpenAccess SDK layer to get a stored procedure column list.
int sqlipProcedureColumns(
String catalog,
String schema,
String procedure,
String column);
 
Table 109: Parameters for sqlipProcedureColumns 
Parameter
Type
Description
INPUT
 
 
catalog
String
A string object representing a catalog name used to narrow the search.
Null indicates that the catalog name should not be used to narrow the search.
schema
String
A string object representing a schema name used to narrow the search.
Null indicates that the schema name should not be used to narrow the search.
procedure
String
A string object representing a procedure name used to narrow the search.
Null indicates that the procedure name should not be used to narrow the search.
column
String
A string object representing a procedure column name used to narrow the search.
Null indicates that the procedure name should not be used to narrow the search.
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR