skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : setDSInfo method
 

setDSInfo method

This method is used to set general information about a data source.
public void setDSInfo(String infoName,
    int infoNum,
    int infoInt,
    long infoBitmask,
    String infoText,
    String remarks)
Table 36. Parameters for setDSInfo when using oa_ds_info
Parameter
Type
Description
infoName
String
The information type name
infoNum
int
The number associated with the information type
infoInt
int
An integer value of the information
infoBitmask
long
A bit value of the information
infoText
String
A string value of the information
remarks
String
Any remarks that you would like to add