Uses of Package
be.SIRAPRISE.typeimplementations

Packages that use be.SIRAPRISE.typeimplementations
be.SIRAPRISE.server   
be.SIRAPRISE.typeimplementations   
 

Classes in be.SIRAPRISE.typeimplementations used by be.SIRAPRISE.server
InvalidValueException
          An InvalidTypeValueException is thrown by a TypeImplementation or a PossRepImplementation method when it is presented some string that is not a valid representation of a value of the type involved.
PossRepImplementation
          Defines the methods that the implementation class for a SIRA_PRISE PossRep must provide
PossRepImplementation14
          Defines the methods that the implementation class for a SIRA_PRISE PossRep must provide.
ScalarValueBuffer
          A ScalarValueBuffer is the class that can be used as a container for any sort of scalar value.
TypeImplementation
          Defines the methods that the implementation class for a sira_prise scalar type must provide.
ValueBuffer
          A ValueBuffer is a container class for any sort of value.
 

Classes in be.SIRAPRISE.typeimplementations used by be.SIRAPRISE.typeimplementations
AggregationOperatorImplementation
          AggregationOperatorImplementation is the interface that must/can be implemented by all operator implementations that are both commutative and associative, meaning in particular : The basic form of the operator is binary, i.e. it has two arguments.
AND_BOOLEAN_BOOLEAN
          The implementation for the boolean AND operator.
BinaryBooleanOperatorImplementation
          Interface to be implemented by all implementations of one of the 16 binary operators of the boolean algebra.
DbmsAngleImplementation
          Type 'Angle' is provided to demonstrate the type-plugin feature.
DbmsAverageImplementation
          Type 'Average' is used when computing averages.
DbmsBarImplementation
          Type 'Bar' is provided to demonstrate the type-plugin feature, and to test the catalog constraints re. types.
DbmsBitsImplementation
          The implementation for the binary bucket type.
DbmsBooleanImplementation
          The implementation for the system-defined Boolean type.
DbmsCharImplementation
          The implementation for the system-defined CHAR type.
DbmsDateImplementation
          The implementation for the SIRA_PRISE DATE type.
DbmsDecimalImplementation
          Deprecated. The use of this type is discouraged. The definition is rather awkward, the implementation rather poor, and the set of provided operators incomplete.
DbmsFilenameImplementation
          The implementation for the system-defined FILENAME type.
DbmsFloatImplementation
          The implementation for the system-defined FLOAT type.
DbmsFooImplementation
          Type 'Foo' is provided to demonstrate the type-plugin feature.
DbmsIntImplementation
          The implementation for the SIRA_PRISE int type.
DbmsLongImplementation
          The implementation of the SIRA_PRISE long type.
DbmsNameImplementation
          The implementation for the system-defined NAME type.
DbmsStringImplementation
          The implementation for the String type.
DbmsTimeofdayImplementation
          The implementation for the Sira_Prise time-of-day type.
EQ_BOOLEAN_BOOLEAN
          Boolean equality differs from all other scalar equality operators in that it also happens to be associative.
InvalidValueException
          An InvalidTypeValueException is thrown by a TypeImplementation or a PossRepImplementation method when it is presented some string that is not a valid representation of a value of the type involved.
LessThanOperatorImplementation
          LessThanOperatorImplementation is a generic implementation implementing the behaviour of a LT operator, for all types for which an ordering is defined in the form of a GT operator.
NoIdentityElementException
           
OperatorImplementation
          Defines the methods that the implementation class for a sira_prise operator must provide.
OperatorImplementation_V0104
          Defines the methods that the implementation class for a sira_prise operator must provide.
OR_BOOLEAN_BOOLEAN
          The implementation for the boolean OR operator
PossRepImplementation
          Defines the methods that the implementation class for a SIRA_PRISE PossRep must provide
ScalarValueBuffer
          A ScalarValueBuffer is the class that can be used as a container for any sort of scalar value.
TypeImplementation
          Defines the methods that the implementation class for a sira_prise scalar type must provide.
ValueBuffer
          A ValueBuffer is a container class for any sort of value.
XOR_BOOLEAN_BOOLEAN
          The implementation for the boolean XOR operator.