|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PossRepImplementation | |
---|---|
be.SIRAPRISE.server | |
be.SIRAPRISE.typeimplementations |
Uses of PossRepImplementation in be.SIRAPRISE.server |
---|
Classes in be.SIRAPRISE.server that implement PossRepImplementation | |
---|---|
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 PossRepImplementation | |
---|---|
PossRepImplementation |
IntervalTypeImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsTupleImplementation.getDefaultPossrepImplementation()
Deprecated. |
PossRepImplementation |
DbmsRelationImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
IntervalTypeImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsTupleImplementation.getPossrepImplementation(java.lang.String componentName)
Deprecated. |
PossRepImplementation |
DbmsRelationImplementation.getPossrepImplementation(java.lang.String componentName)
|
Methods in be.SIRAPRISE.server that return types with arguments of type PossRepImplementation | |
---|---|
java.util.Set<PossRepImplementation> |
IntervalTypeImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsTupleImplementation.getPossrepImplementations()
Deprecated. |
java.util.Set<PossRepImplementation> |
DbmsRelationImplementation.getPossrepImplementations()
|
Uses of PossRepImplementation in be.SIRAPRISE.typeimplementations |
---|
Subinterfaces of PossRepImplementation in be.SIRAPRISE.typeimplementations | |
---|---|
interface |
PossRepImplementation14
Defines the methods that the implementation class for a SIRA_PRISE PossRep must provide. |
Classes in be.SIRAPRISE.typeimplementations that implement PossRepImplementation | |
---|---|
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. |
Methods in be.SIRAPRISE.typeimplementations that return PossRepImplementation | |
---|---|
PossRepImplementation |
TypeImplementation.getDefaultPossrepImplementation()
Gets the possrep implementation that is to be considered the default for the type. |
PossRepImplementation |
DbmsTimeofdayImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsStringImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsNameImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsLongImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsIntImplementation.getDefaultPossrepImplementation()
The default possrep is the INT possrep, consisting of a single component of type STRING |
PossRepImplementation |
DbmsFooImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsFloatImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsFilenameImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsDecimalImplementation.getDefaultPossrepImplementation()
Deprecated. |
PossRepImplementation |
DbmsDateImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsCharImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsBooleanImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsBitsImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsBarImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsAverageImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
DbmsAngleImplementation.getDefaultPossrepImplementation()
|
PossRepImplementation |
TypeImplementation.getPossrepImplementation(java.lang.String componentName)
Gets the PossrepImplementation object implementing the possrep of which the given component name names a component. |
PossRepImplementation |
DbmsTimeofdayImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsStringImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsNameImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsLongImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsIntImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsFooImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsFloatImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsFilenameImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsDecimalImplementation.getPossrepImplementation(java.lang.String componentName)
Deprecated. |
PossRepImplementation |
DbmsDateImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsCharImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsBooleanImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsBitsImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsBarImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsAverageImplementation.getPossrepImplementation(java.lang.String componentName)
|
PossRepImplementation |
DbmsAngleImplementation.getPossrepImplementation(java.lang.String componentName)
|
Methods in be.SIRAPRISE.typeimplementations that return types with arguments of type PossRepImplementation | |
---|---|
java.util.Set<PossRepImplementation> |
TypeImplementation.getPossrepImplementations()
Gets the set of all PossRepImplementations for this type. |
java.util.Set<PossRepImplementation> |
DbmsTimeofdayImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsStringImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsNameImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsLongImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsIntImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsFooImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsFloatImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsFilenameImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsDecimalImplementation.getPossrepImplementations()
Deprecated. |
java.util.Set<PossRepImplementation> |
DbmsDateImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsCharImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsBooleanImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsBitsImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsBarImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsAverageImplementation.getPossrepImplementations()
|
java.util.Set<PossRepImplementation> |
DbmsAngleImplementation.getPossrepImplementations()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |