<< Click to Display Table of Contents >>
OZDataSetInfo
This class provides methods to get the information about data set added to the OZR file.
Method Detail
getDataSetServiceType
public String getDataSetServiceType()
Gets the service type. Returns one of ODI, DataService, FXData.
getDataSetName
public String getDataSetName()
Gets the dataset name.
getDataSetFields
public OZAttributeList getDataSetFields()
Gets the dataset field information.
getMaxRowCount
public int getMaxRowCount()
Gets the value of "Max Row Count" property.
getUse
public boolean getUse()
Gets the value of "Use" property.
getExportable
public boolean getExportable()
Gets the value of "Exportable" property.