Uses of Interface
be.SIRAPRISE.typeimplementations.TypeImplementation

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

Uses of TypeImplementation in be.SIRAPRISE.server
 

Classes in be.SIRAPRISE.server that implement TypeImplementation
 class DbmsRelationImplementation
          The implementation for the (generic) Relation type.
 class DbmsTupleImplementation
          Deprecated. - unsupported and unofficial for the time being
 class IntervalTypeImplementation
          IntervalTypeImplementation generically defines implementation objects for each interval type.
 

Methods in be.SIRAPRISE.server that return TypeImplementation
static TypeImplementation DbmsTupleImplementation.getInstance()
          Deprecated. Gets the instance
 

Uses of TypeImplementation in be.SIRAPRISE.typeimplementations
 

Classes in be.SIRAPRISE.typeimplementations that implement TypeImplementation
 class DbmsAngleImplementation
          Type 'Angle' is provided to demonstrate the type-plugin feature.
 class DbmsAverageImplementation
          Type 'Average' is used when computing averages.
 class DbmsBarImplementation
          Type 'Bar' is provided to demonstrate the type-plugin feature, and to test the catalog constraints re. types.
 class DbmsBitsImplementation
          The implementation for the binary bucket type.
 class DbmsBooleanImplementation
          The implementation for the system-defined Boolean type.
 class DbmsCharImplementation
          The implementation for the system-defined CHAR type.
 class DbmsDateImplementation
          The implementation for the SIRA_PRISE DATE type.
 class 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.
 class DbmsFilenameImplementation
          The implementation for the system-defined FILENAME type.
 class DbmsFloatImplementation
          The implementation for the system-defined FLOAT type.
 class DbmsFooImplementation
          Type 'Foo' is provided to demonstrate the type-plugin feature.
 class DbmsIntImplementation
          The implementation for the SIRA_PRISE int type.
 class DbmsLongImplementation
          The implementation of the SIRA_PRISE long type.
 class DbmsNameImplementation
          The implementation for the system-defined NAME type.
 class DbmsStringImplementation
          The implementation for the String type.
 class DbmsTimeofdayImplementation
          The implementation for the Sira_Prise time-of-day type.