skip to main content
IP API Reference for Java : Connection-level Methods for Java : sqlipGetDsInfo
 

sqlipGetDsInfo

This connection-level method is called to obtain information about the data source such as the SQL capabilities, limits on object names, and other information that is needed by client API functions like SQLGetInfo. For details, see how this method is implemented in the oajava sample.
int sqlipGetDsInfo(
int iInfoType,
StringBuffer sInfoValue)
 
Table 71: Parameters for sqlipGetDsInfo
Parameter
Type
Description
INPUT
 
 
iInfoType
int
Requested information type.
OUTPUT
 
 
sInfoValue
StringBuffer
String to return the requested information in. All values must be returned as a string.
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR – error allocating a connection handle