Interface CatalogObject.Component

All Known Subinterfaces:
Attribute
Enclosing interface:
CatalogObject

public static interface CatalogObject.Component
Interface for an object that is regarded as a component of some, other, addressed catalog object, and is identified by that other object's classId and oid along with an integer subId.

The chief (only?) example is an Attribute, which is identified by the classId and oid of its containing relation, plus a subId.

  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • subId

      int subId()