Class ProDataObjectMetaData

All Implemented Interfaces:
Serializable

public class ProDataObjectMetaData extends DataObjectMetaData
Allows client to access as well as specify the schema for ProDataObject (temp-table) within a ProDataGraph. It represents a temp-table within a 4GL ProDataSet.
See Also:
  • Constructor Details

    • ProDataObjectMetaData

      public ProDataObjectMetaData(String tableName, int numFields, boolean bimageFlag, int numIndexes, String multiIxCols, String xmlNamespace, String xmlPrefix)
      Creates ProDataObjectMetaData (table definition) with specified data.
      Parameters:
      numFields - Number of fields
      bimageFlag - True if BEFORE-TABLE defined in 4GL (for table), else False
      tableName - Table name in 4GL
      xmlNamespace - Namespace for XML Serialization
      xmlPrefix - Prefix for XML Serialization
  • Method Details