Uses of Class
be.SIRAPRISE.client.Heading

Packages that use Heading
be.SIRAPRISE.client   
be.SIRAPRISE.client.jsba This package contains all the classes and interfaces for the Java SIRA_PRISE Bridging Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA. 
 

Uses of Heading in be.SIRAPRISE.client
 

Methods in be.SIRAPRISE.client that return Heading
 Heading TypeDeclaration.getHeading()
          Gets the Heading (i.e. the relation or tuple type) of a nonscalar type declaration
 Heading TupleContainer.getHeading()
          Gets the Heading of the tuple container
 Heading Tuple.getHeading()
          Gets the heading that the Tuple conforms to
 Heading NonScalarTypeDeclaration.getHeading()
           
 Heading AbstractTupleContainer.getHeading()
          Gets The heading for tuple container.
 Heading AbstractTuple.getHeading()
          Gets the heading that the Tuple conforms to
 Heading Heading.getHeading(java.lang.String attributeName)
          Gets the heading object defining the relation type of the named attribute, which must be relation-typed
 Heading Heading.subHeadingExcluding(java.util.Set<java.lang.String> attributeNames)
          Gets a Heading that includes only the attribute definitions from this Heading whose attribute names do not appear in the given set
 Heading Heading.subHeadingIncluding(java.util.Set<java.lang.String> attributeNames)
          Gets a Heading that includes only the attribute definitions from this Heading whose attribute names appear in the given set
 

Methods in be.SIRAPRISE.client with parameters of type Heading
 void Heading.add(java.lang.String attributeName, Heading heading)
          Adds a relation-typed attribute to the heading.
 boolean Heading.isStrictUnionCompatibleWith(Heading other)
          Checks if the heading of another Relvar is exactly the same as this one : The set of attribute names in the other heading is equal to the set of attribute names in this heading The Type associated with each attribute name is the same in both headings
 

Constructors in be.SIRAPRISE.client with parameters of type Heading
AbstractRelation(Heading heading, java.util.Set<Tuple> set)
          Creates the container, setting the intended heading for the tuples and the underlying Set object
AbstractTuple(Heading heading)
          Creates the Tuple object
AbstractTupleBag(Heading heading, java.util.List<Tuple> list)
          Creates the TupleBag
AbstractTupleContainer(Heading heading)
          Creates the container, setting the intended heading for the tuples
ClientTuple(IntersectableMap<java.lang.String,?> attributeValueMap, Heading heading)
          Creates the tuple
InsertionOrderRelation(Heading heading)
          Creates the Relation object, declaring it to be of the given Heading type.
InsertionOrderTupleBag(Heading heading)
          Creates the InsertionOrderTupleBag
OrderedRelation(TupleOrderer tupleOrderer, Heading heading)
           
 

Uses of Heading in be.SIRAPRISE.client.jsba
 

Methods in be.SIRAPRISE.client.jsba with parameters of type Heading
static java.util.HashMap<java.lang.String,SetterMethod> DBObjectFactory.getSetterMethods(java.lang.Class<?> objectClass, Heading heading)
          Gets the setter methods from a class applicable for the given set of attribute names