Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z _ 

A

ABS_BIGINT - Class in be.SIRAPRISE.typeimplementations
The BIGINT absolute value operator takes a single argument of type BIGINT, and returns its absolute value.
ABS_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.ABS_BIGINT
 
ABS_FLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT absolute value operator takes a single argument of type FLOAT, and returns its absolute value.
ABS_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.ABS_FLOAT
 
ABS_INT - Class in be.SIRAPRISE.typeimplementations
The INT absolute value operator takes a single argument of type INT, and returns its absolute value.
ABS_INT() - Constructor for class be.SIRAPRISE.typeimplementations.ABS_INT
 
ABS_LONG - Class in be.SIRAPRISE.typeimplementations
The LONG absolute value operator takes a single argument of type LONG and returns its absolute value.
ABS_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.ABS_LONG
 
ABS_SCALEDNUMBER - Class in be.SIRAPRISE.typeimplementations
The SCALEDNUMBER absolute value operator takes a single argument of type SCALEDNUMBER, and returns its absolute value.
ABS_SCALEDNUMBER() - Constructor for class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
 
AbstractDBObject - Class in be.SIRAPRISE.client.jsba
An abstract class that can be inherited from by classes that need to implement DBObject, providing default implementations for the Java/SIRA_PRISE bridge methods
AbstractDBObject() - Constructor for class be.SIRAPRISE.client.jsba.AbstractDBObject
 
AbstractJavaBackedTypeImplementation_V0105 - Class in be.SIRAPRISE.typeimplementations
Extending this class is the preferred way of implementing a new java-backed type.
AbstractJavaBackedTypeImplementation_V0105() - Constructor for class be.SIRAPRISE.typeimplementations.AbstractJavaBackedTypeImplementation_V0105
Deprecated.
- This constructor is publicly available only for reasons to do with the Externalizable machinery. The preferred way of instantiating the class is through the other constructor
AbstractJavaBackedTypeImplementation_V0105(NameIdentifier) - Constructor for class be.SIRAPRISE.typeimplementations.AbstractJavaBackedTypeImplementation_V0105
Creates the AbstractJavaBackedTypeImplementation_V0105
AbstractJavaBackedTypeImplementation_V0105(String) - Constructor for class be.SIRAPRISE.typeimplementations.AbstractJavaBackedTypeImplementation_V0105
Creates the AbstractJavaBackedTypeImplementation_V0105
AbstractTypeImplementation_V0105 - Class in be.SIRAPRISE.typeimplementations
An abstract TypeImplementation class.
AbstractTypeImplementation_V0105() - Constructor for class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Deprecated.
- This constructor is publicly available only for reasons to do with the Externalizable machinery. The preferred way of instantiating the class is through the one-arg constructor
AbstractTypeImplementation_V0105(NameIdentifier) - Constructor for class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Creates the AbstractTypeImplementation_V0105
AbstractTypeImplementation_V0105(String) - Constructor for class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Creates the AbstractTypeImplementation_V0105
AbstractUpdatableDBObject - Class in be.SIRAPRISE.client.jsba
An abstract class that can be inherited from by classes that need to implement UpdatableDBObject, providing default implementations for the Java/SIRA_PRISE bridge methods
AbstractUpdatableDBObject() - Constructor for class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
 
accept(File, String) - Method in class be.SIRAPRISE.util.ConjunctFileNameFilterSet
 
accept(File, String) - Method in class be.SIRAPRISE.util.PrefixFilter
A PrefixFilter accepts a filename if the filename matches any of the prefixes used to construct the PrefixFilter.
accept(File, String) - Method in class be.SIRAPRISE.util.RegexFilter
 
accept(File, String) - Method in class be.SIRAPRISE.util.SuffixFilter
 
ACOS_FLOAT - Class in be.SIRAPRISE.typeimplementations
The ACOS operator takes a FLOAT argument and returns the ANGLE value of which this argument is the cosine.
ACOS_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
 
ACOSEC_FLOAT - Class in be.SIRAPRISE.typeimplementations
The ACOSEC operator takes a FLOAT argument and returns the ANGLE value to which the argument is the cosecant
ACOSEC_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
 
ACOTAN_FLOAT - Class in be.SIRAPRISE.typeimplementations
The ACOTAN operator returns the ANGLE value to which the argument is the cotangent
ACOTAN_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
 
ADD - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
add(E) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
add(int, E) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
add(E) - Method in class be.SIRAPRISE.util.MyListSet
 
add(V) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
add(Map.Entry<K, V>) - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
add(int, V) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
add(V) - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
addAll(Collection<? extends E>) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
addAll(int, Collection<? extends E>) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
addAll(Collection<? extends E>) - Method in class be.SIRAPRISE.util.MyListSet
 
addAll(Collection<? extends V>) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
addAll(int, Collection<? extends V>) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
addFirst(E) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
addLast(E) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
AFTER - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"AFTER" is the Allen AFTER operator for intervals.
AFTER_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
aggregate(Map<NameIdentifier, String>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the aggregation of this relation, per the given aggregation specs.
aggregate(Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.client.RelationProxy
 
AGGREGATE - Class in be.SIRAPRISE.typeimplementations
AGGREGATE
AGGREGATE() - Constructor for class be.SIRAPRISE.typeimplementations.AGGREGATE
 
AGGREGATE - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"AGGREGATE" is the generic aggregation operator as supported by SIRA_PRISE.
aggregate(Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
AGGREGATEInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
AGGREGATEInvocationResultDetails
AGGREGATEInvocationResultDetails(Heading, String, LinkedList<KeyDef>) - Constructor for class be.SIRAPRISE.typeimplementations.AGGREGATEInvocationResultDetails
Creates the AGGREGATEInvocationResultDetails
AggregateProxy - Class in be.SIRAPRISE.client
 
AggregateProxy(RelationProxy, Map<NameIdentifier, String>) - Constructor for class be.SIRAPRISE.client.AggregateProxy
 
AggregationOperatorImplementation - Interface in be.SIRAPRISE.typeimplementations
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.
ALGORITHM - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ALGORITHM_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
AND_BOOLEAN_BOOLEAN - Class in be.SIRAPRISE.typeimplementations
The implementation for the boolean AND operator.
AND_BOOLEAN_BOOLEAN() - Constructor for class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
Deprecated.
- constructor is only made public for the Externalizable machinery. The preferred way of obtaining an instance of this class is by invoking the getInstance method.
ANGLE - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
ANGLE - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type ANGLE is the set of trigonometric angle values in a 2D plane.
ANGLE_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
appendBlanks(int, String) - Static method in class be.SIRAPRISE.util.MyFixedLengthFormatter
Appends blanks to a String such that the string length becomes equal to a given length
appendBlanks(int, StringBuffer) - Static method in class be.SIRAPRISE.util.MyFixedLengthFormatter
 
appendRootCauseTextsToMessage(String, Throwable, MyException.LineBreakStyle) - Static method in class be.SIRAPRISE.util.MyException
Formats an exception message in such a way that the class names and message texts of the underlying 'root' causes of the exception, are included in the exception message.
appendZeroes(int, StringBuffer) - Static method in class be.SIRAPRISE.util.MyFixedLengthFormatter
 
ARGUMENTTYPENAMES - Static variable in class be.SIRAPRISE.client.ServerOperatorImplementationCommand
 
ASCIITEXT - Static variable in class be.SIRAPRISE.util.MyException.LineBreakStyle
 
asCSV(Set<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.NameIdentifier
Returns a String containing all the Strings in set, in comma-separated syntax
asCSV(Collection<? extends Object>) - Static method in class be.SIRAPRISE.util.MyString
Returns a String containing all the Strings in set, in comma-separated syntax
ASEC_FLOAT - Class in be.SIRAPRISE.typeimplementations
The ASEC operator returns the ANGLE value to which the argument is the secant.
ASEC_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
 
ASIN_FLOAT - Class in be.SIRAPRISE.typeimplementations
The ASIN operator returns the ANGLE value to which the argument is the sine.
ASIN_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
 
ASSERT - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
AssertObject - Class in be.SIRAPRISE.util
 
AssertObject() - Constructor for class be.SIRAPRISE.util.AssertObject
 
assertObject(C) - Static method in class be.SIRAPRISE.util.AssertObject
Checks if an object reference is null or not.
ASSIGNMENTCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
ASSIGNMENTCONSTRAINT:{ERRORCODE}
ASSIGNMENTCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal numeric ID of the Relvar
AssignmentConstraint - Class in be.SIRAPRISE.client.jsba
 
AssignmentConstraint() - Constructor for class be.SIRAPRISE.client.jsba.AssignmentConstraint
Creates the AssignmentConstraint
AssignmentConstraint(String, long, String) - Constructor for class be.SIRAPRISE.client.jsba.AssignmentConstraint
Creates the AssignmentConstraint
AssignmentConstraint(String, long, String, String) - Constructor for class be.SIRAPRISE.client.jsba.AssignmentConstraint
Creates the AssignmentConstraint
ASSIGNMENTCONSTRAINT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The ASSIGNMENTCONSTRAINT relvar lists all declared assignment constraints.
Heading : CONSTRAINTLABEL(STRING) SP_EXPRESSION(STRING) ERRORCODE(LONG)
Key {ERRORCODE}
Predicate : Update statements are constrained by expression ISEMPTY(<SP_EXPRESSION>), which enforces the business rule '<CONSTRAINTLABEL>'.
ASSIGNMENTCONSTRAINTCHECK - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
ASSIGNMENTCONSTRAINTCHECK - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for this relvar
AssignmentConstraintCheck - Class in be.SIRAPRISE.client.jsba
 
AssignmentConstraintCheck() - Constructor for class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Creates the AssignmentConstraintCheck
AssignmentConstraintCheck(String, int, long) - Constructor for class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Creates the AssignmentConstraintCheck
ASSIGNMENTCONSTRAINTCHECK - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The ASSIGNMENTCONSTRAINTCHECK relvar lists all the update operation types that are to cause the check of an assignment constraint.
Heading : ERRORCODE(LONG) RELVARNAME(NAME) OPERATIONTYPE(INT)
Predicate : The assignment constraint with error code <ERRORCODE> is to be checked upon operations of type <OPERATIONTYPE> on relation variable <RELVARNAME>.
ASSIGNMENTCONSTRAINTCHECK_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
AssignmentConstraintChecksCreate - Class in be.SIRAPRISE.webclient
Function to add a new assignment constraint check
AssignmentConstraintChecksCreate() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintChecksCreate
 
AssignmentConstraintChecksCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintChecksCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintChecksCreateHelpPresentation
 
AssignmentConstraintChecksCreatePresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintChecksCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintChecksCreatePresentation
 
AssignmentConstraintChecksDelete - Class in be.SIRAPRISE.webclient
Function to delete an assignment constraint check
AssignmentConstraintChecksDelete() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintChecksDelete
 
AssignmentConstraintChecksDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintChecksDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintChecksDeleteConfirmPresentation
 
AssignmentConstraintChecksSelectPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintChecksSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintChecksSelectPresentation
 
AssignmentConstraintChecksWebClientFunction - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintChecksWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintChecksWebClientFunction
 
ASSIGNMENTCONSTRAINTINVOCATIONASSIGNMENTCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ASSIGNMENTCONSTRAINTINVOCATIONASSIGNMENTCONSTRAINT
ASSIGNMENTCONSTRAINTINVOCATIONRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ASSIGNMENTCONSTRAINTINVOCATIONRELVAR
ASSIGNMENTCONSTRAINTOTHERCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ASSIGNMENTCONSTRAINTOTHERCONSTRAINT
AssignmentConstraintsCreate - Class in be.SIRAPRISE.webclient
Function to add a new assignment constraint
AssignmentConstraintsCreate() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsCreate
 
AssignmentConstraintsCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintsCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsCreateHelpPresentation
 
AssignmentConstraintsCreatePresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsCreatePresentation
 
AssignmentConstraintsDelete - Class in be.SIRAPRISE.webclient
Function to delete an assignment constraint and possibly its corresponding constraintmessagetext
AssignmentConstraintsDelete() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsDelete
 
AssignmentConstraintsDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintsDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsDeleteConfirmPresentation
 
AssignmentConstraintsManage - Class in be.SIRAPRISE.webclient
Function to manage the details of an assignment constraint
AssignmentConstraintsManage() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsManage
 
AssignmentConstraintsManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintsManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsManageDetailsPresentation
 
AssignmentConstraintsManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintsManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsManageHelpPresentation
 
AssignmentConstraintsOverview - Class in be.SIRAPRISE.webclient
Function to produce an overview of assignment constraints
AssignmentConstraintsOverview() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsOverview
 
AssignmentConstraintsOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintsOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsOverviewHelpPresentation
 
AssignmentConstraintsOverviewPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintsOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsOverviewPresentation
 
AssignmentConstraintsSelectPresentation - Class in be.SIRAPRISE.webclient
 
AssignmentConstraintsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.AssignmentConstraintsSelectPresentation
 
ASSIGNMENTTYPE_ADD - Static variable in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
The byte code identifying the 'ADD' assignment type within the messages system
ASSIGNMENTTYPE_ASSERT - Static variable in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
The byte code identifying the 'ASSERT' assignment type within the messages system
ASSIGNMENTTYPE_DELETE - Static variable in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
The byte code identifying the 'DELETE' assignment type within the messages system
ASSIGNMENTTYPE_UNASSERT - Static variable in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
The byte code identifying the 'ASSERT' assignment type within the messages system
ASSIGNMENTTYPE_UPDATE - Static variable in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
The byte code identifying the 'UPDATE' assignment type within the messages system
ATAN_FLOAT - Class in be.SIRAPRISE.typeimplementations
The implementation for the arctangent operator.
ATAN_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
 
ATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
ATTRIBUTE:{ATTRIBUTENAME}
ATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the ATTRIBUTE relvar
ATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The internal ID for the ATTRIBUTE relvar
Attribute - Class in be.SIRAPRISE.client.jsba
 
Attribute() - Constructor for class be.SIRAPRISE.client.jsba.Attribute
Creates an empty Attribute
Attribute(String, String, int) - Constructor for class be.SIRAPRISE.client.jsba.Attribute
Creates the Attribute
ATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
ATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The ATTRIBUTE relvar inventorises the "business elements" that the databases will be built with.
Heading : TYPENAME(NAME) ATTRIBUTENAME(NAME)
Key {ATTRIBUTENAME}
Predicate : Attribute <ATTRIBUTENAME> is an attribute of Type <TYPENAME>.
ATTRIBUTE_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
ATTRIBUTE_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The internal ID for the locatorindex on the ATTRIBUTE relvar
ATTRIBUTE_TYPE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
ATTRIBUTEATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
- ATTRIBUTEPHYSICALLENGTH no longer exists
ATTRIBUTECONSTRAINEDTYPESIZE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
AttributeDef - Annotation Type in be.SIRAPRISE.client.jsba
The AttributeDef annotation can be used to define ConstructorFor annotations (and the suitability of the constructor annotated with them, for creating jsba DBObjects using that constructor, given a Tuple with a specific heading) or they can be used to annotate setterMethods of jsba DBObject classes, such that the invocation of this settermethod (after having created the DBObject instance using a public no-arg constructor) can be linked to the presence in the tuple of the attribute named in the annotation.
AttributeGroupedTwiceException - Exception in be.SIRAPRISE.typeimplementations
AttributeGroupedTwiceException
AttributeGroupedTwiceException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.AttributeGroupedTwiceException
Creates the AttributeGroupedTwiceException
ATTRIBUTELENGTHCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
ATTRIBUTELENGTHCONSTRAINT:{ATTRIBUTENAME}
ATTRIBUTELENGTHCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of this relvar
ATTRIBUTELENGTHCONSTRAINT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The ATTRIBUTELENGTHCONSTRAINT defines the "maximal allowed length" for the corresponding attribute.
Heading : MAXIMUMLENGTH(INT) ATTRIBUTENAME(NAME)
Key {ATTRIBUTENAME}
Predicate : Values for attribute <ATTRIBUTENAME> are allowed a maximal length of <MAXIMUMLENGTH> .
ATTRIBUTELENGTHCONSTRAINT_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
ATTRIBUTELENGTHCONSTRAINTATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ATTRIBUTELENGTHCONSTRAINTATTRIBUTE
AttributeListNotEvenSizedException - Exception in be.SIRAPRISE.typeimplementations
 
AttributeListNotEvenSizedException() - Constructor for exception be.SIRAPRISE.typeimplementations.AttributeListNotEvenSizedException
 
ATTRIBUTENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ATTRIBUTENAME_CLASSIMG - Static variable in class be.SIRAPRISE.client.ServerTypeImplementationCommand
The attribute name of the attribute holding the binary classloader stuff as a value ("CLASSIMG" ).
ATTRIBUTENAME_CLASSIMG_I - Static variable in class be.SIRAPRISE.client.ServerTypeImplementationCommand
 
ATTRIBUTENAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ATTRIBUTENAME_IMP - Static variable in class be.SIRAPRISE.client.ServerTypeImplementationCommand
The attribute name of the attribute holding the binary type implementation stuff as a value ("IMP" ).
ATTRIBUTENAME_IMP_I - Static variable in class be.SIRAPRISE.client.ServerTypeImplementationCommand
 
ATTRIBUTENAMEINHEADING - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ATTRIBUTENAMEINHEADING_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
AttributeNotIntervalTypedException - Exception in be.SIRAPRISE.typeimplementations
AttributeNotIntervalTypedException
AttributeNotIntervalTypedException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.AttributeNotIntervalTypedException
Creates the AttributeNotIntervalTypedException
ATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
- the ATTRIBUTEPHYSICALLENGTH relvar is no longer present
ATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Deprecated.
- ATTRIBUTEPHYSICALLENGTH no longer exists
ATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- physical structure is handled in a completely different way as of version 1.5. The ATTRIBUTEPHYSICALLENGTH relvar is no longer relevant.
ATTRIBUTEPHYSICALLENGTHATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
- ATTRIBUTEPHYSICALLENGTH no longer exists
AttributesCreate - Class in be.SIRAPRISE.webclient
Function to create an attribute.
AttributesCreate() - Constructor for class be.SIRAPRISE.webclient.AttributesCreate
 
AttributesCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
AttributesCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesCreateHelpPresentation
 
AttributesCreatePresentation - Class in be.SIRAPRISE.webclient
 
AttributesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesCreatePresentation
 
AttributesDelete - Class in be.SIRAPRISE.webclient
Function to delete an attribute definition
AttributesDelete() - Constructor for class be.SIRAPRISE.webclient.AttributesDelete
 
AttributesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
AttributesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesDeleteConfirmPresentation
 
AttributesDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
AttributesDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesDeleteHelpPresentation
 
ATTRIBUTESIZE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
- the concept of logical attribute lengths has been abandoned
ATTRIBUTESIZEMISSING - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
- the concept of logical attribute lengths has been abandoned
AttributesManage - Class in be.SIRAPRISE.webclient
Function to manage the details of an attribute
AttributesManage() - Constructor for class be.SIRAPRISE.webclient.AttributesManage
 
AttributesManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
AttributesManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesManageDetailsPresentation
 
AttributesManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
AttributesManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesManageHelpPresentation
 
AttributesOverview - Class in be.SIRAPRISE.webclient
The function to produce an overview of defined attributes
AttributesOverview() - Constructor for class be.SIRAPRISE.webclient.AttributesOverview
 
AttributesOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
AttributesOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesOverviewHelpPresentation
 
AttributesOverviewPresentation - Class in be.SIRAPRISE.webclient
 
AttributesOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesOverviewPresentation
 
AttributesSelectPresentation - Class in be.SIRAPRISE.webclient
 
AttributesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.AttributesSelectPresentation
 
AttributesWebClientFunction - Class in be.SIRAPRISE.webclient
 
AttributesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.AttributesWebClientFunction
 
ATTRIBUTETYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An Attribute refers to a non-existing Type"
ATTRIBUTEVALUEDISTRIBUTION - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
ATTRIBUTEVALUEDISTRIBUTION - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Comment for ATTRIBUTEVALUEDISTRIBUTION
ATTRIBUTEVALUEDISTRIBUTION - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on ATTRIBUTEVALUEDISTRIBUTION.{RELVARNAME ATTRIBUTENAME}, while the locator already has RELVARNAME (and ATTRIBUTENAME is unlikely to be a big extra discriminator for one relvar).
AttributeValueDistribution - Class in be.SIRAPRISE.client.jsba
 
AttributeValueDistribution() - Constructor for class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Creates the AttributeValueDistribution
AttributeValueDistribution(String, String, int, double, double) - Constructor for class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Creates the AttributeValueDistribution
ATTRIBUTEVALUEDISTRIBUTION - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The ATTRIBUTEVALUEDISTRIBUTION relvars records the collected relvar attribute value distribution statistics.
Heading : RELVARNAME(NAME) ATTRIBUTENAME(NAME) VALUECOUNT(LONG) FREQUENCY(FLOAT) STDDEV(FLOAT)
Key {RELVARNAME ATTRIBUTENAME}
Predicate : The distinct values count of attribute <ATTRIBUTENAME> in relvar <RELVARNAME> is <VALUECOUNT>, the average frequency is <FREQUENCY> with a standard deviation of <STDDEV>.
ATTRIBUTEVALUEDISTRIBUTION_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
- was a single hash on ATTRIBUTEVALUEDISTRIBUTION.{RELVARNAME ATTRIBUTENAME}, while the locator already has RELVARNAME (and ATTRIBUTENAME is unlikely to be a big extra discriminator for one relvar).
ATTRIBUTEVALUEDISTRIBUTION_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- moved into multihash STATISTICS_LOCATOR along with the RELVARCARDINALITY locator index.
ATTRIBUTEVALUEDISTRIBUTIONINDEXATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ATTRIBUTEVALUEDISTRIBUTIONINDEXATTRIBUTE
AUTHENTICATECLIENT - Static variable in class be.SIRAPRISE.client.ClientSideTypeImplementationsManagerProperties
The name of the config option defining whether or not the monitor connection used by the type implementations manager, must authenticate the client
AUTHENTICATECLIENTDEFAULT - Static variable in class be.SIRAPRISE.client.ClientSideTypeImplementationsManagerProperties
The default value for the AUTHENTICATECLIENT option (false)
AuthenticationOKMessage - Class in be.SIRAPRISE.messages
 
AuthenticationOKMessageType - Class in be.SIRAPRISE.messages
The AuthenticationOKMessageType is the type of the message sent by the server in response to a ClientAuthentication message
AuthenticationOKMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The AuthenticationOKMessageTypeV1_0 message type has the no fields.
AUTORECOVERAFTERFAILEDSHUTDOWN - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "AUTORECOVERAFTERFAILEDSHUTDOWN" option controls whether in the event of an attempt to start the engine after a previous instance did not shutdown gracefully, an attempt for recovery is automatically started
AUTORECOVERAFTERFAILEDSHUTDOWNDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("false") for the AUTORECOVERAFTERFAILEDSHUTDOWN property
available() - Method in class be.SIRAPRISE.util.MyReaderInputStream
 
AVERAGE - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
AVERAGE - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type AVERAGE is a type destined for the ability to compute averages of values of attributes in relations.
AVERAGE_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 

B

BACKUP - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
backup() - Method in class be.SIRAPRISE.server.ServerEngineManager
 
backup() - Method in interface be.SIRAPRISE.server.ServerEngineManagerMBean
MBean method to initiate a backup
BackupCommandParams - Class in be.SIRAPRISE.messages
 
BackupCommandParams() - Constructor for class be.SIRAPRISE.messages.BackupCommandParams
 
BackupEngine - Class in be.SIRAPRISE.webclient
The backup function initiates a backup on the server.
BackupEngine() - Constructor for class be.SIRAPRISE.webclient.BackupEngine
 
BackupEngineHelpPresentation - Class in be.SIRAPRISE.webclient
BackupEngineHelpPresentation
BackupEngineHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.BackupEngineHelpPresentation
 
BackupEnginePresentation - Class in be.SIRAPRISE.webclient
 
BackupEnginePresentation() - Constructor for class be.SIRAPRISE.webclient.BackupEnginePresentation
 
BACKUPHOST - Static variable in class be.SIRAPRISE.server.RequestLicense_SW
 
BackupMessage - Class in be.SIRAPRISE.messages
 
BackupMessageType - Class in be.SIRAPRISE.messages
The BackupMessageType is used for instructing the server to take a backup.
BackupMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The BackupMessageType is used for instructing the server to start taking a database backup
BACKUPMONITORPORT - Static variable in class be.SIRAPRISE.server.RequestLicense_SW
 
BACKUPPORT - Static variable in class be.SIRAPRISE.server.RequestLicense_SW
 
BACKUPSDIRECTORY - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name ("BACKUPSDIRECTORY") of the property that defines the server engine's backups directory
BACKUPSDIRECTORYDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
 
BACKUPWINDOWENDTIME - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name ("BACKUPWINDOWENDTIME") of the property that defines the end time of the backup window
BACKUPWINDOWENDTIMEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The defalut value ("03:37:41") for the end time of the backup window
BACKUPWINDOWRETRYINTERVAL - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name ("BACKUPWINDOWRETRYINTERVAL") of the property that defines the retry interval for the backup window
BACKUPWINDOWRETRYINTERVALDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("00:05:01") for the backup window retry interval if none is specified in the server config
BACKUPWINDOWSTARTTIME - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name ("BACKUPWINDOWSTARTTIME") of the property that defines the start time of the backup windo
BACKUPWINDOWSTARTTIMEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("01:37:41") for the backup window start time if none is specified in the server config
BASETYPE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
BASETYPE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
be.SIRAPRISE.client - package be.SIRAPRISE.client
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
be.SIRAPRISE.client.jsba - package 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.
be.SIRAPRISE.messages - package be.SIRAPRISE.messages
This package contains the classes that define/implement the various message types that can be sent to and received from a SIRA_PRISE server.
be.SIRAPRISE.server - package be.SIRAPRISE.server
This package contains the SIRA_PRISE server implementation.
be.SIRAPRISE.typeimplementations - package be.SIRAPRISE.typeimplementations
This package contains the SIRA_PRISE type and operator implementations.
be.SIRAPRISE.util - package be.SIRAPRISE.util
This package contains various utility methods.
be.SIRAPRISE.webclient - package be.SIRAPRISE.webclient
The be.SIRAPRISE.webclient package provides the implementation of the SIRA_PRISE database administration web client application.
BEFORE - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"BEFORE" is the Allen BEFORE operator for intervals.
BEFORE_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
BEGIN - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
BEGIN_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
BEGINS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"BEGINS" is the Allen BEGINS operator for intervals.
BEGINS_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
BEGINSWITH_NAME_NAME - Class in be.SIRAPRISE.typeimplementations
The BEGINSWITH operator takes two NAME arguments and returns true if all tokens in the second argument are identical to the tokens of the first argument in the corresponding position.
BEGINSWITH_NAME_NAME() - Constructor for class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
 
BEGINSWITH_STRING_STRING - Class in be.SIRAPRISE.typeimplementations
The BEGINSWITH operator takes two STRING arguments and returns true if all tokens in the second argument are identical to the tokens of the first argument in the corresponding position.
BEGINSWITH_STRING_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
 
BIGINT - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
BIGINT - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
The BIGINT type is an "unlimited" integer type.
BIGINT_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
BinaryBooleanOperatorImplementation - Interface in be.SIRAPRISE.typeimplementations
Interface to be implemented by all implementations of one of the 16 binary operators of the boolean algebra.
BinaryMaxOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The DATE 'maximumof' operator.
BinaryMaxOperatorImplementation(OperatorImplementation_V0104, OperatorImplementation_V0104) - Constructor for class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
Creates the BinaryMaxOperatorImplementation
BinaryMinOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The DATE 'maximumof' operator.
BinaryMinOperatorImplementation(OperatorImplementation_V0104, OperatorImplementation_V0104) - Constructor for class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
Creates the BinaryMinOperatorImplementation
BitPatternComparisonOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The bit pattern comparison operator implementation.
BitPatternComparisonOperatorImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
BITS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
BITS - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type BITS is a type destined for storing all types of "binary" or "raw" content.
BITS_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
BODY - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
BOOLEAN - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type BOOLEAN is the obvious type for (2VL) truth values.
BOOLEAN_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
BracketParser - Class in be.SIRAPRISE.util
Provides methods for working with bracketed expressions.
BracketParser() - Constructor for class be.SIRAPRISE.util.BracketParser
 
brief - Static variable in class be.SIRAPRISE.messages.DumpFileOption
The option to specify a "brief" dump
ByAttributesTupleBufferOrderer - Class in be.SIRAPRISE.client
A ByAttributesTupleOrderer is a Comparator used in ordering tuples that compares attribute values drawn from the tuples to be compared.
ByAttributesTupleBufferOrderer(List<NameIdentifier>, Heading) - Constructor for class be.SIRAPRISE.client.ByAttributesTupleBufferOrderer
Creates the ByAttributes comparator
ByAttributesTupleBufferOrderer(List<String>, Heading, StringToNameIdentifierTransformer) - Constructor for class be.SIRAPRISE.client.ByAttributesTupleBufferOrderer
Creates the ByAttributes comparator
ByAttributesTupleBufferOrderer(String, Heading) - Constructor for class be.SIRAPRISE.client.ByAttributesTupleBufferOrderer
Creates the ByAttributesTupleBufferOrderer for a single ordering attribute
BYPASSASSGCONSTRAINTS - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
BYPASSASSGCONSTRAINTS_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ByteBufferToValueBufferMapTransformer - Class in be.SIRAPRISE.client
 
ByteBufferToValueBufferMapTransformer(LinkedHashMap<NameIdentifier, TypeDeclaration>) - Constructor for class be.SIRAPRISE.client.ByteBufferToValueBufferMapTransformer
Creates the ByteBufferToValueBufferMapTransformer
ByteBufferToValueBufferMapTransformer(MyReadOnlyLinkedHashMap<NameIdentifier, TypeDeclaration>) - Constructor for class be.SIRAPRISE.client.ByteBufferToValueBufferMapTransformer
 

C

CACHE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
Deprecated.
deprecated
cacheSize() - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets the size of the type cache
cacheSize() - Method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Gets the size of the type cache
CARDINALITY - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CARDINALITY_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CATALOG - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- As of V1.4 the catalog file name is not user-configurable
CEIL_BIGINT_BIGINT - Class in be.SIRAPRISE.typeimplementations
CEIL returns the smallest integer that is higher than or equal to the first argument and an exact multiple of the second.
CEIL_BIGINT_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
 
CEIL_INT_INT - Class in be.SIRAPRISE.typeimplementations
CEIL returns the smallest integer that is higher than or equal to the first argument and an exact multiple of the second.
CEIL_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
 
CEIL_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
CEIL returns the smallest integer that is higher than or equal to the first argument and an exact multiple of the second.
CEIL_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
 
CERTIFICATE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CERTIFICATE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CHAR - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
CHAR - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type CHAR are the single characters of the java character set (== all UTF characters with an encoding value between 0 and 65K ???).
CHAR_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
CHARSET - Static variable in class be.SIRAPRISE.client.ProcessScriptProperties
The CHARSET property names the java Charset that was used to encode the script to be processed.
CHOOSE - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CHOOSE_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
ChooseOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The CHOOSE operator implementation.
ChooseOperatorImplementation(String) - Constructor for class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
Creates the ChooseOperatorImplementation
ClassDoesNotImplementDBObjectException - Exception in be.SIRAPRISE.client.jsba
ClassDoesNotImplementDBObjectExceptions are thrown by the JSBA if it detects that a Class object passed as an argument to one of the JSBA methods, does not implement the required interface.
ClassDoesNotImplementDBObjectException(Class<?>) - Constructor for exception be.SIRAPRISE.client.jsba.ClassDoesNotImplementDBObjectException
Creates the exception, setting the concerned classname as its message
clear() - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
clear() - Method in class be.SIRAPRISE.util.MyListSet
 
clear() - Method in class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
 
clear() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
clear() - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
clear() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
clear() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
CLIENT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CLIENT:{CLIENT}
CLIENT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID of the relvar
Client - Class in be.SIRAPRISE.client.jsba
 
Client() - Constructor for class be.SIRAPRISE.client.jsba.Client
Creates the Client
Client(String, boolean) - Constructor for class be.SIRAPRISE.client.jsba.Client
Creates the Client
CLIENT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The CLIENT relvar lists all the registered clients that can authenticate themselves to the system.
Heading : CLIENTID(NAME) TRUSTAUTHENTICATION(BOOLEAN)
Key {CLIENTID}
Predicate : Client <CLIENTID> is a client for whom it is <TRUSTAUTHENTICATION> that this client's user authentications can be trusted.
CLIENT_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The storage space for indexes on CLIENTID and USERID
ClientAuthenticationMessage - Class in be.SIRAPRISE.messages
 
ClientAuthenticationMessageType - Class in be.SIRAPRISE.messages
The ClientAuthenticationMessageType is the message type that the server expects the client to send after the server has accepted a connection, and indicated that a signing protocol proposed by the client can be used
ClientAuthenticationMessageTypeV1_0 - Class in be.SIRAPRISE.messages
ClientAuthenticationMessageTypeV1_0 is version 1_0 of the ClientAuthenticationMessageType.
CLIENTCERTIFICATE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CLIENTCERTIFICATE:{CLIENT ALGORITHM}
CLIENTCERTIFICATE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID of the relvar
ClientCertificate - Class in be.SIRAPRISE.client.jsba
 
ClientCertificate() - Constructor for class be.SIRAPRISE.client.jsba.ClientCertificate
Creates the Client
ClientCertificate(String, String, byte[]) - Constructor for class be.SIRAPRISE.client.jsba.ClientCertificate
Creates the Client
CLIENTCERTIFICATE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar records the certificates that can be used for authenticating the clients who wish to make a connection to the SIRA_PRISE server.
Heading : CLIENTID(NAME) ALGORITHM(NAME) CERTIFICATE(BITS)
Key {CLIENTID ALGORITHM}
Predicate : Client <CLIENTID> is a certified client holding certificate <CERTIFICATE> to be used with signing algorithm <ALGORITHM>.
CLIENTCERTIFICATECLIENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CLIENTCERTIFICATECLIENT
ClientCertificatesCreate - Class in be.SIRAPRISE.webclient
Function to create a SIRA_PRISE client.
ClientCertificatesCreate() - Constructor for class be.SIRAPRISE.webclient.ClientCertificatesCreate
 
ClientCertificatesCreatePresentation - Class in be.SIRAPRISE.webclient
 
ClientCertificatesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.ClientCertificatesCreatePresentation
 
ClientCertificatesDelete - Class in be.SIRAPRISE.webclient
Function to delete a client definition
ClientCertificatesDelete() - Constructor for class be.SIRAPRISE.webclient.ClientCertificatesDelete
 
ClientCertificatesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
ClientCertificatesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.ClientCertificatesDeleteConfirmPresentation
 
ClientCertificatesManage - Class in be.SIRAPRISE.webclient
Function to manage the details of a SIRA_PRISE client certificate
ClientCertificatesManage() - Constructor for class be.SIRAPRISE.webclient.ClientCertificatesManage
 
ClientCertificatesManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
ClientCertificatesManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.ClientCertificatesManageDetailsPresentation
 
ClientCertificatesSelectPresentation - Class in be.SIRAPRISE.webclient
 
ClientCertificatesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.ClientCertificatesSelectPresentation
 
ClientCertificatesWebClientFunction - Class in be.SIRAPRISE.webclient
 
ClientCertificatesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.ClientCertificatesWebClientFunction
 
ClientHelloMessage - Class in be.SIRAPRISE.messages
 
ClientHelloMessageType - Class in be.SIRAPRISE.messages
The ClientHelloMessageType groups all versions of the protocol negotiation message ("client hello message")
ClientHelloMessageTypeV1_0 - Class in be.SIRAPRISE.messages
ClientHelloMessageTypeV1_0 is the 1.0 version of the client hello message type.
CLIENTID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CLIENTID - Static variable in class be.SIRAPRISE.client.ProcessScript
The client ID that is used by the script processor if a script is run on a DBConnection with client authentication.
CLIENTID_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ClientsCreate - Class in be.SIRAPRISE.webclient
Function to create a SIRA_PRISE client.
ClientsCreate() - Constructor for class be.SIRAPRISE.webclient.ClientsCreate
 
ClientsCreatePresentation - Class in be.SIRAPRISE.webclient
 
ClientsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.ClientsCreatePresentation
 
ClientsDelete - Class in be.SIRAPRISE.webclient
Function to delete a client definition
ClientsDelete() - Constructor for class be.SIRAPRISE.webclient.ClientsDelete
 
ClientsDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
ClientsDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.ClientsDeleteConfirmPresentation
 
ClientSideOperatorImplementationsManager - Class in be.SIRAPRISE.client
 
CLIENTSIDEOPERATORIMPLEMENTATIONSMANAGER - Static variable in interface be.SIRAPRISE.client.NAMES.CLIENTANDUSERNAMES
 
ClientSideOperatorImplementationsManagerSigner - Class in be.SIRAPRISE.client
 
ClientSideTypeImplementationsManager - Class in be.SIRAPRISE.client
 
CLIENTSIDETYPEIMPLEMENTATIONSMANAGER - Static variable in interface be.SIRAPRISE.client.NAMES.CLIENTANDUSERNAMES
 
ClientSideTypeImplementationsManagerProperties - Class in be.SIRAPRISE.client
The ClientSideTypeImplementationsManagerProperties instance holds the configurable properties for the ClientSideTypeImplementationsManager.
ClientSideTypeImplementationsManagerSigner - Class in be.SIRAPRISE.client
 
ClientsManage - Class in be.SIRAPRISE.webclient
Function to manage the details of a SIRA_PRISE client
ClientsManage() - Constructor for class be.SIRAPRISE.webclient.ClientsManage
 
ClientsManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
ClientsManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.ClientsManageDetailsPresentation
 
ClientsOverview - Class in be.SIRAPRISE.webclient
The function to produce an overview of defined attributes
ClientsOverview() - Constructor for class be.SIRAPRISE.webclient.ClientsOverview
 
ClientsOverviewPresentation - Class in be.SIRAPRISE.webclient
 
ClientsOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.ClientsOverviewPresentation
 
ClientsSelectPresentation - Class in be.SIRAPRISE.webclient
 
ClientsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.ClientsSelectPresentation
 
ClientsWebClientFunction - Class in be.SIRAPRISE.webclient
 
ClientsWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.ClientsWebClientFunction
 
CLIENTSYSTEMDEFINEDCLIENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CLIENTSYSTEMDEFINEDCLIENT
clone() - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
close() - Method in class be.SIRAPRISE.client.DBConnection
Closes the connection.
close() - Method in class be.SIRAPRISE.client.OneShotDBConnection
 
close() - Method in class be.SIRAPRISE.client.ReusableDBConnection
 
close() - Method in class be.SIRAPRISE.util.MyCipherOutputStream
 
close() - Method in class be.SIRAPRISE.util.MyReaderInputStream
Closes the Stringreader.
ClosureAttributesOmittedException - Exception in be.SIRAPRISE.typeimplementations
closureAttributesOmittedException
ClusteredRecordSpace - Class in be.SIRAPRISE.client.jsba
 
ClusteredRecordSpace() - Constructor for class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
ClusteredRecordSpace(String, int, int, int) - Constructor for class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
CLUSTEREDRECORDSPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The CLUSTEREDRECORDSPACE relvar lists all the storage spaces that are intended for storing data records using ordering-based physical location, without the usage of an additional, separate, tree index space.
Heading : FILENAME(NAME) STORAGESPACEID(INT)
Key {FILENAME STORAGESPACEID}
Predicate : "StorageSpace <STORAGESPACEID> of Dbms File <FILENAME> is used for storing data records using ordering-based physical location."
ClusteredRecordSpaceCreate - Class in be.SIRAPRISE.webclient
Function to create a new ClusteredRecordSpace in a dbms file
ClusteredRecordSpaceCreate() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceCreate
 
ClusteredRecordSpaceCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
ClusteredRecordSpaceCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceCreateHelpPresentation
 
ClusteredRecordSpaceCreatePresentation - Class in be.SIRAPRISE.webclient
 
ClusteredRecordSpaceCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceCreatePresentation
 
ClusteredRecordSpaceDelete - Class in be.SIRAPRISE.webclient
Function to delete a multiple hashing index space from a dbms file
ClusteredRecordSpaceDelete() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceDelete
 
ClusteredRecordSpaceDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
ClusteredRecordSpaceDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceDeleteConfirmPresentation
 
ClusteredRecordSpaceLocAttrs - Class in be.SIRAPRISE.client.jsba
 
ClusteredRecordSpaceLocAttrs() - Constructor for class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
ClusteredRecordSpaceLocAttrs(String, int, int, String) - Constructor for class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
CLUSTEREDRECORDSPACELOCATTRS - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The CLUSTEREDRECORDSPACELOCATTRS relvar lists the attribute names that determine the ordering in each NAMES.RELVARNAMES.CLUSTEREDRECORDSPACE.
Heading : FILENAME(NAME) STORAGESPACEID(INT) ORDINAL(INT) ATTRIBUTENAME(NAME)
Key {FILENAME STORAGESPACEID ORDINAL} {FILENAME STORAGESPACEID ATTRIBUTENAME}
Predicate : "Attribute <ATTRIBUTANAME> is component <ORDINAL> in the ordering key for Clustered Record Space <STORAGESPACEID> of Dbms File <FILENAME> ."
ClusteredRecordSpaceManage - Class in be.SIRAPRISE.webclient
 
ClusteredRecordSpaceManage() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceManage
 
ClusteredRecordSpaceManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
ClusteredRecordSpaceManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceManageDetailsPresentation
 
ClusteredRecordSpaceManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
ClusteredRecordSpaceManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceManageHelpPresentation
 
ClusteredRecordSpaceWebClientFunction - Class in be.SIRAPRISE.webclient
 
ClusteredRecordSpaceWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.ClusteredRecordSpaceWebClientFunction
 
CMD - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
CollectionTransformer<S1,S2> - Class in be.SIRAPRISE.util
CollectionTransformers use a Transformer to convert collections of objects of one class to collections of objects of another class
CollectionTransformer(Transformer<S1, S2>) - Constructor for class be.SIRAPRISE.util.CollectionTransformer
Creates the CollectionTransformer
CollectRelvarStatistics - Class in be.SIRAPRISE.webclient
 
CollectRelvarStatistics() - Constructor for class be.SIRAPRISE.webclient.CollectRelvarStatistics
 
CollectRelvarStatisticsHelpPresentation - Class in be.SIRAPRISE.webclient
 
CollectRelvarStatisticsHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.CollectRelvarStatisticsHelpPresentation
 
CollectRelvarStatisticsPresentation - Class in be.SIRAPRISE.webclient
 
CollectRelvarStatisticsPresentation() - Constructor for class be.SIRAPRISE.webclient.CollectRelvarStatisticsPresentation
 
collectStatistics(String) - Method in class be.SIRAPRISE.server.ServerEngineManager
 
collectStatistics(String) - Method in interface be.SIRAPRISE.server.ServerEngineManagerMBean
MBean method to request relvar statistics collection
commit() - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
Use the commit() method of the DBTransaction object instead
commit() - Method in class be.SIRAPRISE.client.DBTransaction
Commits this non-autocommit transaction.
COMMIT - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
Deprecated.
deprecated
CommitRollbackMessage - Class in be.SIRAPRISE.messages
 
CommitRollbackMessageType - Class in be.SIRAPRISE.messages
The CommitRollbackMessageType is the type of message to be sent by clients when they want the server they're connected to to commit or rollback a (sub)transaction they started.
CommitRollbackMessageTypeV1_0 - Class in be.SIRAPRISE.messages
CommitRollbackMessageTypeV1_0 is version 1_0 of the CommitRollbackMessageType.
CommitRollbackMessageTypeV1_1 - Class in be.SIRAPRISE.messages
CommitRollbackMessageTypeV1_1 is version 1_1 of the CommitRollbackMessageType.
CommittedMessage - Class in be.SIRAPRISE.messages
 
CommittedMessageType - Class in be.SIRAPRISE.messages
The Committed message type is the type of message sent by a server in response to a CommitRollback message.
CommittedMessageTypeV1_0 - Class in be.SIRAPRISE.messages
CommittedMessageTypeV1_0 is version 1_0 of the CommittedMessageType.
CommunicationProtocolException - Exception in be.SIRAPRISE.messages
A CommunicationProtocolException indicates that an unexpected message type has appeared in a communication scenario between a client and a SIRA_PRISE server, or that some problem has occurred which prevented the communication from succeeding (such as e.g.
CommunicationProtocolException(String, int) - Constructor for exception be.SIRAPRISE.messages.CommunicationProtocolException
Deprecated.
deprecated
CommunicationProtocolException(String, String) - Constructor for exception be.SIRAPRISE.messages.CommunicationProtocolException
Creates the exception, setting a message that the messageType/version obtained from an InputStream did not match the expected message type.
CommunicationProtocolException(int, int) - Constructor for exception be.SIRAPRISE.messages.CommunicationProtocolException
Creates the exception, setting a message that the given messageType/version was not found by the engine seeking it.
CommunicationProtocolException(String, Exception) - Constructor for exception be.SIRAPRISE.messages.CommunicationProtocolException
Creates the exception, setting a message that the cause of this exception is the other exception given as an argument here
compare(TupleBuffer, TupleBuffer) - Method in class be.SIRAPRISE.client.ByAttributesTupleBufferOrderer
 
compareTo(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
 
compareTo(Version) - Method in class be.SIRAPRISE.util.Version
 
CompareUpgradedToInstalledCatalog - Class in be.SIRAPRISE.webclient
 
CompareUpgradedToInstalledCatalog() - Constructor for class be.SIRAPRISE.webclient.CompareUpgradedToInstalledCatalog
 
CompareUpgradedToInstalledCatalogPresentation - Class in be.SIRAPRISE.webclient
 
CompareUpgradedToInstalledCatalogPresentation() - Constructor for class be.SIRAPRISE.webclient.CompareUpgradedToInstalledCatalogPresentation
 
CompareUpgradedToInstalledRelvar - Class in be.SIRAPRISE.webclient
 
CompareUpgradedToInstalledRelvar() - Constructor for class be.SIRAPRISE.webclient.CompareUpgradedToInstalledRelvar
 
CompareUpgradedToInstalledRelvarPresentation - Class in be.SIRAPRISE.webclient
 
CompareUpgradedToInstalledRelvarPresentation() - Constructor for class be.SIRAPRISE.webclient.CompareUpgradedToInstalledRelvarPresentation
 
COMPILE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
Deprecated.
deprecated
compileAndCacheQuery(String) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
use the compileAndCacheQuery() method from the DBTransaction instead
compileAndCacheQuery(String) - Method in class be.SIRAPRISE.client.DBTransaction
Deprecated.
- support for the COMPILE/CACHE commands has been dropped. Replace with INQUIRE __EXPRESSIONINFO(query).
compileQuery(String) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
use compileQuery() on the DBTransaction object (obtained from startTransaction()) instead.
compileQuery(String) - Method in class be.SIRAPRISE.client.DBTransaction
Deprecated.
- support for the COMPILE command has been dropped. Replace with INQUIRE __EXPRESSIONINFO(query).
COMPONENTNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
COMPONENTNAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
COMPONENTTYPENAME - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
Deprecated.
The internal ID for the componentTypeName index
COMPONENTTYPENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
COMPONENTTYPENAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
computeAggregate(Relation, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.AGGREGATE
 
computeDifference(TupleBuffer, TupleBuffer, Map<String, Map<String, OperatorImplementation_V0104>>, Map<String, IntervalTypeImplementation>, LinkedList<ValueBuffer>, Set<TupleBuffer>, Set<TupleBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEMINUS_TUPLE_TUPLE_STRING
Deprecated.
- replace with computeDifferenceForSamePartitionTuples
computeDifferenceForSamePartitionTuples(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEMINUS_TUPLE_TUPLE_STRING
Computes the USING difference between two given tuples
computeDifferenceForSamePartitionTuples(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEMINUS_TUPLE_TUPLE_STRING
Computes the USING difference between two given tuples
computeDividebyper(Relation, Relation, Relation) - Static method in class be.SIRAPRISE.typeimplementations.DIVIDEBYPER
Computes the division of 'dividend' by 'divisor' per 'per'
computeExtend(Relation, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.EXTEND
 
computeExtend(RelationBuffer, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.EXTEND
 
computeGroup(Relation, Map<NameIdentifier, Set<NameIdentifier>>) - Static method in class be.SIRAPRISE.typeimplementations.GROUP
 
computeGroup(RelationBuffer, Map<NameIdentifier, Set<NameIdentifier>>, Set<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.GROUP
 
computeGTClose(Relation, Map<NameIdentifier, NameIdentifier>, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.GTCLOSE
 
computeIntersect(Relation, Relation) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECT
 
computeIntersect(RelationBuffer, RelationBuffer) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
computeIntersectionHeading(Heading, Heading) - Static method in class be.SIRAPRISE.typeimplementations.Heading
Gets the heading of the result when intersecting this relation type with the given relation type.
computeIntersectUsing(Relation, Relation, LinkedHashSet<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECT
 
computeIntersectUsing(RelationBuffer, RelationBuffer, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
computeJoin(Relation, Relation) - Static method in class be.SIRAPRISE.typeimplementations.JOIN
 
computeJoinHeading(Heading, Heading) - Static method in class be.SIRAPRISE.typeimplementations.Heading
Gets The Heading of the relation that is the result of joining a relation of this heading type with a relation of the given one
computePack(Relation, NameIdentifier[]) - Static method in class be.SIRAPRISE.typeimplementations.PACK
 
computePack(RelationBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Set<NameIdentifier>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.PACK_RELATION_STRING
Gets A relationBuffer holding the result of the packing
computePlainDifference(Relation, Relation) - Static method in class be.SIRAPRISE.typeimplementations.MINUS
Computes the difference between minuend and subtrahend
computePlainDifference(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.MINUS_RELATION_RELATION
Method for computing "plain" relational difference between two given collections of tuple buffers
computePlainIntersection(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
Computes the "plain" intersection between two relation values (passed in the form of Collections of TupleBuffers).
computePlainJoin(MyReadOnlySet<TupleBuffer>, MyReadOnlySet<TupleBuffer>, Set<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
Computes the "plain" JOIN between the given relation arguments.
computePlainJoin(MyReadOnlySet<TupleBuffer>, MyReadOnlySet<TupleBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
Computes the "plain" JOIN between the given relation arguments.
computePlainJoin(RelationBuffer, RelationBuffer) - Static method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
computePlainSymmetricDifference(Set<TupleBuffer>, Set<TupleBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
Computes the "plain" symmetric difference between the given two tuple sets.
computePlainUnion(Relation, Relation) - Static method in class be.SIRAPRISE.typeimplementations.UNION
 
computePlainUnion(RelationBuffer, RelationBuffer) - Static method in class be.SIRAPRISE.typeimplementations.UNION
 
computePlainUnion(Collection<TupleBuffer>, Collection<TupleBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
The most stupid way conceivable to compute a relation union of relations that have no interval-typed attributes
computeProjection(Relation, NameIdentifier...) - Static method in class be.SIRAPRISE.typeimplementations.PROJECT
 
computeProjection(RelationBuffer, NameIdentifier...) - Static method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
computeRangeDifferenceAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.MINUSUSING_RELATION_RELATION
Computes the temporal difference on given tuplelists
computeRangeDifferenceAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, LinkedList<ValueBuffer>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.MINUSUSING_RELATION_RELATION
Computes the temporal difference on given tuplelists
computeRangeDifferenceOnSamePartitionRelations(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.MINUSUSING_RELATION_RELATION
Computes the difference between tuplelists.
computeRangeDifferenceOnSamePartitionRelations(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.MINUSUSING_RELATION_RELATION
Computes the difference between tuplelists.
computeRangeDifferenceOnSamePartitionRelationsAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.MINUSUSING_RELATION_RELATION
Computes the difference between relations.
computeRangeDifferenceOnSamePartitionRelationsAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.MINUSUSING_RELATION_RELATION
Computes the difference between relations.
computeRangeIntersection(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEINTERSECT_TUPLE_TUPLE_STRING
Gets the USING...
computeRangeIntersection(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEINTERSECT_TUPLE_TUPLE_STRING
Gets the USING...
computeRangeIntersectionAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
Computes the intersection, given the two tuple collections.
computeRangeIntersectionAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, LinkedList<ValueBuffer>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
Computes the intersection, given the two tuple collections.
computeRangeIntersectionForSamePartitionRelationsAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
Computes the range intersection of tuple lists whose non-interval-typed attributes are required to have the same value
computeRangeIntersectionForSamePartitionRelationsAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, LinkedList<ValueBuffer>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
Computes the range intersection of tuple lists whose non-interval-typed attributes are required to have the same value
computeRangeIntersectionForSamePartitionTuples(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEINTERSECT_TUPLE_TUPLE_STRING
Gets the USING...
computeRangeIntersectionForSamePartitionTuples(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEINTERSECT_TUPLE_TUPLE_STRING
Gets the USING...
computeRangeJoin(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEJOIN_TUPLE_TUPLE_STRING
Gets the USING...
computeRangeJoin(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, ValueBuffer>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEJOIN_TUPLE_TUPLE_STRING
Gets the USING...
computeRangeJoinAndPack(Collection<TupleBuffer>, Collection<TupleBuffer>, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
Computes the "range" JOIN between the given relations.
computeRangeJoinAndPack(Collection<TupleBuffer>, Collection<TupleBuffer>, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, ValueBuffer>, LinkedList<ValueBuffer>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
Computes the "range" JOIN between the given relations.
computeRangeJoinForSamePartitionRelationsAndPack(Collection<TupleBuffer>, Collection<TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
Computes the range join of tuple lists whose non-interval-typed attributes are required to have the same value
computeRangeJoinForSamePartitionRelationsAndPack(Collection<TupleBuffer>, Collection<TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, ValueBuffer>, LinkedList<ValueBuffer>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
Computes the range join of tuple lists whose non-interval-typed attributes are required to have the same value
computeRangeJoinForSamePartitionTuples(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEJOIN_TUPLE_TUPLE_STRING
Gets the USING...
computeRangeJoinForSamePartitionTuples(TupleBuffer, TupleBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, ValueBuffer>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEJOIN_TUPLE_TUPLE_STRING
Gets the USING...
computeRangeUnionAndPack(Collection<TupleBuffer>, Collection<TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>, Set<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
Computes the interval union of the given tuple sets.
computeRangeUnionAndPack(Collection<TupleBuffer>, Collection<TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>, Set<NameIdentifier>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
Computes the interval union of the given tuple sets.
computeRangeUnionForSamePartitionRelationsAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
Computes the interval union of the given tuple sets.
computeRangeUnionForSamePartitionRelationsAndPack(Collection<? extends TupleBuffer>, Collection<? extends TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>, LinkedList<ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
Computes the interval union of the given tuple sets.
computeRename(Relation, Map<NameIdentifier, NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.RENAME
 
computeRename(RelationBuffer, Map<NameIdentifier, NameIdentifier>, Set<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
computeRenamedHeading(Heading, Map<NameIdentifier, NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
computeTClose(Relation, Map<NameIdentifier, NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.TCLOSE
Computes the closure.
computeTclose(MyReadOnlyCollection<TupleBuffer>, Map<NameIdentifier, NameIdentifier>, Map<NameIdentifier, NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
Computes the closure in a straightforward way.
computeTClose(RelationBuffer, Map<NameIdentifier, NameIdentifier>, Map<NameIdentifier, NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
Computes the closure.
computeTupleIntersection(TupleBuffer, TupleBuffer, Map<String, Map<String, OperatorImplementation_V0104>>, LinkedList<ValueBuffer>, HashMap<String, ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEINTERSECT_TUPLE_TUPLE_STRING
Deprecated.
- replace with computeRangeIntersectionForSamePartitionTuples. The catch(IntersectionWithEmptyIntervalException e) is to be replaced with a check on the returned collection being empty.
computeTupleIntersection(TupleBuffer, TupleBuffer, Map<String, Map<String, OperatorImplementation_V0104>>, LinkedList<ValueBuffer>, HashMap<String, ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.RANGEJOIN_TUPLE_TUPLE_STRING
Deprecated.
- replace with computeRangeJoinForSamePartitionTuples. The catch(IntersectionWithEmptyIntervalException e) is to be replaced with a check on the returned collection being empty.
computeUngroup(Relation, NameIdentifier...) - Static method in class be.SIRAPRISE.typeimplementations.UNGROUP
 
computeUngroup(RelationBuffer, Map<NameIdentifier, TypeDeclaration>) - Static method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
computeUnpack(Relation, NameIdentifier...) - Static method in class be.SIRAPRISE.typeimplementations.UNPACK
 
computeUnpack(Collection<TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, MyReadOnlyMap<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
The most stupid way conceivable to compute a relation union of relations that have no interval-typed attributes
computeUnpack(RelationBuffer, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, MyReadOnlyMap<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
computeUsingDifference(Relation, Relation, LinkedHashSet<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.MINUS
Computes the difference between minuend and subtrahend, with the usingAtributres treated in 'USING'/'pointwise' mode
computeUsingJoin(Relation, Relation, LinkedHashSet<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.JOIN
 
computeUsingJoin(RelationBuffer, RelationBuffer, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
computeUsingUnion(Relation, Relation, LinkedHashSet<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.UNION
 
computeUsingUnion(RelationBuffer, RelationBuffer, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.UNION
 
CONCAT_STRING_STRING - Class in be.SIRAPRISE.typeimplementations
CONCAT returns the result of appending the second STRING argument to the first.
CONCAT_STRING_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
 
ConjunctFileNameFilterSet - Class in be.SIRAPRISE.util
ConjunctFileNameFilterSet is a FilenameFilter implementation that filters by (accepts based on) the acceptance by all FilenameFilters specified in a Collection.
ConjunctFileNameFilterSet(Collection<FilenameFilter>) - Constructor for class be.SIRAPRISE.util.ConjunctFileNameFilterSet
Creates the ConjunctFileNameFilterSet
ConjunctFileNameFilterSet(FilenameFilter...) - Constructor for class be.SIRAPRISE.util.ConjunctFileNameFilterSet
Creates the ConjunctFileNameFilterSet
ConnectionClosedException - Exception in be.SIRAPRISE.client
A ConnectionClosedException is thrown by DBConnection's communication methods when an I/O error has occurred during communication with the server, and as a consequence the connection has become unusable.
CONNECTIONID - Static variable in class be.SIRAPRISE.client.ServerKillConnectionCommand
 
CONNECTIONID_I - Static variable in class be.SIRAPRISE.client.ServerKillConnectionCommand
 
CONNECTIONIDLETIMEMAX - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The CONNECTIONIDLETIMEMAX property defines the maximum time that will be granted to any connection for remaining idle.
CONNECTIONIDLETIMEMAXDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the CONNECTIONIDLETIMEMAX property is "120000" milliseconds
CONNECTIONIDLETIMEMAXMIN - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The minimum time in milliseconds that the server will always allow a connection to remain idle, i.e.
CONNECTIONPOOLCLEANUPRUNTIMEINTERVAL - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The CONNECTIONPOOLCLEANUPRUNTIMEINTERVAL property defines the time in milliseconds between two consecutive runs of the system task that terminates connections that have exceeded their idle time.
CONNECTIONPOOLCLEANUPRUNTIMEINTERVALDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the CONNECTIONPOOLCLEANUPRUNTIMEINTERVAL property
ConnectionPoolFullException - Exception in be.SIRAPRISE.client
 
ConnectionPoolFullException(String) - Constructor for exception be.SIRAPRISE.client.ConnectionPoolFullException
Creates the ConnectionPoolFullException
CONNECTIONS - Static variable in class be.SIRAPRISE.server.RequestLicense_SW
 
Console - Class in be.SIRAPRISE.webclient
Function to type queries and have them evaluated by a specified SIRA_PRISE server
Console() - Constructor for class be.SIRAPRISE.webclient.Console
 
Console_querycommandPresentation - Class in be.SIRAPRISE.webclient
 
Console_querycommandPresentation() - Constructor for class be.SIRAPRISE.webclient.Console_querycommandPresentation
 
Console_queryPresentation - Class in be.SIRAPRISE.webclient
 
Console_queryPresentation() - Constructor for class be.SIRAPRISE.webclient.Console_queryPresentation
 
Console_updatecommandPresentation - Class in be.SIRAPRISE.webclient
 
Console_updatecommandPresentation() - Constructor for class be.SIRAPRISE.webclient.Console_updatecommandPresentation
 
ConsoleHelpPresentation - Class in be.SIRAPRISE.webclient
 
ConsoleHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.ConsoleHelpPresentation
 
CONSTRAINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CONSTRAINEDTYPE:{TYPENAME}
CONSTRAINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
ConstrainedType - Class in be.SIRAPRISE.client.jsba
 
ConstrainedType() - Constructor for class be.SIRAPRISE.client.jsba.ConstrainedType
Creates an empty ConstrainedType
ConstrainedType(String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.ConstrainedType
Creates the ConstrainedType
CONSTRAINEDTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The CONSTRAINEDTYPE relvar records the names of the "constrained" types that are made available to the server.
Heading : TYPENAME(NAME) BASETYPE(NAME) SP_EXPRESSION(STRING)
Key {TYPENAME}
Predicate : Type <TYPENAME> is type <BASETYPE>, constrained by expression <SP_EXPRESSION>.
CONSTRAINEDTYPE_BASETYPE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
CONSTRAINEDTYPEANDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CONSTRAINEDTYPETYPE
ConstrainedTypeImplementation - Class in be.SIRAPRISE.typeimplementations
ConstrainedTypeImplementation is the implementation object used for constrained types.
ConstrainedTypeImplementation(NameIdentifier, AbstractTypeImplementation_V0105) - Constructor for class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
Creates the ConstrainedTypeImplementation
ConstrainedTypesCreate - Class in be.SIRAPRISE.webclient
Function to create a constrained type.
ConstrainedTypesCreate() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesCreate
 
ConstrainedTypesCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
ConstrainedTypesCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesCreateHelpPresentation
 
ConstrainedTypesCreatePresentation - Class in be.SIRAPRISE.webclient
 
ConstrainedTypesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesCreatePresentation
 
ConstrainedTypesDelete - Class in be.SIRAPRISE.webclient
Function to delete a constrained-type definition
ConstrainedTypesDelete() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesDelete
 
ConstrainedTypesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
ConstrainedTypesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesDeleteConfirmPresentation
 
ConstrainedTypesManage - Class in be.SIRAPRISE.webclient
Function to manage the details of a constrained type
ConstrainedTypesManage() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesManage
 
ConstrainedTypesManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
ConstrainedTypesManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesManageDetailsPresentation
 
ConstrainedTypesManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
ConstrainedTypesManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesManageHelpPresentation
 
ConstrainedTypesSelectPresentation - Class in be.SIRAPRISE.webclient
 
ConstrainedTypesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesSelectPresentation
 
ConstrainedTypesWebClientFunction - Class in be.SIRAPRISE.webclient
 
ConstrainedTypesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.ConstrainedTypesWebClientFunction
 
CONSTRAINEDTYPETYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CONSTRAINEDTYPETYPE
CONSTRAINTINVOLVESRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CONSTRAINTINVOLVESRELVAR:{RELVARNAME ERRORCODE}
CONSTRAINTINVOLVESRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
CONSTRAINTINVOLVESRELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
CONSTRAINTINVOLVESRELVARASSIGNMENTCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
CONSTRAINTINVOLVESRELVARRELVARS - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
CONSTRAINTINVRELVAR_RELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
CONSTRAINTLABEL - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CONSTRAINTLABEL_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CONSTRAINTMESSAGETEXT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CONSTRAINTMESSAGETEXT:{ERRORCODE}
CONSTRAINTMESSAGETEXT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for this relvar
CONSTRAINTMESSAGETEXT - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CONSTRAINTMESSAGETEXT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The CONSTRAINTMESSAGETEXT relvar records the error message texts for the constraints defined for the database.
Heading : CONSTRAINTMESSAGETEXT(STRING) ERRORCODE(LONG)
Key {ERRORCODE}
Predicate : The text to be displayed upon violations of the constraint with error code <ERRORCODE> is '<CONSTRAINTMESSAGETEXT>'.
CONSTRAINTMESSAGETEXT_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CONSTRAINTMESSAGETEXTCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CONSTRAINTMESSAGETEXTCONSTRAINT
ConstraintViolatedErrorMessage - Class in be.SIRAPRISE.messages
 
ConstraintViolatedErrorMessageType - Class in be.SIRAPRISE.messages
The ConstraintViolatedErrorMessageType is the type of message returned by a SIRA_PRISE server to a client when an assignment command carried out by/for that client has resulted in a constraint violation.
ConstraintViolatedErrorMessageTypeV1_0 - Class in be.SIRAPRISE.messages
ConstraintViolatedErrorMessageTypeV1_0 is V1_0 of the ConstraintViolatedErrorMessageType.
ConstructorFor - Annotation Type in be.SIRAPRISE.client.jsba
The ConstructorFor annotation allows the jsba runtime to decide which constructor to use for building jsba objects from the tuples in a relation returned from a query.
ConstructorMissingException - Exception in be.SIRAPRISE.client.jsba
A ConstructorMissingException indicates that a Class object was passed as an argument to one of the JSBA's toObject(), toObjects(), toObjectCollection() or toObjectsCollection() methods, but that Class does not have the required public no-arg constructor
ConstructorMissingException(NoSuchMethodException) - Constructor for exception be.SIRAPRISE.client.jsba.ConstructorMissingException
Creates the exception, setting the given exception as its cause
ConstructorMissingException() - Constructor for exception be.SIRAPRISE.client.jsba.ConstructorMissingException
Creates the exception
contains(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Checks whether this relation contains all tuples of the given relation.
contains(Tuple) - Method in interface be.SIRAPRISE.client.IRelation
Checks whether this relation contains the given tuple.
contains(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
contains(Tuple) - Method in class be.SIRAPRISE.client.RelationProxy
 
CONTAINS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"CONTAINS" is the Allen CONTAINS operator for intervals.
contains(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
contains(Tuple) - Method in class be.SIRAPRISE.typeimplementations.Relation
Checks if this container contains the given tuple
contains(Object) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
contains(Object) - Method in class be.SIRAPRISE.util.MyListSet
 
contains(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
contains(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
CONTAINS_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
containsAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyListSet
 
containsAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
containsAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
containsAttribute(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Heading
Checks whether an attribute of the given name appears in the heading
containsAttribute(String) - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
- replace with the method that takes a NameIdentifier as argument
containsKey(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
containsKey(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
CONTAINSPOINT - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"CONTAINSPOINT" is the CONTAINSPOINT operator for intervals.
CONTAINSPOINT_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINSR - Class in be.SIRAPRISE.typeimplementations
CONTAINSR
CONTAINSR - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINSR_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINSR_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
CONTAINSR returns true iff the first relation argument contains all the tuples of the second.
CONTAINSR_RELATION_RELATION() - Constructor for class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
 
CONTAINSRUSING - Class in be.SIRAPRISE.typeimplementations
CONTAINSRUSING
CONTAINSRUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINSRUSING_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINSRUSING_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
CONTAINSRUSING returns true iff the first relation argument contains all the tuples of the second, with some of the interval-typed attributes treated in 'USING' mode.
CONTAINSRUSING_RELATION_RELATION(Heading, LinkedList<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
Creates the CONTAINSRUSING_RELATION_RELATION
CONTAINSRUSING_RELATION_RELATION(Heading, LinkedList<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, MyReadOnlyMap<NameIdentifier, IntervalTypeImplementation>) - Constructor for class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
Creates the CONTAINSRUSING_RELATION_RELATION
CONTAINST - Class in be.SIRAPRISE.typeimplementations
CONTAINST
CONTAINST - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINST_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINST_RELATION_TUPLE - Class in be.SIRAPRISE.typeimplementations
CONTAINST returns true iff the first relation argument contains the tuples that is the second argument.
CONTAINST_RELATION_TUPLE() - Constructor for class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
 
CONTAINSTUSING - Class in be.SIRAPRISE.typeimplementations
CONTAINSTUSING
CONTAINSTUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINSTUSING_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
CONTAINSTUSING_RELATION_TUPLE - Class in be.SIRAPRISE.typeimplementations
CONTAINSTUSING returns true iff the first relation argument contains all the tuples of the second, with some of the interval-typed attributes treated in 'USING' mode.
CONTAINSTUSING_RELATION_TUPLE(Heading, LinkedList<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
Creates the CONTAINSTUSING_RELATION_RELATION
CONTAINSTUSING_RELATION_TUPLE(Heading, LinkedList<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, MyReadOnlyMap<NameIdentifier, IntervalTypeImplementation>) - Constructor for class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
Creates the CONTAINSTUSING_RELATION_RELATION
containsUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Checks whether this relation contains all tuples of the given relation, with the given usingAttributes treated in 'USING' mode.
containsUsing(Tuple, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Checks whether this relation contains the given tuple, with the given usingAttributes treated in 'USING' mode.
containsUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
containsUsing(Tuple, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
containsUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
containsUsing(Tuple, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
containsValue(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
containsValue(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
CONTEXTUSERID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Deprecated.
- replaced by USERID
CONTINUATION - Static variable in class be.SIRAPRISE.client.ProcessScript
The line continuation sequence.
convertFromIdentifierTypeDeclarationsMapToTypeDeclarationsMap(ReadOnlyMap<NameIdentifier, TypeDeclaration>) - Static method in class be.SIRAPRISE.typeimplementations.MyPossrepImplementation
Gets a 1.4 component typedeclarations map derived from a 1.5 component typedeclarations map
convertFromTypeDeclarationsMapToComponentNameMap(ReadOnlyMap<String, TypeDeclaration>) - Static method in class be.SIRAPRISE.typeimplementations.MyPossrepImplementation
Converts a 1.5 possrep component type declarations map into a 1.4 component name map
COS_ANGLE - Class in be.SIRAPRISE.typeimplementations
The COS operator returns the cosine of its argument.
COS_ANGLE() - Constructor for class be.SIRAPRISE.typeimplementations.COS_ANGLE
 
COSEC_ANGLE - Class in be.SIRAPRISE.typeimplementations
COSEC returns the cosecant of the argument
COSEC_ANGLE() - Constructor for class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
 
COTAN_ANGLE - Class in be.SIRAPRISE.typeimplementations
COTAN returns the cotangent of its argument
COTAN_ANGLE() - Constructor for class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
 
COUNT - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
COUNT_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
CREATE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
createHashMapFromEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createHashMapFromNonEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createHashMapWithMandatoryValuesFromEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createHashMapWithMandatoryValuesFromNonEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createIdentifiersHashMapFromEscaped(String) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createIdentifiersHashMapFromNonEscaped(String) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createIdentifiersHashMapWithMandatoryValuesFromEscaped(String) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createIdentifiersHashMapWithMandatoryValuesFromNonEscaped(String) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createIdentifiersMapFromEscapedString(String, boolean) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Parses a bracketed String and builds a hashmap with the information contained within the (map) value is the (attribute) value, also in string format.
createIdentifiersTreeMapFromEscaped(String) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Creates a TreeMap for a String in the general format Name1(value1)Name2(value2)...
createIdentifiersTreeMapFromNonEscaped(String) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Creates a TreeMap for a String in the general format Name1(value1)Name2(value2)...
createIdentifiersTreeMapWithMandatoryValuesFromEscaped(String) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Creates a TreeMap for a String in the general format Name1(value1)Name2(value2)...
createIdentifiersTreeMapWithMandatoryValuesFromNonEscaped(String) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Creates a TreeMap for a String in the general format Name1(value1)Name2(value2)...
createList(E...) - Static method in class be.SIRAPRISE.util.MyLinkedList
Creates a LinkedList from a given collection of objects
createListFromEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a List of values contained in a String in the general format Name1(value1)Name2(value2)...
createListFromNonEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a List of values contained in a String in the general format Name1(value1)Name2(value2)...
createMap(Collection<Map.Entry<K, V>>) - Static method in class be.SIRAPRISE.util.MyHashMap
Returns a Map that holds only the entries from entrySet.
createMap(Map.Entry<K, V>...) - Static method in class be.SIRAPRISE.util.MyHashMap
Returns a Map that holds only the entries from entrySet.
createMap(Collection<Map.Entry<K, V>>) - Static method in class be.SIRAPRISE.util.MyTreeMap
Returns a Map that holds the entries from entrySet.
createMap(Map.Entry<K, V>...) - Static method in class be.SIRAPRISE.util.MyTreeMap
Returns a Map that holds the entries from entrySet.
createMapFromEscapedString(String, boolean) - Static method in class be.SIRAPRISE.util.BracketParser
Parses a bracketed String and builds a hashmap with the information contained within the (map) value is the (attribute) value, also in string format.
createSet(E...) - Static method in class be.SIRAPRISE.util.MyHashSet
Creates a HashSet from a given collection of objects
createSet(E...) - Static method in class be.SIRAPRISE.util.MyLinkedHashSet
Creates a LinkedHashSet from a given collection of objects
createTreeMapFromEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a TreeMap for a String in the general format Name1(value1)Name2(value2)...
createTreeMapFromNonEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a TreeMap for a String in the general format Name1(value1)Name2(value2)...
createTreeMapWithMandatoryValuesFromEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a TreeMap for a String in the general format Name1(value1)Name2(value2)...
createTreeMapWithMandatoryValuesFromNonEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a TreeMap for a String in the general format Name1(value1)Name2(value2)...
CRLFInputStream - Class in be.SIRAPRISE.util
 
CRLFInputStream(InputStream) - Constructor for class be.SIRAPRISE.util.CRLFInputStream
Creates the CRLFInputStream
CRLFInputStream(InputStream, Charset) - Constructor for class be.SIRAPRISE.util.CRLFInputStream
Creates the CRLFInputStream
CRYPTOALGORITHMS - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name of the property used to indicate the set of crypto algorithm names that can be used by a client
CURRENTCONTEXT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CURRENTCONTEXT:{}
CURRENTCONTEXT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID
CURRENTCONTEXT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
deprecated
CURRENTDATE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CURRENTDATE:{}
CURRENTDATE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID
CURRENTDATE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CURRENTDATE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The CURRENTDATE relation is a singleton relation with a single attribute of type DATE named CURRENTDATE.
CURRENTDATE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CURRENTTIME - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
CURRENTTIME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CURRENTTIME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CURRENTUPDATE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CURRENTUPDATE:{}
CURRENTUPDATE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal numeric ID
CURRENTUPDATE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
deprecated
CURRENTUSER - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
CURRENTUSER:{}
CURRENTUSER - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID of this relvar
CURRENTUSER - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The CURRENTUSER relation is a singleton relation with a single attribute of type NAME named CURRENTUSER.

D

D_TYPEINTERVALTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
DATAACTION_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
 
DATAACTION_REFERENCEDRELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
DATAACTIONNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
DATAACTIONNAME - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
DATAACTIONNAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
DATAACTIONREFERENCES - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
DATAACTIONREFERENCES - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
DATAACTIONREFERENCES - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar lists the direct references to other relvars made by the expression defining a triggered data action.
DATAACTIONREFERENCES_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
DATABASECATALOG_SPDB - Static variable in interface be.SIRAPRISE.client.NAMES.FILENAMES
 
DATABASECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
DATABASECONSTRAINT:{ERRORCODE}
DATABASECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal numeric ID of the Relvar
DatabaseConstraint - Class in be.SIRAPRISE.client.jsba
 
DatabaseConstraint() - Constructor for class be.SIRAPRISE.client.jsba.DatabaseConstraint
Creates the DatabaseConstraint
DatabaseConstraint(long, String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.DatabaseConstraint
Creates the DatabaseConstraint
DATABASECONSTRAINT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The DATABASECONSTRAINT relvar lists all the declared database constraints on the database's relvars.
Heading : CONSTRAINTLABEL(STRING) SP_EXPRESSION(STRING) ERRORCODE(LONG)
Key {ERRORCODE}
Predicate : The database is constrained by expression ISEMPTY(<SP_EXPRESSION>), which enforces the business rule '<CONSTRAINTLABEL>'.
DATABASECONSTRAINTCHECK - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
DATABASECONSTRAINTCHECK:{RELVARNAME ERRORCODE OPERATIONTYPE}
DATABASECONSTRAINTCHECK - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for this relvar
DatabaseConstraintCheck - Class in be.SIRAPRISE.client.jsba
 
DatabaseConstraintCheck() - Constructor for class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Creates the DatabaseConstraint
DatabaseConstraintCheck(long, String, int) - Constructor for class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Creates the DatabaseConstraint
DATABASECONSTRAINTCHECK - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The DATABASECONSTRAINTCHECK relvar lists, for each databaseconstraint, all the update events that require a check of the concernec database constraint.
Heading : RELVARNAME(NAME) OPERATIONTYPE(INT) ERRORCODE(LONG)
Predicate : The database constraint with error code <ERRORCODE> is to be checked upon operations of type <OPERATIONTYPE> on relation variable <RELVARNAME>.
DATABASECONSTRAINTCHECK_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
DATABASECONSTRAINTINVOCATIONDATABASECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Constraint check refers to a non-existing constraint"
DATABASECONSTRAINTINVOCATIONRELATION - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Constraint check refers to a non-existing Relvar"
DatabaseConstraintsCreate - Class in be.SIRAPRISE.webclient
Function to add a new database constraint
DatabaseConstraintsCreate() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsCreate
 
DatabaseConstraintsCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsCreateHelpPresentation
 
DatabaseConstraintsCreatePresentation - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsCreatePresentation
 
DatabaseConstraintsDelete - Class in be.SIRAPRISE.webclient
Function to delete a databaseconstraint and possibly its corresponding constraintmessagetext
DatabaseConstraintsDelete() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsDelete
 
DatabaseConstraintsDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsDeleteConfirmPresentation
 
DatabaseConstraintsManage - Class in be.SIRAPRISE.webclient
Function to manage the details of a database constraint
DatabaseConstraintsManage() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsManage
 
DatabaseConstraintsManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsManageDetailsPresentation
 
DatabaseConstraintsManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsManageHelpPresentation
 
DatabaseConstraintsOverview - Class in be.SIRAPRISE.webclient
Function to produce an overview of database constraints
DatabaseConstraintsOverview() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsOverview
 
DatabaseConstraintsOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsOverviewHelpPresentation
 
DatabaseConstraintsOverviewPresentation - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsOverviewPresentation
 
DatabaseConstraintsSelectPresentation - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsSelectPresentation
 
DatabaseConstraintsWebClientFunction - Class in be.SIRAPRISE.webclient
 
DatabaseConstraintsWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.DatabaseConstraintsWebClientFunction
 
DATABASECONSTRAINTTRANSACTIONCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
DATABASECONSTRAINTTUPLECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CONSTRAINTSERRORCODE
DATASPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
DATASPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- has been superseded by the new recordspace types (NAMES.RELVARNAMES.HASHEDRECORDSPACE or NAMES.RELVARNAMES.CLUSTEREDRECORDSPACE)
DATE - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type DATE is intended to represent calendar dates.
DATE_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
DATESHIFT_DATE_INT_INT_INT - Class in be.SIRAPRISE.typeimplementations
The DATESHIFT operator computes a date that is a given quantity of days, months, years away from a given date
DATESHIFT_DATE_INT_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
 
DAY - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
DAY_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
dbAddCommand(String, DBObject) - Static method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for adding an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbAddCommand() - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for adding (in the database the transaction is connected to) an entry in the single relvar named in this object's class' @forrelvar annotation, for the given object.
dbAddCommand(String) - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for adding an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbAddCommandAll() - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for adding (in the database the transaction is connected to) an entry in all the relvars named in this object's class' @forrelvar annotation, for the given object.
dbAssertCommand(String, DBObject) - Static method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the Assert command for asserting an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbAssertCommand() - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the Assert command for asserting (in the database the transaction is connected to) an entry in the single relvar named in this object's class' @forrelvar annotation, for the given object.
dbAssertCommand(String) - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the Assert command for asserting an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbAssertCommandAll() - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the Assert command for asserting (in the database the transaction is connected to) an entry in the all relvars named in this object's class' @forrelvar annotation, for the given object.
DBConnection - Class in be.SIRAPRISE.client
Class used to communicate between a program and the SIRA_PRISE dbms.
DBConnection(SiraPriseServer, Set<String>, String, boolean, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
DBConnection(SiraPriseServer, Set<String>, String, boolean, long, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
DBConnection(SiraPriseServer, Set<String>, String, boolean, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, Set<String>, String, boolean, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, Set<String>, String, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, Set<String>, String, long, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, Set<String>, String, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, Set<String>, String, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, String, boolean, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
DBConnection(SiraPriseServer, String, boolean, long, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
DBConnection(SiraPriseServer, String, boolean, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, String, boolean, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, String, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, String, long, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, String, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnection(SiraPriseServer, String, Signer) - Constructor for class be.SIRAPRISE.client.DBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
DBConnectionPool - Class in be.SIRAPRISE.client
 
DBConnectionPoolProperties - Class in be.SIRAPRISE.client
DBConnectionPoolProperties can be configured in a DBConnectionPool.properties file.
DBConnectionProperties - Class in be.SIRAPRISE.client
The DBConnectionProperties singleton holds the property values mentioned in the DBCONNECTION.PROPERTIES file.
dbDeleteCommand(String, DBObject) - Static method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
dbDeleteCommand() - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for deleting (in the database the transaction is connected to) the tuple in the relvar named in the @forrelvar annotation of this object's class, for the given object.
dbDeleteCommand(String) - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
dbDeleteCommandAll() - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
DBException - Exception in be.SIRAPRISE.client
A DBException is thrown by DBConnection's communication methods when the SIRA_PRISE server has reported any kind of error.
DBMonitorConnection - Class in be.SIRAPRISE.client
Class used to communicate between a program and the SIRA_PRISE monitor.
DBMonitorConnection(InetAddress, int) - Constructor for class be.SIRAPRISE.client.DBMonitorConnection
Creates a monitor connection to the specified host and port for an anonymous client.
DBMonitorConnection(InetAddress, int, Set<String>, String, Signer) - Constructor for class be.SIRAPRISE.client.DBMonitorConnection
Creates a monitor connection to the specified host.
DBMonitorConnection(String, int) - Constructor for class be.SIRAPRISE.client.DBMonitorConnection
Creates a monitor connection to the specified host and port for an anonymous client.
DBMonitorConnection(String, int, Set<String>, String, Signer) - Constructor for class be.SIRAPRISE.client.DBMonitorConnection
Creates the monitor connection to the specified host and port.
DBMonitorConnectionProperties - Class in be.SIRAPRISE.client
The DBMonitorConnectionProperties singleton holds the property values for monitor connections.
DbmsAngleImplementation - Class in be.SIRAPRISE.typeimplementations
Type 'Angle' is provided to demonstrate the type-plugin feature.
DbmsAngleImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsAverageImplementation - Class in be.SIRAPRISE.typeimplementations
Type 'Average' is used when computing averages.
DbmsAverageImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsBarImplementation - Class in be.SIRAPRISE.typeimplementations
Type 'Bar' is provided to demonstrate the type-plugin feature, and to test the catalog constraints re.
DbmsBarImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsBigintImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the SIRA_PRISE big number type.
DbmsBigintImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsBitsImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the binary bucket type.
DbmsBitsImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsBooleanImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined Boolean type.
DbmsBooleanImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsCharImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined CHAR type.
DbmsCharImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DBMSCLASSLOADERRESOURCESDIRECTORY - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name of the engine property that holds the directory where the engine's own classloader searches for classes
DBMSCLASSLOADERRESOURCESDIRECTORYDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default for directory where the engine's own classloader searches for classes
DbmsDateImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the SIRA_PRISE DATE type.
DbmsDateImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsDecimalImplementation - Class in be.SIRAPRISE.typeimplementations
Deprecated.
The use of this type is discouraged. The definition is rather awkward, the implementation rather poor, and the set of provided operators incomplete.
DbmsDecimalImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DBMSFILE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
DBMSFILE:{FILENAME}
DBMSFILE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal numeric ID of the relvar
DbmsFile - Class in be.SIRAPRISE.client.jsba
 
DbmsFile() - Constructor for class be.SIRAPRISE.client.jsba.DbmsFile
 
DbmsFile(String, int) - Constructor for class be.SIRAPRISE.client.jsba.DbmsFile
 
DBMSFILE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The DBMSFILE relvar lists all the physical files in which data is recorded by the engine.
Heading : FILENAME(FILENAME) PAGESIZE(INT)
Key {FILENAME}
Predicate : <FILENAME> is a dbms file with pagesize <PAGESIZE>.
DBMSFILEDIRECTORY - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The DBMSFILEDIRECTORY property defines the location on disk where the engine keeps its database files.
DBMSFILEDIRECTORYDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the DBMSFILEDIRECTORY property.
DbmsFilenameImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined FILENAME type.
DbmsFilenameImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DBMSFILEPAGERESIZE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
DBMSFILEPAGESIZE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"Page size must be > 2047 and < 65537"
DbmsFilePoolOverview - Class in be.SIRAPRISE.webclient
Function to view the current contents of the file pool
DbmsFilePoolOverview() - Constructor for class be.SIRAPRISE.webclient.DbmsFilePoolOverview
 
DbmsFilePoolOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilePoolOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilePoolOverviewHelpPresentation
 
DbmsFilePoolOverviewPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilePoolOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilePoolOverviewPresentation
 
DbmsFilesCreate - Class in be.SIRAPRISE.webclient
Function to create a new SIRA_PRISE dbms file.
DbmsFilesCreate() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesCreate
 
DbmsFilesCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesCreateHelpPresentation
 
DbmsFilesCreatePresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesCreatePresentation
 
DbmsFilesDelete - Class in be.SIRAPRISE.webclient
Function to delete an existing SIRA_PRISE dbms file
DbmsFilesDelete() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesDelete
 
DbmsFilesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesDeleteConfirmPresentation
 
DbmsFilesDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesDeleteHelpPresentation
 
DbmsFilesManage - Class in be.SIRAPRISE.webclient
Function to manage the details of a dbms file
DbmsFilesManage() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesManage
 
DbmsFilesManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesManageDetailsPresentation
 
DbmsFilesManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesManageHelpPresentation
 
DbmsFilesOverview - Class in be.SIRAPRISE.webclient
Function to display an overview of existing dbms files
DbmsFilesOverview() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesOverview
 
DbmsFilesOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesOverviewHelpPresentation
 
DbmsFilesOverviewPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesOverviewPresentation
 
DbmsFilesSelectPresentation - Class in be.SIRAPRISE.webclient
 
DbmsFilesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesSelectPresentation
 
DBMSFILESTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A StorageSpace refers to a non-existing DbmsFile"
DbmsFilesWebClientFunction - Class in be.SIRAPRISE.webclient
 
DbmsFilesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.DbmsFilesWebClientFunction
 
DbmsFloatImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined FLOAT type.
DbmsFloatImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsFooImplementation - Class in be.SIRAPRISE.typeimplementations
Type 'Foo' is provided to demonstrate the type-plugin feature.
DbmsFooImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsIntImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the SIRA_PRISE int type.
DbmsIntImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DBMSJOURNALSDIRECTORY - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The DBMSJOURNALSDIRECTORY property defines the disk location where the server engine writes its journals.
DBMSJOURNALSDIRECTORYDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the DBMSJOURNALSDIRECTORY property.
DBMSLOGSDIRECTORY - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The DBMSLOGSDIRECTORY property defines the disk location where the server engine writes its log files.
DBMSLOGSDIRECTORYDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the DBMSLOGSDIRECTORY property.
DBMSLOGSIZELIMIT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name of the property defining the server log size limit
DBMSLOGSIZELIMITDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the server log size limit
DBMSLOGSROTATECOUNT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name of the property defining the server logs rotate count
DBMSLOGSROTATECOUNTDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the server logs rotate count
DbmsLongImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation of the SIRA_PRISE long type.
DbmsLongImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsNameImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined NAME type.
DbmsNameImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsRelationImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the (generic) Relation type.
DbmsRelationImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DBMSRESOURCESDIRECTORY - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The DBMSRESOURCESDIRECTORY property defines the disk location where the server engine keeps its resource files.
DBMSRESOURCESDIRECTORYDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the DBMSRESOURCESDIRECTORY property.
DbmsScalednumberImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the SIRA_PRISE scaled number type.
DbmsScalednumberImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsScalednumberImplementation_MP - Class in be.SIRAPRISE.typeimplementations
 
DbmsScalednumberImplementation_MP() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
DbmsStringImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the String type.
DbmsStringImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsTimeofdayImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the Sira_Prise time-of-day type.
DbmsTimeofdayImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Deprecated.
- this constructor is provided merely as a consequence of the requirements of the Externalizable machinery. If you need an object of this class in your applications, invoking the getInstance() method is the recommended way to get it.
DbmsTupleImplementation - Class in be.SIRAPRISE.typeimplementations
DbmsTupleImplementation is the implementation class for the Tuple type [generator].
DbmsTupleImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
Deprecated.
- Provided only for use with the Externalizable machinery. For direct use in your applications, invoking the getInstance() method is preferred.
DBObject - Interface in be.SIRAPRISE.client.jsba
An interface without associated methods that allows to identify the classes that are used in Java/SIRA_PRISE bridging
DBObjectFactory - Class in be.SIRAPRISE.client.jsba
 
DBObjectGenerator - Class in be.SIRAPRISE.client.jsba
The DBObjectGenerator utility helps the developer to write jsba-annotated classes for the java/SIRA_PRISE bridging architecture (abbreviated JSBA).
DBObjectGeneratorProperties - Class in be.SIRAPRISE.client.jsba
The DBObjectGeneratorProperties object is used by the DBObjectGenerator utility to retrieve its configurable runtime information, such as the host and port number to connect to.
DBObjectInterfaceGenerator - Class in be.SIRAPRISE.client.jsba
The DBObjectInterfaceGenerator utility helps the developer in writing classes for the java/SIRA_PRISE bridging architecture (abbreviated JSBA) by generating java source files that define an interface for JSBA classes to implement.
DBObjectInterfaceGeneratorProperties - Class in be.SIRAPRISE.client.jsba
The DBObjectInterfaceGeneratorProperties object is used by the DBObjectInterfaceGenerator utility to retrieve its configurable runtime information, such as the host and port number to connect to.
DBObjectNotAnnotatedForASingleRelvarException - Exception in be.SIRAPRISE.client.jsba
 
DBObjectTemplate - Class in be.SIRAPRISE.client.jsba
Class provided for purposes of documenting the methods involved in the SIRA_PRISE/Java bridge.
DBObjectTemplate() - Constructor for class be.SIRAPRISE.client.jsba.DBObjectTemplate
The public no-arg constructor is required in any (class that implements) DBObject.
DBObjectTemplate(int, String) - Constructor for class be.SIRAPRISE.client.jsba.DBObjectTemplate
Other constructors may exist to serve the application programs
DBObjectToDmlAddCommandTransformer - Class in be.SIRAPRISE.client.jsba
DBObjectToDmlAddCommandTransformer can be used in conjunction with the CollectionTransformer for getting the DmlAddCommand for collections of DBObjects
DBObjectToDmlAddCommandTransformer(String) - Constructor for class be.SIRAPRISE.client.jsba.DBObjectToDmlAddCommandTransformer
Creates the DBObjectToDmlAddCommandTransformer
DBObjectToDmlAssertCommandTransformer - Class in be.SIRAPRISE.client.jsba
DBObjectToDmlAssertCommandTransformer can be used in conjunction with the CollectionTransformer for getting the DmlAssertCommand for collections of DBObjects
DBObjectToDmlAssertCommandTransformer(String) - Constructor for class be.SIRAPRISE.client.jsba.DBObjectToDmlAssertCommandTransformer
Creates the DBObjectToDmlAddCommandTransformer
DBObjectToDmlDeleteCommandTransformer - Class in be.SIRAPRISE.client.jsba
DBObjectToDmlDeleteCommandTransformer can be used in conjunction with the CollectionTransformer for getting the DmlDeleteCommand for collections of DBObjects
DBObjectToDmlDeleteCommandTransformer(String) - Constructor for class be.SIRAPRISE.client.jsba.DBObjectToDmlDeleteCommandTransformer
Creates the DBObjectToDmlAddCommandTransformer
DBObjectToDmlUnassertCommandTransformer - Class in be.SIRAPRISE.client.jsba
DBObjectToDmlUnassertCommandTransformer can be used in conjunction with the CollectionTransformer for getting the DmlUnassertCommand for collections of DBObjects
DBObjectToDmlUnassertCommandTransformer(String) - Constructor for class be.SIRAPRISE.client.jsba.DBObjectToDmlUnassertCommandTransformer
Creates the DBObjectToDmlAddCommandTransformer
DBTransaction - Class in be.SIRAPRISE.client
A DBTransaction represents the transaction that is active on some DBConnection.
dbUnAssertCommand(String, DBObject) - Static method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for unasserting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
dbUnAssertCommand() - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for unasserting the tuple in the relvar named in the @forrelvar annotation of this class.
dbUnAssertCommand(String) - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for unasserting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
dbUnAssertCommandAll() - Method in class be.SIRAPRISE.client.jsba.AbstractDBObject
Gets the command for unasserting the tuple in all the relvars named in the @forrelvar annotation of this class.
dbUpdateCommand(String, UpdatableDBObject) - Static method in class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
Gets the command for Updating an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbUpdateCommand(String) - Method in class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
Gets the command for Updating an entry in the named relvar, for this DBObject.
dbUpdateCommand() - Method in class be.SIRAPRISE.client.jsba.AbstractUpdatableDBObject
Gets the command for Updating an entry in the relvar named in the relvars annotation, for this DBObject.
DBVERIFY - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
DBVerifyCommandParams - Class in be.SIRAPRISE.messages
 
DBVerifyCommandParams(NameIdentifier) - Constructor for class be.SIRAPRISE.messages.DBVerifyCommandParams
 
DBVerifyMessage - Class in be.SIRAPRISE.messages
 
DBVerifyMessageType - Class in be.SIRAPRISE.messages
The ExecuteDBVerifyMessageType is used for instructing the server monitor to do a DBVERIFY on a relvar.
DBVerifyMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The DBVerifyMessageType is used for instructing the server monitor to do a DBVERIFY on a relvar.
DDLCapture - Class in be.SIRAPRISE.util
 
DECIMAL - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
Deprecated.
- the DECIMAL type is superseded by the POSSREPNAMES.SCALEDNUMBER type
DECIMAL - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Deprecated.
deprecated
decrypt(byte[]) - Method in class be.SIRAPRISE.util.JCECipher
 
decrypt(byte[]) - Method in class be.SIRAPRISE.util.ProprietaryOrJCECipher
decrypts the given byte stream
decrypt(byte[]) - Method in class be.SIRAPRISE.util.SPE
 
decryptSecret(Signature, String, byte[]) - Method in class be.SIRAPRISE.client.ClientSideOperatorImplementationsManagerSigner
 
decryptSecret(Signature, String, byte[]) - Method in class be.SIRAPRISE.client.ClientSideTypeImplementationsManagerSigner
 
decryptSecret(Signature, String, byte[]) - Method in class be.SIRAPRISE.client.jsba.DBObjectGenerator
 
decryptSecret(Signature, String, byte[]) - Method in class be.SIRAPRISE.client.jsba.DBObjectInterfaceGenerator
 
decryptSecret(Signature, String, byte[]) - Method in class be.SIRAPRISE.client.ProcessScript
 
decryptSecret(Signature, String, byte[]) - Method in interface be.SIRAPRISE.util.Signer
Decrypts an encrypted secret, encryption of which was done using the public key corresponding to the private key we also use to sign messages with
decryptSecret(Signature, String, byte[]) - Method in class be.SIRAPRISE.util.UserPrivateKeyProvider
 
DEFAULTCONNECTIONIDLETIME - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The property name for specifying the connection idle time for all connections created using a DBConnection constructor that does not specify an explicit idle time.
DEFAULTENCRYPTIONALGORITHMNAMES - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name of the property that specifies which ciphers will be used by connections that are created by a constructor that did not explicitly provide this information
DEFAULTENCRYPTIONALGORITHMNAMESDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The value used for the DEFAULTENCRYPTIONALGORITHMNAMES property if no value is explicitly configured
DEFAULTKEYSTORETYPE - Static variable in interface be.SIRAPRISE.client.NAMES
 
DEFAULTKEYSTORETYPE - Static variable in class be.SIRAPRISE.util.MyKeyStore
 
DEFAULTSERVERPOOLSIZE - Variable in class be.SIRAPRISE.client.DBConnectionPoolProperties
The default size ("5" ) of the connections pool for a given server that will be used by the DBConnectionPool if no size is explicitly configured for the server.
DEFAULTSIGNATUREALGORITHMNAMES - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name of the property that specifies which signature algorithms can be employed by a DBConnection that is created using a constructor that does not explicitly provide this information.
DEFAULTSIGNATUREALGORITHMNAMESDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default value for the signature algorithms list that will be used for the DEFAULTSIGNATUREALGORITHMNAMES property, if no value is configured
DEFAULTTRANSACTIONSAUTOCOMMITMODE - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name of the property that specifies the (default) transaction autocommit setting for all connections created using a constructor that does not explicitly provide this information.
DEFAULTTRANSACTIONSAUTOCOMMITMODEDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default setting for the DBConnectionProperties.DEFAULTTRANSACTIONSAUTOCOMMITMODE setting ("FALSE" )
DEFAULTTRANSACTIONSDDLCAPTUREMODE - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name for the property ("DDLCAPTURE" ) configuring the DBConnection-level default DDLCAPTURE setting for transactions started by methods not explicitly providing this setting
DEFAULTTRANSACTIONSDDLCAPTUREMODEDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default setting for the DBConnectionProperties.DEFAULTTRANSACTIONSDDLCAPTUREMODE property ("FALSE" )
DEFAULTTRANSACTIONSREADONLYMODE - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name of the property ("TRANSACTIONSREADONLY" ) that specifies the (default !) read-only mode setting for all transactions started on a connection created using a constructor that does not explicitly state this value.
DEFAULTTRANSACTIONSREADONLYMODEDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default value for the "TRANSACTIONSREADONLY" property ("FALSE" )
DEFAULTTRANSACTIONSSNAPSHOTMODE - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name ("DEFAULTTRANSACTIONSSNAPSHOTMODE" ) of the property for configuring the snapshot mode for read-only transactions, when the startTransaction request does not explicitly provide this information
DEFAULTTRANSACTIONSSNAPSHOTMODEDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default setting ("OFF" ) for the DBConnectionProperties.DEFAULTTRANSACTIONSSNAPSHOTMODE if that setting is not configured
DEGREES - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
DEGREES_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
DELETE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
DELETES - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
DELETESBAC - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
DELETESSAC - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
DIV_BIGINT_BIGINT - Class in be.SIRAPRISE.typeimplementations
Integer division.
DIV_BIGINT_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
 
DIV_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT division operator.
DIV_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
 
DIV_INT_INT - Class in be.SIRAPRISE.typeimplementations
Integer division.
DIV_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.DIV_INT_INT
 
DIV_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
The implementation for the LONG division operator.
DIV_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
 
DIV_SCALEDNUMBER_SCALEDNUMBER - Class in be.SIRAPRISE.typeimplementations
Integer division.
DIV_SCALEDNUMBER_SCALEDNUMBER() - Constructor for class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
 
DIVIDEBYPER - Class in be.SIRAPRISE.typeimplementations
DIVIDEBYPER
DIVIDEBYPER() - Constructor for class be.SIRAPRISE.typeimplementations.DIVIDEBYPER
 
DIVIDEBYPER - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
DIVIDEBYPER_RELATION_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
 
DIVIDEBYPER_RELATION_RELATION_RELATION() - Constructor for class be.SIRAPRISE.typeimplementations.DIVIDEBYPER_RELATION_RELATION_RELATION
 
DivideByPerIncompatibleDividendPerHeadings - Exception in be.SIRAPRISE.typeimplementations
DivideByPerIncompatibleDividendPerHeadings
DivideByPerIncompatibleDividendPerHeadings(Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.DivideByPerIncompatibleDividendPerHeadings
Creates the DivideByPerIncompatibleDividendPerHeadings
DivideByPerIncompatibleDivisorPerHeadings - Exception in be.SIRAPRISE.typeimplementations
DivideByPerIncompatibleDivisorPerHeadings
DivideByPerIncompatibleDivisorPerHeadings(Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.DivideByPerIncompatibleDivisorPerHeadings
Creates the DivideByPerIncompatibleDivisorPerHeadings
DIVIDEBYPERInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
DIVIDEBYPERInvocationResultDetails
DIVIDEBYPERInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, MyReadOnlySet<NameIdentifier>, MyReadOnlySet<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.DIVIDEBYPERInvocationResultDetails
Creates the DIVIDEBYPERInvocationResultDetails
DivideByPerProxy - Class in be.SIRAPRISE.client
DivideByPerProxy
DivideByPerProxy(IRelation, IRelation, IRelation) - Constructor for class be.SIRAPRISE.client.DivideByPerProxy
Creates the DivideByPerProxy
dividedyper(IRelation, IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the division of this relation by the given divisor, per the given 'per' relation.
dividedyper(IRelation, IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
dividedyper(IRelation, IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
DmlAddCommand - Class in be.SIRAPRISE.client.jsba
A DmlAddCommand is the command that will make sure that a tuple will be added to the named relvar (in the target database to which this command will be sent) for the object passed to the constructor.
DmlAddCommand(String, DBObject) - Constructor for class be.SIRAPRISE.client.jsba.DmlAddCommand
Creates the command object.
DmlAssertCommand - Class in be.SIRAPRISE.client.jsba
A DmlAssertCommand is the command that will make sure that a tuple will exist in the named relvar (in the target database to which this command will be sent) for the object passed to the constructor.
DmlAssertCommand(String, DBObject) - Constructor for class be.SIRAPRISE.client.jsba.DmlAssertCommand
Creates the command object.
DmlAssignmentCommand - Class in be.SIRAPRISE.client.jsba
A DmlAssignmentCommand is any command that performs some kind of update in the database.
DmlAssignmentCommand() - Constructor for class be.SIRAPRISE.client.jsba.DmlAssignmentCommand
 
DmlCommand - Class in be.SIRAPRISE.client.jsba
DmlCommand objects are the objects that represent dml Commands that can be executed in a transaction, on a connection to a SIRA_PRISE database.
DmlCommand() - Constructor for class be.SIRAPRISE.client.jsba.DmlCommand
 
DmlDeleteCommand - Class in be.SIRAPRISE.client.jsba
A DmlDeleteCommand is the command that will make sure that a tuple will be removed from the named relvar (in the target database to which this command will be sent) for the object passed to the constructor.
DmlDeleteCommand(String, DBObject) - Constructor for class be.SIRAPRISE.client.jsba.DmlDeleteCommand
Creates the command object.
DmlExecutedMessage - Class in be.SIRAPRISE.messages
 
DmlExecutedMessageType - Class in be.SIRAPRISE.messages
The DmlExecutedMessageType is the type of message sent by a SIRA_PRISE server in response to an "Execute DML" message
DmlExecutedMessageTypeV1_0 - Class in be.SIRAPRISE.messages
DmlExecutedMessageTypeV1_0 is V1_0 of the DmlExecutedMessageType.
DmlMultipleAssignmentCommand - Class in be.SIRAPRISE.client.jsba
 
DmlMultipleAssignmentCommand(DmlAssignmentCommand...) - Constructor for class be.SIRAPRISE.client.jsba.DmlMultipleAssignmentCommand
Creates the command object.
DmlMultipleAssignmentCommand(Collection<? extends DmlAssignmentCommand>) - Constructor for class be.SIRAPRISE.client.jsba.DmlMultipleAssignmentCommand
Creates the command object.
DmlMultipleAssignmentCommand(DmlSingleAssignmentCommand[]) - Constructor for class be.SIRAPRISE.client.jsba.DmlMultipleAssignmentCommand
Creates the command object.
DmlNonAssignmentCommand - Class in be.SIRAPRISE.client.jsba
A DmlNonAssignmentCommand is any command that doesn't perform some kind of update in the database.
DmlNonAssignmentCommand() - Constructor for class be.SIRAPRISE.client.jsba.DmlNonAssignmentCommand
 
DmlSingleAssignmentCommand - Class in be.SIRAPRISE.client.jsba
 
DmlSingleAssignmentCommand(String, Object) - Constructor for class be.SIRAPRISE.client.jsba.DmlSingleAssignmentCommand
Creates the command object.
DmlUnassertCommand - Class in be.SIRAPRISE.client.jsba
A DmlUnassertCommand is the command that will make sure that a tuple will not exist in the named relvar (in the target database to which this command will be sent) for the object passed to the constructor.
DmlUnassertCommand(String, DBObject) - Constructor for class be.SIRAPRISE.client.jsba.DmlUnassertCommand
Creates the command object.
DmlUpdateCommand - Class in be.SIRAPRISE.client.jsba
A DmlUpdateCommand is the command that will replace a tuple with another one in the named relvar (in the target database to which this command will be sent) for the object passed to the constructor.
DmlUpdateCommand(String, UpdatableDBObject) - Constructor for class be.SIRAPRISE.client.jsba.DmlUpdateCommand
Creates the command object.
DMY - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
doActionLogic(String) - Method in class be.SIRAPRISE.webclient.Console
 
doActionLogic(String) - Method in class be.SIRAPRISE.webclient.SpaceCalculations
 
doActionLogic(String) - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintChecksCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintChecksDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AttributesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AttributesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AttributesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.AttributesOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.BackupEngine
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClientCertificatesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClientCertificatesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClientCertificatesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClientsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClientsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClientsManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClientsOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.CollectRelvarStatistics
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.CompareUpgradedToInstalledRelvar
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.Console
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilePoolOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.HotRestartEngine
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.IndexComponentCreate
Deprecated.
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.IndexComponentDelete
Deprecated.
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.IndexComponentManage
Deprecated.
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.JavaBackedTypesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.JavaBackedTypesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.JavaBackedTypesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.KeyAttributesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.KeyAttributesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.KeysCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.KeysDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.KeysManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.KillConnection
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.LUWPoolOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.Main
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.MonitorMemory
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.OperatorsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.OperatorsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.OperatorsOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RecordAttributesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RecordAttributesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RecordAttributesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RelvarAttributesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RelvarAttributesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RelvarPoolOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RelvarsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RelvarsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RelvarsManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.RelvarsOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.ShutdownEngine
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.StorageSpaceDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.StorageSpaceManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.StorageSpaceOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TupleConstraintsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TupleConstraintsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TupleConstraintsManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TypesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.TypesOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UsersCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UsersDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UsersManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.UsersOverview
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.VerifyDBRelvar
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsCreate
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsDelete
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsManage
 
doInitialLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintChecksCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintChecksDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AttributesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AttributesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AttributesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.AttributesOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.BackupEngine
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClientCertificatesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClientCertificatesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClientCertificatesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClientsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClientsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClientsManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClientsOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.CollectRelvarStatistics
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.CompareUpgradedToInstalledCatalog
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.CompareUpgradedToInstalledRelvar
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.Console
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilePoolOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.HotRestartEngine
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.IndexComponentCreate
Deprecated.
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.IndexComponentDelete
Deprecated.
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.IndexComponentManage
Deprecated.
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.JavaBackedTypesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.JavaBackedTypesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.JavaBackedTypesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.KeyAttributesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.KeyAttributesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.KeysCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.KeysDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.KeysManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.KillConnection
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.LUWPoolOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.Main
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.MonitorMemory
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.OperatorsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.OperatorsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.OperatorsOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RecordAttributesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RecordAttributesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RecordAttributesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RelvarAttributesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RelvarAttributesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RelvarPoolOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RelvarsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RelvarsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RelvarsManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.RelvarsOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.ShutdownEngine
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.SpaceCalculations
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.StorageSpaceDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.StorageSpaceManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.StorageSpaceOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TupleConstraintsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TupleConstraintsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TupleConstraintsManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TypesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.TypesOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UsersCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UsersDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UsersManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.UsersOverview
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.VerifyDBRelvar
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsCreate
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsDelete
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsManage
 
doPresentationLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.AttributesManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.AttributesOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.ClientCertificatesManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.ClientsManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.ClientsOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.DbmsFilesOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.IndexComponentDelete
Deprecated.
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.KeysManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.OperatorsOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.RecordTypesOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.RelvarsManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.RelvarsOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.StorageSpaceOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.TypesOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.UsersManage
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.UsersOverview
 
doResumeLogic() - Method in class be.SIRAPRISE.webclient.VirtualRelvarsOverview
 
DUMPDB - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
dumpDB(String, String) - Method in class be.SIRAPRISE.server.ServerEngineManager
 
dumpDB(String, String) - Method in interface be.SIRAPRISE.server.ServerEngineManagerMBean
MBean method to request a DBMS file dump
DumpDBMessage - Class in be.SIRAPRISE.messages
 
DumpDBMessageType - Class in be.SIRAPRISE.messages
The ExecuteDumpDBMessageType is used for instructing the server monitor to do a DUMPDB on a file.
DumpDBMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The ExecuteDumpDBMessageType is used for instructing the server monitor to do a DBVERIFY on a relvar.
DumpDBParams - Class in be.SIRAPRISE.messages
 
DumpDBParams(FileNameIdentifier, DumpFileOption) - Constructor for class be.SIRAPRISE.messages.DumpDBParams
 
DumpFileOption - Class in be.SIRAPRISE.messages
Enumeration type for the options on the DUMPDB monitor command
DuplicateAttributeException - Exception in be.SIRAPRISE.typeimplementations
DuplicateAttributeException
DuplicateAttributeException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.DuplicateAttributeException
Creates the DuplicateAttributeException
DuplicateClosureAttributeException - Exception in be.SIRAPRISE.typeimplementations
DuplicateClosureAttributeException
DuplicateClosureAttributeException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.DuplicateClosureAttributeException
Creates the DuplicateClosureAttributeException
DuplicateException - Exception in be.SIRAPRISE.util
DuplicateException
DuplicateException(Object) - Constructor for exception be.SIRAPRISE.util.DuplicateException
Creates the DuplicateException
DuplicateNameException - Exception in be.SIRAPRISE.util
An exception used by the BracketParser to signal duplicate names.
DuplicateNameException(String) - Constructor for exception be.SIRAPRISE.util.DuplicateNameException
Creates the exception, setting the name that was found to be duplicate as the exception message.

E

EMPTYRESOURCEDIRECTORIESCLEANUPRUNTIMEINTERVAL - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The EMPTYRESOURCEDIRECTORIESCLEANUPRUNTIMEINTERVAL property defines the time in milliseconds that must minimally lapse before a new empty resources directories cleanup thread can start, after one such thread has completed.
EMPTYRESOURCEDIRECTORIESCLEANUPRUNTIMEINTERVALDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("900000") for the EMPTYRESOURCEDIRECTORIESCLEANUPRUNTIMEINTERVAL property
encrypt(byte[]) - Method in class be.SIRAPRISE.util.JCECipher
 
encrypt(byte[]) - Method in class be.SIRAPRISE.util.ProprietaryOrJCECipher
Encrypts the given byte stream
encrypt(byte[]) - Method in class be.SIRAPRISE.util.SPE
 
end() - Method in class be.SIRAPRISE.client.DBMonitorConnection
Simply closes the connection.
end(boolean) - Method in class be.SIRAPRISE.client.DBTransaction
Ends the transaction, issuing either a commit or a rollback.
END - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
END_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
EndConnectionMessage - Class in be.SIRAPRISE.messages
 
EndConnectionMessageType - Class in be.SIRAPRISE.messages
The EndConnectionMessageType is the message type sent by clients to a SIRA_PRISE server when that client wishes to close down and discard a connection it has obtained to the server.
EndConnectionMessageTypeV1_0 - Class in be.SIRAPRISE.messages
This message has no fields.
ENDPOINTOF - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"ENDPOINTOF" is the operator for getting the ENDPOINT of an interval.
ENDPOINTOF_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
ENDS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"ENDS" is the Allen ENDS operator for intervals.
ENDS_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
ENDSWITH_NAME_NAME - Class in be.SIRAPRISE.typeimplementations
The ENDSWITH operator returns a truth-value indicating whether the first argument's ending sequence of tokens is identical to the second argument's complete sequence of tokens.
ENDSWITH_NAME_NAME() - Constructor for class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
 
ENDSWITH_STRING_STRING - Class in be.SIRAPRISE.typeimplementations
The ENDSWITH operator returns a truth value indicating whether or not the first argument's ending sequence of tokens is identical to the second argument's complete token sequence.
ENDSWITH_STRING_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
 
endTransaction(boolean) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
instead, use end() on the DBTransaction object obtained from startTransaction().
EndTransactionMessage - Class in be.SIRAPRISE.messages
 
EndTransactionMessageType - Class in be.SIRAPRISE.messages
The EndTransactionMessageType is the type of message to be sent to the server to end a started transaction, either committing it or else rolling it back.
EndTransactionMessageTypeV1_0 - Class in be.SIRAPRISE.messages
EndTransactionMessageTypeV1_0 is V1_0 of the EndTransactionMessageType.
EndTransactionMessageTypeV1_1 - Class in be.SIRAPRISE.messages
EndTransactionMessageTypeV1_1 is V1_1 of the EndTransactionMessageType.
ENGINESTATEDIRECTORY - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The ENGINESTATEDIRECTORY defines the disk location where the server engine keeps its resources relating to engine state.
EntityRefs - Class in be.SIRAPRISE.util
Class holding a utility method to replace the entity reference tokens with XML entity refs in XML output
ENTRYCOUNT - Static variable in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
entrySet() - Method in class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
 
entrySet() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
entrySet() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
ENTRYSIZE - Static variable in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
ENTRYTYPE - Static variable in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
ENTRYTYPEOPTION_CLUSTEREDREC - Static variable in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
ENTRYTYPEOPTION_HASHEDREC - Static variable in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
ENTRYTYPEOPYIONS - Static variable in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
EQ - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
EQ_BOOLEAN_BOOLEAN - Class in be.SIRAPRISE.typeimplementations
Boolean equality differs from all other scalar equality operators in that it also happens to be associative.
EQ_BOOLEAN_BOOLEAN() - Constructor for class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
Deprecated.
The public constructor is available only for use by the Externalizable machinery. The preferred way of obtaining an instance of this class is by invoking the getInstance method.
EQ_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
EQ_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The equality operator implementation for the nonscalar RELATION type
EQ_TUPLE_TUPLE - Class in be.SIRAPRISE.typeimplementations
The equality operator implementation for the nonscalar TUPLE type
equalBytes(ByteBuffer, ByteBuffer) - Static method in class be.SIRAPRISE.util.MyByteBuffer
Returns true if two byte buffers have equal limits, plus equal bytes in all buffer positions before the limit, regardless of the current position() in either buffer.
EqualKeyUnequalValuesException - Exception in be.SIRAPRISE.util
 
EqualKeyUnequalValuesException(Object, Object, Object) - Constructor for exception be.SIRAPRISE.util.EqualKeyUnequalValuesException
 
equals(Object) - Method in class be.SIRAPRISE.client.jsba.GetterMethodKey
 
equals(Object) - Method in class be.SIRAPRISE.client.SiraPriseServer
 
equals(Object) - Method in class be.SIRAPRISE.messages.DumpFileOption
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.FileNameIdentifier
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.Heading
Two headings are equal if and only if they represent the same attribute to type mappings
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.KeyDef
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
Tells whether or not this ScalarValueBuffer is equal to another object.
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.Tuple
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
Tells whether or not this TupleBuffer is equal to another object.
equals(Object) - Method in class be.SIRAPRISE.util.MyListSet
 
equals(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
equals(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyEntry
 
equals(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
equals(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
equals(Object) - Method in class be.SIRAPRISE.util.Version
 
equalsDumpFileOption(DumpFileOption) - Method in class be.SIRAPRISE.messages.DumpFileOption
checks whether this is the same DumpFileOption as the given one
equalsHeading(Heading) - Method in class be.SIRAPRISE.typeimplementations.Heading
Compares this heading for equality with an other one.
equalsKeyDef(KeyDef) - Method in class be.SIRAPRISE.typeimplementations.KeyDef
Checks if this KeyDef is equal to the given one.
equalsNameIdentifier(FileNameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.FileNameIdentifier
Tests if this FileNameIdentifier is equal to the given one.
equalsNameIdentifier(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
Checks if the given NameIdentier is equal to this one.
equalsNonScalarTypeDeclaration(NonScalarTypeDeclaration) - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Compares this NonScalarTypeDeclaration to another one for equality.
equalsRelationBuffer(RelationBuffer) - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
Compares this RelationBuffer with another one for equality.
equalsScalarTypeDeclaration(ScalarTypeDeclaration) - Method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
Checks whether this ScalarTypeDeclaration equals the one in obj.
equalsScalarValueBuffer(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
Tells whether or not this ScalarValueBuffer is equal to another ScalarValueBuffer.
equalsSet(Set<?>) - Method in class be.SIRAPRISE.util.MyListSet
Checks whether this set equals the given set.
equalsTuple(Tuple) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Checks if this tuple is equal to the given tuple.
equalsTupleBuffer(TupleBuffer) - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
Tells whether or not this TupleBuffer is equal to another TupleBuffer.
ERRORCODE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The storage space for indexes on ERRORCODE
ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ERRORCODE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ErrorMessageException - Exception in be.SIRAPRISE.messages
An ErrorMessageException is thrown to indicate that a received message is (presumably) not the expected type of message, but an error message instead.
ErrorMessageException(ServerErrorMessage) - Constructor for exception be.SIRAPRISE.messages.ErrorMessageException
Creates the exception, setting the server error message that caused this exception to be thrown.
ESCAPE_STRING - Class in be.SIRAPRISE.typeimplementations
ESCAPE returns the result of 'escaping' the given string argument according to the charactger escaping rules in SIRA_RPISE syntax.
ESCAPE_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
 
escapedValueText(String) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Deprecated.
escapedValueText(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Gets The attribute value for the named attribute, in escaped external format
EvaluationException - Exception in be.SIRAPRISE.util
EvaluationException
EvaluationException(Exception) - Constructor for exception be.SIRAPRISE.util.EvaluationException
Creates the EvaluationException
EvaluationException(String) - Constructor for exception be.SIRAPRISE.util.EvaluationException
Creates the EvaluationException
execCommand(ServerMonitorCommand, String, Signer, boolean) - Method in class be.SIRAPRISE.client.DBMonitorConnection
Sends a monitor command to the server and returns the result obtained.
execCommand(String, String, Signer, boolean) - Method in class be.SIRAPRISE.client.DBMonitorConnection
Sends a monitor command to the server and returns the result obtained.
execDmlCommand(String) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
Use the execDmlCommand() method from the DBTransaction instead
execDmlCommand(String) - Method in class be.SIRAPRISE.client.DBTransaction
Deprecated.
- replace with execServerCommand(ServerCommand.getCommandObjectFrom(cmd))
execDmlCommand(DBTransaction, DmlCommand) - Static method in class be.SIRAPRISE.client.jsba.DmlCommand
Sends a command to the server and returns the result obtained.
execDmlCommandAndEndTransaction(String) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
instead, use execDmlCommandAndEndTransaction() on the DBTransaction object obtained from startTransaction()
execDmlCommandAndEndTransaction(String) - Method in class be.SIRAPRISE.client.DBTransaction
Deprecated.
- replace with execServerCommand(ServerCommand.getCommandFrom(cmd))
execDmlCommandAndEndTransaction(DBTransaction, DmlCommand) - Static method in class be.SIRAPRISE.client.jsba.DmlCommand
Sends a command to the server and returns the result obtained.
execMultipleStatement(Collection<?>) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction()
execMultipleStatement(String[]) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction()
execMultipleStatementAndEndTransaction(Collection<?>) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction()
execMultipleStatementAndEndTransaction(String[]) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction()
execMultipleStatementAndEndTransaction(String[]) - Method in class be.SIRAPRISE.client.DBTransaction
Deprecated.
- replace with execServerCommandAndEndTransaction(new ServerMultipleAssignmentCommand(...))
execQueries(String[]) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
replace this method by the execQueries() method of the DBTransaction object obtained from startTransaction()
execQueries(String...) - Method in class be.SIRAPRISE.client.DBTransaction
Executes a series of inquire commands on the server.
execQueriesAndEndTransaction(String[]) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
replace this method by the execQueriesAndEndTransaction() method of the DBTransaction object obtained from startTransaction()
execQueriesAndEndTransaction(String...) - Method in class be.SIRAPRISE.client.DBTransaction
Executes a series of inquire commands on the server.
execQuery(String) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
replace this method by the execQuery() method of the DBTransaction object obtained from startTransaction()
execQuery(String) - Method in class be.SIRAPRISE.client.DBTransaction
Executes an inquire command on the server.
execQuery(String, List<String>) - Method in class be.SIRAPRISE.client.DBTransaction
Executes an inquire command on the server.
execQueryAndEndTransaction(String) - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
replace this method by the execQueryAndEndTransaction() method of the DBTransaction object obtained from startTransaction()
execQueryAndEndTransaction(String) - Method in class be.SIRAPRISE.client.DBTransaction
Executes an inquire command on the server.
execQueryAndEndTransaction(String, List<String>) - Method in class be.SIRAPRISE.client.DBTransaction
Executes an inquire command on the server.
execServerCommand(ServerCommand) - Method in class be.SIRAPRISE.client.DBTransaction
Sends a command to the server and returns the result obtained.
execServerCommandAndEndTransaction(ServerCommand) - Method in class be.SIRAPRISE.client.DBTransaction
Sends a command to the server and returns the result obtained.
ExecuteAssignmentMessage - Class in be.SIRAPRISE.messages
 
ExecuteAssignmentMessageType - Class in be.SIRAPRISE.messages
The ExecuteAssignmentMessageType is the message type sent by a client to a server when that client wants to execute some Assignment on the server
ExecuteAssignmentMessageTypeV1_0 - Class in be.SIRAPRISE.messages
ExecuteAssignmentMessageTypeV1_0 is V1_0 of the ExecuteAssignmentMessageType.
ExecuteCompiledMonitorCommandMessage - Class in be.SIRAPRISE.messages
 
ExecuteCompiledMonitorCommandMessageType - Class in be.SIRAPRISE.messages
The ExecuteCompiledMonitorCommandMessageType is the type of message sent by a monitor client that wants to execute an already 'compiled' monitor command (i.e.
ExecuteDMLMessage - Class in be.SIRAPRISE.messages
 
ExecuteDMLMessageType - Class in be.SIRAPRISE.messages
The ExecuteDMLMessageType is the message type sent by a client to a server when that client wants to execute some DML on the server
ExecuteDMLMessageTypesV14 - Interface in be.SIRAPRISE.messages
Interface implemented by all the ExecuteDMLMessageType classes applying as of V1.4
ExecuteDMLMessageTypeV1_0 - Class in be.SIRAPRISE.messages
ExecuteDMLMessageTypeV1_0 is V1_0 of the ExecuteDMLMessageType.
ExecuteMonitorCommandMessage - Class in be.SIRAPRISE.messages
 
ExecuteMonitorCommandMessageType - Class in be.SIRAPRISE.messages
The ExecuteMonitorCommandMessageType is the type of message sent by a monitor client that wants to execute a monitor command on a SIRA_PRISE server.
ExecuteMonitorCommandMessageTypeV1_0 - Class in be.SIRAPRISE.messages
ExecuteMonitorCommandMessageTypeV1_0 is V1_0 of the ExecuteMonitorCommandMessageType.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
executeOperator(LinkedList<ValueBuffer>, Luw) - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.server.IsSubTypeOperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ABS_BIGINT
The operator returns the absolute value of its argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ABS_FLOAT
The operator returns the absolute value of the argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ABS_INT
The operator returns the absolute value of its argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ABS_LONG
The operator returns the absolute value of the argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
The operator returns the absolute value of its argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
The operator returns the ANGLE value (in the range 0-PI) such that the argument is the cosine of this angle
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
Returns the ANGLE value (in the range -PI/2 - PI/2) to which the argument is the cosecant.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
The operator returns the ANGLE value (in the range -PI/2 - PI/2) to which the argument is the cotangent
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
The operator returns the ANGLE value (in the range 0-PI) to which the argument is the secant.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
The operator returns the ANGLE value (in the range -PI/2 - PI/2) to which the argument is the sine.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
The operator returns the ANGLE value (in the range -PI/2 - PI/2) to which the argument is the tangent.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
The operator returns true if the first argument starts with all the characters of the second argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
The operator returns true if the first argument starts with all the characters of the second argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
MAX returns the highest of the two values given
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
MIN returns the lowest of the two values given
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
CEIL returns the smallest integer that is higher than or equal to the first argument and an exact multiple of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
CEIL returns the smallest integer that is higher than or equal to the first argument and an exact multiple of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
CEIL returns the smallest integer that is higher than or equal to the first argument and an exact multiple of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
CHOOSE returns the 2nd or 3d argument, depending on the truth value of the first
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
CONCAT returns the result of appending the second STRING argument to the first.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
CONTAINS returns true iff the first relation argument contains all the tuples of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
CONTAINSRUSING returns true iff the first relation argument contains all the tuples of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
CONTAINST returns true iff the first relation argument contains the tuple that is the second argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
CONTAINSTUSING returns true iff the first relation argument contains the tuple that is the second, with the applicable USING<> attributes treated in 'USING' (i.e.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.COS_ANGLE
COS returns the cosine of its argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
COSEC returns the cosecant of the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
COTAN returns the cotangent of its argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
The DATESHIFT operator computes a date that is a given quantity of days, months, years away from a given date
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
DIV returns the result of dividing the first BIGINT argument by the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
FLOAT division returns the result of dividing the two arguments by one another.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DIV_INT_INT
DIV returns the result of dividing the first INT argument by the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
DIV returns the result of dividing the first LONG argument by the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
DIV returns the result of dividing the first SCALEDNUMBER argument by the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
ENDSWITH operator returns a truth-value indicating whether the first argument's ending sequence of tokens is identical to the second argument's complete sequence of tokens.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
ENDSWITH returns a truth value indicating whether or not the first argument's ending sequence of tokens is identical to the second argument's complete token sequence.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
ESCAPE returns the result of 'escaping' the given string argument according to the character escaping rules in SIRA_RPISE syntax.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT
EXP returns the value of e^x
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
EXP returns the value of a^b
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FIRSTDATE
FIRSTDATE returns the lowest supported DATE value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
FIRSTFLOAT returns the highest of the given two argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FIRSTINT
FIRSTINT returns the lowest supported INT value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
FIRSTLONG returns the lowest supported LONG value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
FIRSTTIMEOFDAY returns the lowest possible TIMEOFDAY value (00:00:00.000000000)
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
FLOOR returns the biggest integer that is smaller than or equal to the first argument and an exact multiple of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
FLOOR returns the biggest integer that is smaller than or equal to the first argument and an exact multiple of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
FLOOR returns the biggest integer that is smaller than or equal to the first argument and an exact multiple of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GROUP_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_INT_INT
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
GT returns true if the first operand compares higher than the second, and false otherwise
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
The AFTER operator returns TRUE if its first interval argument is entirely after the second interval argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
The BEFORE operator returns TRUE if its first interval argument is entirely before the second interval argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
The BEGINS operator returns TRUE if both interval arguments have an equal begin point, and the end point of the former is not after that of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
The CONTAINS operator returns TRUE iff the points set of the second argument (possibly empty) is a subset, not necessarily proper, of the first argument's points set.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
The CONTAINSPOINT operator returns true if the second argument is within the bounds of the interval value in the first argument truth table Cases (meaning) CONTAINSPOINT operator outcome First argument is o (the empty interval) b1 == e1 FALSE point is before begin bound p < b1 FALSE point is at or after end bound p >= e1 FALSE point is at or after begin bound, and strictly before end bound p >= b1 && p < e1 TRUE
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
ENDPOINTOF returns the value of the END() component of the interval value, unless the interval value is empty, or the interval value stretches to positive infinity (has no END component), in both which cases a exception is thrown
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
The ENDS operator returns TRUE if both interval arguments have an equal end point, and the begin point of the former is not before that of the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
GAPBETWEEN returns an interval consisting of all the point values that appear in SPAN(i1,i2), but neither in i1 nor in i2 themselves.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
ISEMPTYINTERVAL returns TRUE iff the argument denotes an emtpy interval value, i.e.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
ISINFINITE returns true iff the interval value has no END() component, i.e.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
ISLOWERBOUNDED returns true iff the interval value has a BEGIN() component, i.e.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
ISUPPERBOUNDED returns true iff the interval value has an END() component, i.e.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
The MEETS operator returns TRUE if one interval argument's end point is equal to the other's begin point.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
The MERGES operator returns TRUE if the two interval arguments can be IUNIONed.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
IMINUS returns the interval that consists of all the point values that are in the first argument, but not in the second.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
The OVERLAPS operator returns TRUE iff the two interval arguments have at least one point in common (the intersection of their set of point values is nonempty).
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
The SPLITBY operator returns TRUE iff the second interval argument is nonempty, is contained within the first interval, and neither starts nor ends at the same point as the first interval.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
The SPLITS operator returns TRUE iff the first interval argument is nonempty, is contained within the second interval, and neither starts nor ends at the same point as the second interval.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
STARTPOINTOF returns the value of the BEGIN() component of the interval value, unless the interval value is empty, or the interval value starts at negative infinity, in both which cases a exception is thrown
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
Interval UNION returns an interval value that contains all the points that are contained in either of the two interval parameter values.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
The WITHIN operator returns TRUE iff the points set of the first argument (possibly empty) is a subset, not necessarily proper, of the second argument's points set.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
The operator returns the highest supported DATE value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LASTFLOAT
LASTFLOAT returns the lowest of the two given argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LASTINT
LASTINT returns the highest supported INT value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
LASTLONG returns the highest supported LONG value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
LASTTIMEOFDAY returns the highest possible TIMEOFDAY value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_BITS
LENGTH returns the length of the interval value in the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
LENGTH returns the length of the interval value in the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
LENGTH returns the length of the interval value in the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
LENGTH returns the length of the interval value in the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_NAME
LENGTH returns the length of the NAME value in the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
LENGTH returns the number of tuples in the RELATION argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_STRING
LENGTH returns the length of the STRING value in the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LN_FLOAT
LN returns the natural logarithm of the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
LOWERCASE() returns the argument, converted to lowercase
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.LUID
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
MATCHES(s,p) returns true if the string s matches the regular expression p
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
MOD(a,b) returns the number c such that a = (a / b) + c.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MOD_INT_INT
MOD(a,b) returns the number c such that a = (a / b) + c.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
MOD(a,b) returns the number c such that a = (a / b) + c.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
MULT returns the arithmetic product of its two argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
MULT returns the arithmetic product of its argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
MULT returns the arithmetic product of its two argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
MULT returns the arithmetic product of its two argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
MULT returns the arithmetic product of its two argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
The NEXTDATE(DATE) operator returns the DATE value that is one day after the argument value.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.NEXTINT_INT
The NEXTINT(INT) operator returns the INT value that is one higher than the argument value.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
The NEXTLONG(LONG) operator returns the LONG value that is one higher than the argument value.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
NOT returns true if the argument is false and false if the argument is true
executeOperator(LinkedList<ValueBuffer>) - Method in interface be.SIRAPRISE.typeimplementations.OperatorImplementation_V0104
Performs the actual logic of the operator.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PI
The operator returns the FLOAT constant 3.1415926535...
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
The average addition operator returns the AVERAGE value (VALUE((c1 * b1) + (c2 * b2) / (c1 + c2)))COUNT(c1 + c2))
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
The PLUS(BIGINT,BIGINT) operator returns the BIGINT value that is the sum of the two arguments.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
PLUS returns the result obtained by adding both operands together
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
PLUS returns the sum of the two given arguments.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
The PLUS(INT,INT) operator returns the INT value that is the sum of the two arguments.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
The PLUS(LONG,LONG) operator returns the LONG value that is the sum of the two arguments.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
The PLUS(SCALEDNUMBER,SCALEDNUMBER) operator returns the SCALEDNUMBER value that is the sum of the two arguments.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
PLUS returns the sum of the two given TIMEOFDAY values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
The PRIORDATE(DATE) operator returns the DATE value that is one day before the argument value.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PRIORINT_INT
The PRIORINT operator returns the INT value that is one less than the given argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
The PRIORLONG operator returns the LONG value that is one less than the given argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
The float rounding operator returns the FLOAT value that is an exact multiple of the second argument (the rounding unit), and for which the absolute value of the difference with the first argument (the number to be rounded) is minimal.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
ROUND truncates the scaled number given as the first argument, to the power-of-10 scale given by the second argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SEC_ANGLE
SECANT returns the secant, i.e.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SIN_ANGLE
SIN returns the sine of the angle value passed as the argument
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
SQRT returns the square root of the given FLOAT value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
SUB returns the difference between the first argument (the minuend) and the second (the subrahend)
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
SUB returns the difference between the first argument (the minuend) and the second (the subrahend)
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SUB_INT_INT
SUB returns the difference between the first argument (the minuend) and the second (the subrahend)
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
SUB returns the difference between the first argument (the minuend) and the second (the subrahend)
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
SUB returns the difference between the first argument (the minuend) and the second (the subrahend)
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
SUB returns the difference between two TIMEOFDAY values as another TIMEOFDAY value.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
SUBSTR(s,i) returns the string that appears in s starting at position i.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
SUBSTR(s,i,j) returns the string that appears in s starting at position i, and ends at the position immediately before j.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TAN_ANGLE
TAN returns the tangent of the given ANGLE value
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
The operator returns the INT value that represents the same number as the given FLOAT argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
The operator returns the LONG value that represents the same number as the given FLOAT argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOINT_LONG
The operator returns the LONG value that represents the same number as the given INT argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOLONG_INT
The operator returns the LONG value that represents the same number as the given INT argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
TRUNC truncates the scaled number given as the first argument, to the power-of-10 scale given by the second argument.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
UNESCAPE returns the result of 'unescaping' the given string argument according to the charactger escaping rules in SIRA_RPISE syntax.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
UPPERCASE() returns the input argument, converted to uppercase.
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
 
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
ExecuteQueryMessage - Class in be.SIRAPRISE.messages
 
ExecuteQueryMessageType - Class in be.SIRAPRISE.messages
The ExecuteQueryMessageType is the message type sent by a client to a server when that client wants to execute some Query on the server
ExecuteQueryMessageTypeV1_0 - Class in be.SIRAPRISE.messages
ExecuteQueryMessageTypeV1_0 is V1_0 of the ExecuteQueryMessageType.
EXP_FLOAT - Class in be.SIRAPRISE.typeimplementations
The EXP operator returns the value of e^x
EXP_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.EXP_FLOAT
 
EXP_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
EXP takes two FLOAT values, a and b, and returns a^b
EXP_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
 
EXPIRESAT - Static variable in class be.SIRAPRISE.server.RequestLicense_SW
 
EXPRESSION - Static variable in interface be.SIRAPRISE.webclient.PRESENTATIONFIELDNAMES
 
ExpressionInfo - Class in be.SIRAPRISE.client.jsba
A read-only class to represent the results of an invocation of __EXPRESSIONINFO
ExpressionInfo() - Constructor for class be.SIRAPRISE.client.jsba.ExpressionInfo
 
extend(Map<NameIdentifier, String>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the extend of this relation, according to the specs provided in extendExpressions.
extend(Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.client.RelationProxy
 
EXTEND - Class in be.SIRAPRISE.typeimplementations
 
EXTEND() - Constructor for class be.SIRAPRISE.typeimplementations.EXTEND
 
EXTEND - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"EXTEND" is the EXTEND operator of the relational algebra defined in TTM.
extend(Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
EXTENDInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
EXTENDInvocationResultDetails
EXTENDInvocationResultDetails(Heading, String, Collection<? extends KeyDef>) - Constructor for class be.SIRAPRISE.typeimplementations.EXTENDInvocationResultDetails
Creates the EXTENDInvocationResultDetails
ExtendProxy - Class in be.SIRAPRISE.client
 
ExtendProxy(RelationProxy, Map<NameIdentifier, String>) - Constructor for class be.SIRAPRISE.client.ExtendProxy
 
EXTENTSCOUNT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for EXTENTSCOUNT
EXTENTSCOUNT - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
EXTENTSCOUNT_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ExtraneousTokensException - Exception in be.SIRAPRISE.typeimplementations
 
ExtraneousTokensException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.ExtraneousTokensException
 

F

falseValue - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Value representing 'false'
FILE - Static variable in class be.SIRAPRISE.client.ProcessScriptProperties
The name of the property used to indicate the name of the script file to be processed
FILENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
FILENAME - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
FILENAME - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type FILENAME is a case-insensitive text type specifically destined to deal with filenames (thus mostly for internal use by SIRA_PRISE).
FILENAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
FILENAME_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
FileNameIdentifier - Class in be.SIRAPRISE.typeimplementations
A FileNameIdentifier is a wrapper for textual file identifiers (i.e.
FileNameIdentifier(ValueBuffer) - Constructor for class be.SIRAPRISE.typeimplementations.FileNameIdentifier
Creates the FileNameIdentifier
FileNameIdentifier(String) - Constructor for class be.SIRAPRISE.typeimplementations.FileNameIdentifier
Creates the NameIdentifier
FILEPOOL - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
FilePoolMessage - Class in be.SIRAPRISE.messages
 
FilePoolMessageType - Class in be.SIRAPRISE.messages
The FilePoolMessageType is used for instructing the server monitor to return an overview of the file pool.
FilePoolMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The FilePoolMessageType is used for instructing the server monitor to return an overview of the file pool to the user.
FilePoolParams - Class in be.SIRAPRISE.messages
 
FilePoolParams() - Constructor for class be.SIRAPRISE.messages.FilePoolParams
 
fillIdentifiersMapFromEscaped(String, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Filles the given Map with the entries held in a String in the general format Name1(value1)Name2(value2)...
fillIdentifiersMapFromNonEscaped(String, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Filles the given Map with the entries held in a String in the general format Name1(value1)Name2(value2)...
fillIdentifiersMapWithMandatoryValuesFromEscaped(String, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Filles the given Map with the entries held in a String in the general format Name1(value1)Name2(value2)...
fillIdentifiersMapWithMandatoryValuesFromNonEscaped(String, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
Filles the given Map with the entries held in a String in the general format Name1(value1)Name2(value2)...
fillMapFromEscaped(String, Map<String, String>) - Static method in class be.SIRAPRISE.util.BracketParser
Filles the given Map with the entries held in a String in the general format Name1(value1)Name2(value2)...
fillMapFromNonEscaped(String, Map<String, String>) - Static method in class be.SIRAPRISE.util.BracketParser
Filles the given Map with the entries held in a String in the general format Name1(value1)Name2(value2)...
fillMapWithMandatoryValuesFromEscaped(String, Map<String, String>) - Static method in class be.SIRAPRISE.util.BracketParser
Filles the given Map with the entries held in a String in the general format Name1(value1)Name2(value2)...
fillMapWithMandatoryValuesFromNonEscaped(String, Map<String, String>) - Static method in class be.SIRAPRISE.util.BracketParser
Filles the given Map with the entries held in a String in the general format Name1(value1)Name2(value2)...
fillNonEmptyIdentifiersMapWithMandatoryValuesFromEscaped(String, Map<NameIdentifier, String>) - Static method in class be.SIRAPRISE.typeimplementations.NmBracketParser
 
fillNonEmptyMapWithMandatoryValuesFromEscaped(String, Map<String, String>) - Static method in class be.SIRAPRISE.util.BracketParser
 
fillNonEmptyMapWithMandatoryValuesFromNonEscaped(String, Map<String, String>) - Static method in class be.SIRAPRISE.util.BracketParser
 
findCorrespondingClosingBracket(String) - Static method in class be.SIRAPRISE.util.BracketParser
Find the position of the closing bracket that matches the opening bracket in position 0.
findTypeImplementationInCP(NameIdentifier, List<String>) - Static method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Attempts to load a TypeImplementation object for the given typeName from the JVM's classpath.
FIRST - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
FIRSTDATE - Class in be.SIRAPRISE.typeimplementations
The FIRSTDATE operator returns the lowest supported DATE value
FIRSTDATE() - Constructor for class be.SIRAPRISE.typeimplementations.FIRSTDATE
 
FIRSTFLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT FIRSTvalue operator.
FIRSTFLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
 
FIRSTINT - Class in be.SIRAPRISE.typeimplementations
The FIRSTINT operator returns the lowest supported INT value
FIRSTINT() - Constructor for class be.SIRAPRISE.typeimplementations.FIRSTINT
 
FIRSTLONG - Class in be.SIRAPRISE.typeimplementations
The FIRSTLONG operator returns the lowest supported LONG value
FIRSTLONG() - Constructor for class be.SIRAPRISE.typeimplementations.FIRSTLONG
 
FIRSTTIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
The TIMEOFDAY FIRSTvalue operator.
FIRSTTIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
 
FLOAT - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
FLOAT - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type FLOAT is a type corresponding to IEEE floating point.
FLOAT_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
FLOOR_BIGINT_BIGINT - Class in be.SIRAPRISE.typeimplementations
FLOOR returns the biggest integer that is smaller than or equal to the first argument and an exact multiple of the second.
FLOOR_BIGINT_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
 
FLOOR_INT_INT - Class in be.SIRAPRISE.typeimplementations
FLOOR returns the biggest integer that is smaller than or equal to the first argument and an exact multiple of the second.
FLOOR_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
 
FLOOR_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
FLOOR returns the biggest integer that is smaller than or equal to the first argument and an exact multiple of the second.
FLOOR_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
 
flush() - Method in class be.SIRAPRISE.util.MyCipherOutputStream
 
FORCEMETADATAWITHCONTENT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The FORCEMETADATAWITHCONTENT property defines whether or not, when forcing out data to the disk during a commit, the disk file's metadata are to be forced out as well.
FORCEMETADATAWITHCONTENTDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the FORCEMETADATAWITHCONTENT property
format(String) - Static method in class be.SIRAPRISE.util.MyConsole
Displays the given consoleMessage on the System console, unless the System console is null.
format(String, Object[]) - Static method in class be.SIRAPRISE.util.MyMessageFormat
formats a message by filling in a pattern with values taken from the given array of parameters.
format(String, Date, TimeZone) - Static method in class be.SIRAPRISE.util.MySimpleDateFormat
 
formatISO(Date) - Static method in class be.SIRAPRISE.util.ISODateFormat
Formats a date in ISO format, i.e.
formatISO(Date) - Static method in class be.SIRAPRISE.util.ISOTimeFormat
Formats a date value in ISO time format.
formatISO(Date) - Static method in class be.SIRAPRISE.util.ISOTimeStampFormat
Formats the input date in ISO format.
FREQUENCY - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
FREQUENCY_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
FROM - Static variable in class be.SIRAPRISE.client.ServerPrintJournalsCommand
The keyword for specifying the lower bound of the time window
FROM - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
FROM_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
fromEntityRefsToUnicodeString(String) - Method in class be.SIRAPRISE.util.HTMLEntityRefs
Processes the input string and replaces all appearances of entity references that are valid under the htmlVersion specified with their actual codepoint value.
fromHtml(String, Version) - Static method in class be.SIRAPRISE.util.EntityRefs
Processes the input string and replaces all appearances of entity references that are valid under the htmlVersion specified with their actual codepoint value.
fromStream1_0(Heading, DataInputStream) - Static method in class be.SIRAPRISE.typeimplementations.RelationBuffer
 
fromStream1_0(Heading, DataInputStream) - Static method in class be.SIRAPRISE.typeimplementations.TupleBuffer
Reads an encoded TupleBuffer from the given Stream
FROMTO - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
FromToPossrepImplementation - Class in be.SIRAPRISE.typeimplementations
A FromToPossrepImplementation is the possrep implementation object for any interval type that is defined over an ordered base type that satisfies all of the following conditions (in addition to just plain being ordered) : a niladic FIRST...() operator is defined for the base type (replace ...
fromXHtml(String, Version) - Static method in class be.SIRAPRISE.util.EntityRefs
Processes the input string and replaces all appearances of entity references that are valid under the htmlVersion specified with their actual codepoint value.
full - Static variable in class be.SIRAPRISE.messages.DumpFileOption
The option to specify a "full" dump

G

GAPBETWEEN - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"GAPBETWEEN" is the GAPBETWEEN operator for intervals.
GAPBETWEEN_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
GAPCOMPRESSIONRUNTIMEINTERVAL - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The GAPCOMPRESSIONRUNTIMEINTERVAL property defines the time in milliseconds between two consecutive runs of the system task that compresses pages whose gap count has exceeded the gap compression threshold of the storage space that contains them.
GAPCOMPRESSIONRUNTIMEINTERVALDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the GAPCOMPRESSIONRUNTIMEINTERVAL property
GAPCOMPRESSIONTHRESHOLD - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
GAPCOMPRESSIONTHRESHOLD_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
GAPCOUNT - Static variable in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
GE - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
GE_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
GENERATEDOPERATOR - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The GENERATEDOPERATOR relvar lists all the automatically generated operators that are available in the types&operators subsystem.
Heading : OPERATORINVOCATIONNAME(NAME) OPERANDSIGNATURE(RELATION ...
GENERATEDOPERATOR_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
generatePrivateAndPublicKey(ProprietaryOrJCECipherCallbackObject) - Method in class be.SIRAPRISE.util.JCECipher
 
generatePrivateAndPublicKey(ProprietaryOrJCECipherCallbackObject) - Method in class be.SIRAPRISE.util.ProprietaryOrJCECipher
Generates or obtains all the private stuff that the encryption protocol needs to do encryption/decryption.
generatePrivateAndPublicKey(ProprietaryOrJCECipherCallbackObject) - Method in class be.SIRAPRISE.util.SPE
 
get(String) - Static method in class be.SIRAPRISE.typeimplementations.NameIdentifier
 
get(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.NameIdentifier
 
get(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
get(int) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
get(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
getAlgorithm() - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Gets algorithm
getAlgorithm() - Method in class be.SIRAPRISE.util.JCECipher
 
getAlgorithm() - Method in class be.SIRAPRISE.util.ProprietaryOrJCECipher
Gets The algorithm name
getAlgorithm() - Method in class be.SIRAPRISE.util.SPE
 
getAlgorithm() - Method in class be.SIRAPRISE.util.SPEKey
 
getAllIntervalTypedAttributeNameIdentifiers() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the set of names of attributes in this heading that are interval-typed.
getAllIntervalTypedAttributeNameIdentifiersList() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the in-lexicographical-order list of names of attributes in this heading that are interval-typed.
getAllIntervalTypedAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
- replace with the method that returns a set of NameIdentifiers
getAllIntervalTypedAttributeNamesList() - Method in class be.SIRAPRISE.typeimplementations.Heading
getAllNonIntervalTypedAttributeNameIdentifiers() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the set of names of attributes in this heading that are not interval-typed.
getAllNonIntervalTypedAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.Heading
getAlternativeSignatureNames() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The set of alternative signing protocols that the server engine supports (e.g.
getAngleValuebuffer(int, int, double) - Static method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
Gets A ValueBuffer holding the given value
getAngleValueBuffer(double) - Static method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
Gets a ValueBuffer holding the angle value represented by the argument
getArgTypeNames() - Method in class be.SIRAPRISE.messages.GetOperatorImplementationParams
Gets the parameters signature of the operator to be retrieved
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.server.IsSubTypeOperatorImplementation
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ABS_BIGINT
The operator takes a single argument of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ABS_FLOAT
The single argument's type is FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ABS_INT
The operator takes a single argument of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ABS_LONG
The argument is of type LONG.
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
The operator takes a single argument of type SCALEDNUMBER
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
ACOS takes an argument of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
The single argument is of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
The argument is of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
The argument is of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
The argument is of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
The argument type is FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
The operator takes two arguments, both of type NAME
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
The operator takes two arguments, both of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
MAX takes two arguments, both of the same type, i.e.
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
MIN takes two arguments, both of the same type, i.e.
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
The operator takes two arguments, both of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
The operator takes two arguments, both of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
CEIL takes two arguments, both of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
CHOOSE takes three arguments, the first of type BOOLEAN, the other two of the same type, which is also the return type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
CONCAT takes two arguments, both of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
CONTAINSR takes two operands of type RELATION, with the heading of the first constituting a nonscalar supertype of that of the second.
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
CONTAINSRUSING takes two operands of type RELATION
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
CONTAINS takes two operands, the first of type RELATION, the second of type TUPLE, with the heading of the first constituting a nonscalar supertype of that of the second.
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
CONTAINSTUSING takes two operands, one of type RELATION and another of type TUPLE.
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.COS_ANGLE
COS takes an argument of type ANGLE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
COSEC takes an argument of type ANGLE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
COTAN takes an argument of type ANGLE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
DATESHIFT takes a DATE argument plus three INT arguments.
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
The operator takes two arguments, each of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
The operator takes two arguments, both of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.DIV_INT_INT
The operator takes two arguments, each of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
The operator takes two arguments, each of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
The operator takes two arguments, each of type SCALEDNUMBER
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
ENDSWITH takes two arguments, both of type NAME
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
ENDSWITH takes two arguments, both of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
ESCAPE takes one argument of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT
The operator takes a single argument of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
The operator takes two arguments, both of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.FIRSTDATE
The operator takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
FIRSTFLOAT takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.FIRSTINT
The operator takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
The operator takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
FIRSTTIMEOFDAY takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
FLOOR takes two arguments, both of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
FLOOR takes two arguments, both of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
FLOOR takes two operands, both of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GROUP_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
The ANGLE ordering operator takes two operands, both of type ANGLE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
The BIGINT ordering operator takes two operands, both of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
The DATE ordering operator takes two operands, both of type DATE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
The DECIMAL ordering operator takes two operands, both of type DECIMAL
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
The FLOAT ordering operator takes two operands, both of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
The FOO ordering operator takes two operands, both of type FOO
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_INT_INT
The INT ordering operator takes two operands, both of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
The LONG ordering operator takes two operands, both of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
The SCALEDNUMBER ordering operator takes two operands, both of type SCALEDNUMBER
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
The TIMEOFDAY ordering operator takes two operands, both of type TIMEOFDAY
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
AFTER takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
BEFORE takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
BEGINS takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
CONTAINS takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
CONTAINSPOINT takes two arguments, the first of some interval type, and the second of the base type underlying that interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
ENDPOINTOF takes a single argument of some interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
ENDS takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
GAPBETWEEN takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
An interval intersect operator takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
ISEMPTYINTERVAL takes a single argument of some interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
The interval ISINFINITE takes a single argument of some interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
The interval ISLOWERBOUNDED takes a single argument of some interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
The interval ISINFINITE takes a single argument of some interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
MEETS takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
MERGES takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
IMINUS takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
OVERLAPS takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
The interval SPAN operator takes two arguments, both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
SPLITBY takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
SPLITS takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
STARTPOINTOF takes a single argument of some interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
Interval UNION takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
WITHIN takes two arguments that are both of the same interval type
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
The operator takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LASTFLOAT
LASTFLOAT takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LASTINT
LASTINT takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
LASTLONG takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
LASTTIMEOFDAY takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_BITS
LENGTH takes a single operand of type INTINTERVAL
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
LENGTH takes a single operand of type INTINTERVAL
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
LENGTH takes a single operand of type INTINTERVAL
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
LENGTH takes a single operand of type LONGINTERVAL
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_NAME
LENGTH takes a single operand of type NAME
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
LENGTH takes a single operand of type RELATION
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_STRING
LENGTH takes a single operand of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LN_FLOAT
LN takes a single operand of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
LOWERCASE() takes a single argument of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LUID
LUID invocations take no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
MATCHES takes two arguments, both of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
MOD() takes two arguments, both of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MOD_INT_INT
MOD() takes two arguments, both of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
MOD() takes two arguments, both of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
MULT takes two arguments, both of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
MULT takes two arguments, each of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
MULT takes two arguments, both of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
MULT takes two arguments, each of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
MULT takes two arguments, both of type SCALEDNUMBER
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
NEXTDATE() takes a single argument of type DATE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.NEXTINT_INT
NEXTINT() takes a single argument of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
NEXTLONG() takes a single argument of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
The argument is of type BOOLEAN
getArgumentTypeNames() - Method in interface be.SIRAPRISE.typeimplementations.OperatorImplementation_V0104
Gets the list of names of types of the needed argument values
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PI
The operator takes no arguments
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
PLUS takes two arguments, both of type AVERAGE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
PLUS takes two arguments, each of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
DECIMAL addition takes two operands, both of type DECIMAL
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
PLUS takes two arguments, each of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
PLUS takes two arguments, each of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
PLUS takes two arguments, each of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
PLUS takes two arguments, each of type SCALEDNUMBER
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
PLUS takes two arguments, each of type TIMEOFDAY
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
PRIORDATE takes a single argument of type DATE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PRIORINT_INT
PRIORINT takes a single argument of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
PRIORLONG takes a single argument of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
ROUND takes two arguments, each of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
ROUND takes two arguments, one of type SCALEDNUMBER and another of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SEC_ANGLE
SECANT takes a single argument of type ANGLE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SIN_ANGLE
SIN takes a single argument of type ANGLE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
SQRT takes a single argument of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
SUB takes two arguments, both of type BIGINT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
SUB takes two arguments, both of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SUB_INT_INT
SUB takes two arguments, both of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
SUB takes two arguments, both of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
SUB takes two arguments, both of type SCALEDNUMBER
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
SUB takes two arguments, both of type TIMEOFDAY
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
SUBSTR takes an argument of type STRING plus one of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
SUBSTR takes an argument of type STRING plus two arguments of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TAN_ANGLE
TAN takes a single argument of type ANGLE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
The operator takes a single argument of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
The operator takes a single argument of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOINT_LONG
The operator takes a single argument of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOLONG_INT
The operator takes a single argument of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
TRUNC takes two arguments, one of type SCALEDNUMBER and another of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
ESCAPE takes one argument of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
The operator takes a single argument of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
The relation XMINUSUSING operator takes two arguments, both of a relation type.
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getAssignmentExecutedMessage() - Method in class be.SIRAPRISE.messages.DmlExecutedMessageType
Factory method for getting the ServerMessage of the appropriate DmlExecuted type for signaling the succesful execution of an assignment
getAssignmentExecutedMessage() - Method in class be.SIRAPRISE.messages.DmlExecutedMessageTypeV1_0
 
getAssignmentType() - Method in class be.SIRAPRISE.messages.ServerCommandDataWrapper
Gets the assignment type
getAttribute1() - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Gets some attribute of this class
getAttribute1() - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Gets some attribute of this class
getAttribute2() - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Gets some other attribute of this class
getAttribute2() - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Gets some other attribute of this class
getAttributeIdentifiersMapping() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets The mapping defining the attributes that are part of the Heading and their corresponding types
getAttributeIdentifierValueMap() - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
Gets The tuple that this valueBuffer wraps around
getAttributeIntervalOperatorImplementationsMap(Heading, List<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.IntervalMapsForHeading
Gets a useful map, mapping the attribute names for the interval-typed attributes in the heading to a map of operator implementations that apply to the attributes of that name.
getAttributeIntervalTypeImplementationsMap(Heading, List<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.IntervalMapsForHeading
Gets a useful map, mapping the attribute names for the interval-typed attributes in the heading to a map of operator implementations that apply to the attributes of that name.
getAttributeIntervalTypeImplementationsMap(MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>) - Static method in class be.SIRAPRISE.typeimplementations.IntervalMapsForHeading
Gets a useful map, mapping the attribute names for the interval-typed attributes in the heading to a map of operator implementations that apply to the attributes of that name.
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.Attribute
Gets The attribute name
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Gets attributeName
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Gets expression
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
Gets attributeName
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Gets The [name of the] new attribute
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
Gets The attribute name
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Gets attributeName
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Gets attributeName
getAttributeNameIdentifiers() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets The set of attribute names
getAttributeNameIdentifiers() - Method in class be.SIRAPRISE.typeimplementations.KeyDef
Gets The names of the attributes that make up the key.
getAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
- replace with the method that returns NameIdentifier sets
getAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.KeyDef
Deprecated.
getAttributesMapping() - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
getAttributeValueMap() - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
getAverageValueBuffer(int, double) - Static method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
Gets A ValueBuffer holding the given value
getAverageValueBufferWithoutException(int, double) - Static method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
Gets A ValueBuffer holding the given value
getBaseTypeImplementation() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Gets baseTypeImplementation
getBaseTypeName() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Gets The base type's name
getBaseTypeOrderingOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Gets baseTypeOrderingOperatorImplementation
getBigInteger(String) - Static method in class be.SIRAPRISE.util.MyBigInteger
Gets a BigInteger from a radix 64 representation created by toString()
getBigUTFString(DataInput) - Static method in class be.SIRAPRISE.util.MyDataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
getByName(String) - Static method in class be.SIRAPRISE.messages.DumpFileOption
Gets the option object corresponding to the given option name
getByteBuffer() - Method in class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
Gets a read-only bytebuffer holding an encoding of the value
getByteBuffer() - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
 
getByteBuffer() - Method in class be.SIRAPRISE.typeimplementations.TupleCollectionBuffer
 
getByteBuffer() - Method in class be.SIRAPRISE.typeimplementations.ValueBuffer
Gets a read-only bytebuffer holding an encoding of the value
getBytes(ByteBuffer) - Static method in class be.SIRAPRISE.util.MyByteBuffer
Gets the full contents of a byteBuffer (= its bytes from position zero to limit() ) as a byte array.
getByType(int) - Static method in class be.SIRAPRISE.messages.DumpFileOption
Gets the option object corresponding to the given internal option value
getCardinality() - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
Gets cardinality
getCertificate(Class<?>) - Static method in class be.SIRAPRISE.util.MyCertificate
Gets a Certificate object of the default certificate type.
getCertificate(Class<?>, String) - Static method in class be.SIRAPRISE.util.MyCertificate
Gets a Certificate object of the given certificate type.
getCertificateBytes() - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Gets clientID
getCertificateInputStream(Class<?>) - Static method in class be.SIRAPRISE.util.MyCertificate
Gets an InputStream for reading a resource corresponding to the given class.
getChallenge() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The 'challenge' to the client who wants to establish a connection and will be taken to task to authenticate himself, using this challenge
getChanges() - Method in class be.SIRAPRISE.client.ServerUpdateCommand
Gets The textual representation of the RA formula defining how to compute the replacing tuples.
getChanges() - Method in class be.SIRAPRISE.messages.ServerCommandDataWrapper
Gets the changes text
getCipherInfo() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets the CIPHERINFO field contents
getCipherInfoCipherName() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets cipherInfoEncrypted
getCipherName() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The name of the encryption/decryption protocol to be used on the connection
getClientCipherNames() - Method in class be.SIRAPRISE.messages.ClientHelloMessage
Gets The set of encryption protocols that the client is willing and able to use
getClientID() - Method in class be.SIRAPRISE.client.jsba.Client
Gets clientID
getClientID() - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Gets clientID
getClientID() - Method in class be.SIRAPRISE.messages.ClientAuthenticationMessage
Gets The Identification that the client will give of itself
getClientID() - Method in class be.SIRAPRISE.messages.ClientHelloMessage
Gets The ID string by which the client is known to the server
getClientResponseText() - Method in class be.SIRAPRISE.messages.ServerErrorMessage
Gets The response text to be shown to the client/user
getClientSignatureNames() - Method in class be.SIRAPRISE.messages.ClientHelloMessage
Gets the set of signature protocols that the client is willing and able to use
getClientSiraPriseVersion() - Method in class be.SIRAPRISE.messages.ClientHelloMessage
Gets The Version that the client declares to be able to handle
getClosureRightAttributes() - Method in class be.SIRAPRISE.typeimplementations.TCLOSEInvocationResultDetails
Gets closureRightAttributes
getCmdDataWrappers() - Method in class be.SIRAPRISE.client.ServerAddCommand
 
getCmdDataWrappers() - Method in class be.SIRAPRISE.client.ServerAssertCommand
 
getCmdDataWrappers() - Method in class be.SIRAPRISE.client.ServerAssignmentCommand
Gets The commands represented in CommandDataWrappers
getCmdDataWrappers() - Method in class be.SIRAPRISE.client.ServerDeleteCommand
 
getCmdDataWrappers() - Method in class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
 
getCmdDataWrappers() - Method in class be.SIRAPRISE.client.ServerUnassertCommand
 
getCmdDataWrappers() - Method in class be.SIRAPRISE.client.ServerUpdateCommand
 
getCommand() - Method in class be.SIRAPRISE.client.jsba.DmlAddCommand
 
getCommand() - Method in class be.SIRAPRISE.client.jsba.DmlAssertCommand
 
getCommand() - Method in class be.SIRAPRISE.client.jsba.DmlCommand
Gets the command text
getCommand() - Method in class be.SIRAPRISE.client.jsba.DmlDeleteCommand
 
getCommand() - Method in class be.SIRAPRISE.client.jsba.DmlMultipleAssignmentCommand
 
getCommand() - Method in class be.SIRAPRISE.client.jsba.DmlUnassertCommand
 
getCommand() - Method in class be.SIRAPRISE.client.jsba.DmlUpdateCommand
 
getCommandLineParameters(String[], String, Properties) - Static method in class be.SIRAPRISE.util.MyCommandLineParameters
Gets a Properties object representing the contents of the command line parameters, with the defaults for the specifyable options held in the given defaultProperties.
getCommandObjectFor(String, String) - Static method in class be.SIRAPRISE.client.ServerCommand
Factory method for obtaining command objects, given a command name and the corresponding command options in texutal format
getCommandObjectFor(String, String) - Static method in class be.SIRAPRISE.client.ServerMonitorCommand
Factory method for obtaining command objects, given a command name and the corresponding command options in texutal format
getCommandObjectFrom(String) - Static method in class be.SIRAPRISE.client.ServerCommand
Factory method for obtaining command objects, given a fulltext command such as "ASSERT R,R(...)" or "CMD(...)CMD(...)"
getCommandObjectFrom(String) - Static method in class be.SIRAPRISE.client.ServerMonitorCommand
Factory method for obtaining command objects, given a fulltext command such as "ASSERT R,R(...)" or "CMD(...)CMD(...)"
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerAddCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerAssertCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerBackupCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerCommand
Gets the full textual representation of the command's parameters
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerDBVerifyCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerDeleteCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerDumpDBCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerFilePoolCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerHotRestartCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerInquireCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerKillConnectionCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerLuwsCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerMemoryCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerMonitorCommand
Gets the full textual representation of the command's parameters
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerOperatorImplementationCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerPrintJournalsCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerRelvarPoolCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerShutDownCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerStatisticsCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerTypeImplementationCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerUnassertCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerUpdateCommand
 
getCommandsData() - Method in class be.SIRAPRISE.messages.ExecuteAssignmentMessage
Gets the data for the assignment Commands
getCommonNonScalarSubTypeDeclaration(NonScalarTypeDeclaration, NonScalarTypeDeclaration) - Static method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Gets the type declaration that is the declaration for the type that is the least specific subtype for both types given
getCommonNonScalarSuperTypeDeclaration(NonScalarTypeDeclaration, NonScalarTypeDeclaration) - Static method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Gets the type declaration that is the declaration for the type that is the most specific supertype for both types given
getCommonScalarSubTypeDeclaration(ScalarTypeDeclaration, ScalarTypeDeclaration) - Static method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
Gets a declaration object for the least specific common subtype between t1 and t2
getCommonScalarSuperTypeDeclaration(ScalarTypeDeclaration, ScalarTypeDeclaration) - Static method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
Gets A TypeDeclaration object for the type that is the most specific common supertype between the two types given
getCommonScalarSuperTypeImplementation(ConstrainedTypeImplementation, AbstractTypeImplementation_V0105) - Static method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the implementation object that implements the most specific supertype of the types of which the given implementation objects are the type implementation.
getCommonSubTypeDeclaration(TypeDeclaration, TypeDeclaration) - Static method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Gets the least specific common subtype between the two types given
getCommonSubTypesHHeading(Heading, Heading) - Static method in class be.SIRAPRISE.typeimplementations.Heading
Gets a heading that has the same attribute names as heading 1 and 2, but where each type declaration is the least specific subtype of the types of that attribute in headings 1 and 2, respectively.
getCommonSubTypesHHeading(Heading) - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets a heading that has the same attribute names as this heading h2, but where each type declaration is the least specific subtype of the types of that attribute in this heading and h2, respectively.
getCommonSuperTypeDeclaration(TypeDeclaration, TypeDeclaration) - Static method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Gets the most specific common supertype between the two types given
getCommonSuperTypesHeading(Heading, Heading) - Static method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
- replace with getCommonSuperTypesHHeading, which returns a Heading object instead of requiring the user to create one himself
getCommonSuperTypesHHeading(Heading, Heading) - Static method in class be.SIRAPRISE.typeimplementations.Heading
Gets a heading that has the same attribute names as heading 1 and 2, but where each type declaration is the most specific supertype of the types of that attribute in headings 1 and 2, respectively.
getCommonSuperTypesHHeading(Heading) - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets a heading that has the same attribute names as heading 1 and 2, but where each type declaration is the most specific supertype of the types of that attribute in headings 1 and 2, respectively.
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getComponentIdentifierTypeDeclarationsMap(PossRepImplementation) - Static method in class be.SIRAPRISE.typeimplementations.MyPossrepImplementation
Gets a map of component names to corresponding type declarations.
getComponentIdentifierTypeDeclarationsMap() - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation_V0105
Gets a map of component names to corresponding type declarations.
getComponentIdentifierTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getComponentName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Gets componentName
getComponentName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Gets componentName
getComponentName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Gets the ComponentName of the physical possrep that this formula is defined for
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getComponentNameMap() - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Deprecated.
- it is preferrable to upgrade implementations of this interface to PossRepImplementation_V0105 and use its PossRepImplementation_V0105.getComponentIdentifierTypeDeclarationsMap() method.
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getComponentTypeDeclarationsMap() - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Deprecated.
- it is preferrable to upgrade implementations of this interface to PossRepImplementation_V0105 and use its PossRepImplementation_V0105.getComponentIdentifierTypeDeclarationsMap() method.
getComponentTypeDeclarationsMap() - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getComponentTypeName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Gets componentTypeName
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
"Extracts" a possrep component value out of a value of the type
getComponentValue(String, ValueBuffer) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
"Extracts" a possrep component value out of a value of the type
getComponentValue(String, ValueBuffer, Heading) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation_V0105
"Extracts" a possrep component value out of a value of the type.
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getComponentValue(String, ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getComponentValues(ValueBuffer, Heading) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Gets all the possrep component values for a given value of the type this possrep is for
getComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getComponentValueSelectorExpression() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Gets componentValueSelectorExpression
getConnectionID() - Method in class be.SIRAPRISE.client.ServerKillConnectionCommand
Gets connectionID
getConnectionID() - Method in class be.SIRAPRISE.messages.KillConnectionMessage
Gets relvarName
getConnectionID() - Method in class be.SIRAPRISE.messages.KillConnectionParams
Gets The ID of the connection to kill
getConstraintExpressionText() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Gets The constraint expression
getConstraintExpressionText() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Gets expression
getConstraintExpressionText() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Gets constraintExpression
getConstraintExpressionText() - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Gets constraintExpression
getConstraintLabel() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Gets The constraint label
getConstraintLabel() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Gets label
getConstraintMessageText() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Gets The corresponding constraint message text, if any
getConstraintMessageText() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Gets messageText
getConstraintMessageText() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Gets messageText
getContainedAttributeName() - Method in class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
Gets The name of an attribute in the heading of the nonscalar attribute named by attributeName
getCorrespondingBaseTypeName(String) - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Gets the name of the interval type corresponding to a given typeName, if that type is ordered
getCorrespondingIntervalTypeName(String) - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Gets the name of the interval type corresponding to a given typeName, if that type is ordered
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerBackupCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerDBVerifyCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerDumpDBCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerFilePoolCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerHotRestartCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerKillConnectionCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerLuwsCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerMemoryCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerMonitorCommand
Gets the MessageTypeID of the corresponding message type to send to the server to get this (type of) command executed
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerOperatorImplementationCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerPrintJournalsCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerRelvarPoolCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerShutDownCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerStatisticsCommand
 
getCorrespondingMessageTypeID() - Method in class be.SIRAPRISE.client.ServerTypeImplementationCommand
 
getCryptoAlgorithmNameSet(String) - Static method in class be.SIRAPRISE.client.DBConnectionProperties
Gets a Set of supported crypto algorithm names out of a comma-separated list of such names.
getDatacAtionName() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets actionName
getDbcChecks() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets dbcChecks
getDDLCapture(boolean) - Static method in class be.SIRAPRISE.util.DDLCapture
Gets the DDLCapture object corresponding to the specified capturing mode (ON/OFF for true/false, repsectively)
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the possrep implementation that is to be considered the default for the type.
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
The default possrep is the INT possrep, consisting of a single component of type STRING
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.UserDefinedTypeImplementation
 
getDefaultTransactionAutoCommit() - Method in class be.SIRAPRISE.client.DBConnection
Gets The default autocommit setting for all transactions created on this connection
getDegree() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the degree of the Heading
getDeleteRelationExpressionText() - Method in class be.SIRAPRISE.client.ServerUpdateCommand
Gets The textual representation of the RA formula defining the relation to be deleted from the target
getDividendAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.DIVIDEBYPERInvocationResultDetails
Gets The set of attribute names in common between the dividend and the per relation
getDivisorAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.DIVIDEBYPERInvocationResultDetails
Gets The set of attribute names in common between the divisor and the per relation
getDmlCommand() - Method in class be.SIRAPRISE.messages.ExecuteDMLMessage
Gets the dml Command
getDmlExecutedMessage(RelationBuffer, Heading) - Method in class be.SIRAPRISE.messages.DmlExecutedMessageType
Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation holding the return values
getDmlExecutedMessage(RelationBuffer, Heading) - Method in class be.SIRAPRISE.messages.DmlExecutedMessageTypeV1_0
 
getDumpFileOption() - Method in class be.SIRAPRISE.client.ServerDumpDBCommand
Gets dumpFileOption
getDumpFileOption() - Method in class be.SIRAPRISE.messages.DumpDBMessage
Gets dumpFileOption
getDumpFileOption() - Method in class be.SIRAPRISE.messages.DumpDBParams
Gets The dump option to be used in the dump
getDuplicate() - Method in exception be.SIRAPRISE.util.DuplicateException
Gets duplicate
getEmptyIntervalValue(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Gets a ValueBuffer depicting an empty interval of the underlying type whose physical encoding size is given.
getEncoded() - Method in class be.SIRAPRISE.util.SPEKey
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the fixed encoding length, if the type employs fixed-length encoding, i.e.
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getEncodingLength() - Method in class be.SIRAPRISE.typeimplementations.UserDefinedTypeImplementation
 
getEntries() - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
getEntriesWithIdentifier() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the set of Map Entries of this Heading's attributeName-to-TypeDeclaration mapping
getEntryCount() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
Gets entryCount
getEntryCount() - Method in class be.SIRAPRISE.messages.SpaceCalcMessage
Gets entryCount
getEntryCount() - Method in class be.SIRAPRISE.messages.SpaceCalcParams
Gets The entry count
getEntrySize() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
Gets entrySize
getEntrySize() - Method in class be.SIRAPRISE.messages.SpaceCalcMessage
Gets entrySize
getEntrySize() - Method in class be.SIRAPRISE.messages.SpaceCalcParams
Gets The entry size
getEntryTypeText() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
Gets entryTypeText
getEntryTypeText() - Method in class be.SIRAPRISE.messages.SpaceCalcMessage
Gets entryTypeText
getEntryTypeText() - Method in class be.SIRAPRISE.messages.SpaceCalcParams
Gets The entry type
getEqualityOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.AbstractJavaBackedTypeImplementation_V0105
 
getEqualityOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the implementation object for the equality operator pertaining to this type.
getEqualityOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
getEqualityOperatorImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets The equality operator implementation object for the given typename
getErrorClass() - Method in class be.SIRAPRISE.messages.ConstraintViolatedErrorMessage
 
getErrorClass() - Method in class be.SIRAPRISE.messages.NonSiraPriseErrorMessage
 
getErrorClass() - Method in class be.SIRAPRISE.messages.ServerErrorMessage
Gets a description of the error class
getErrorClass() - Method in class be.SIRAPRISE.messages.SiraPriseErrorMessage
 
getErrorCode() - Method in exception be.SIRAPRISE.client.DBException
Gets the error number.
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Gets errorCode
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Gets errorCode
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Gets errorCode
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.Key
Gets errorCode
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
Gets errorCode
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Gets errorCode
getErrorNumber() - Method in class be.SIRAPRISE.messages.ServerErrorMessage
Gets The error number, whether a constraint number, a sira-prise runtime error, or a nil
getExpected() - Method in exception be.SIRAPRISE.typeimplementations.TypeMismatchException
Gets expected
getExpression() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets The file name
getExpressionText() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Gets The constraint expression
getExpressionText() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Gets expression
getExpressionText() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets expression
getExpressionText() - Method in class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
Gets expression
getExpressionText() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Gets expressionText
getExpressionText() - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Gets The expressionText
getExpressionText() - Method in class be.SIRAPRISE.client.ServerInquireCommand
Gets The target relvar Name
getExtentsCount() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
getExtentsCount() - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Gets The number of extents that the storage space can take
getExtentsCount() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets extentsCount
getExternalRepresentation(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
Gets the textual representation of a Long value
getFileName() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
Gets The file name
getFileName() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
Gets The file name
getFileName() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Gets The file name
getFileName() - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Gets The file name
getFileName() - Method in class be.SIRAPRISE.client.jsba.RecordType
Gets fileName
getFileName() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets The file name
getFileName() - Method in class be.SIRAPRISE.client.ServerDumpDBCommand
Gets fileName
getFileName() - Method in class be.SIRAPRISE.messages.DumpDBMessage
Gets relvarName
getFileName() - Method in class be.SIRAPRISE.messages.DumpDBParams
Gets The name of the file to be dumped
getFirst() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedList
Gets the first element of the list
getFirstOperatorOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.OrdinalOperatorImplementations
Gets The operator implementation for the FIRST...() operator of the concerned type
getFooValuebuffer(double, double) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
Gets A ValueBuffer holding the given value
getFormat() - Method in class be.SIRAPRISE.util.SPEKey
 
getFrequency() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Gets frequency
getFrom() - Method in class be.SIRAPRISE.client.ServerPrintJournalsCommand
Gets from
getFrom() - Method in class be.SIRAPRISE.messages.PrintJournalsMessage
Gets from
getFrom() - Method in class be.SIRAPRISE.messages.PrintJournalsParams
Gets The start date of the log period to be printed
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerAddCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerAssertCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerBackupCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerCommand
Gets the full textual representation of the command
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerDBVerifyCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerDeleteCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerDumpDBCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerFilePoolCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerHotRestartCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerInquireCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerKillConnectionCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerLuwsCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerMemoryCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerMonitorCommand
Gets the full textual representation of the command
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerOperatorImplementationCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerPrintJournalsCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerRelvarPoolCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerShutDownCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerStatisticsCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerTypeImplementationCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerUnassertCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerUpdateCommand
 
getFullImplementingClassName(NameIdentifier, List<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets the full implementing class name from the given signature
getFullImplementingClassName(NameIdentifier, NameIdentifier...) - Static method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets the full implementing class name from the given signature
getFullImplementingClassName(String, List<String>) - Static method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Deprecated.
- replace with the NameIdentifier version
getFullVersion() - Method in class be.SIRAPRISE.util.Version
Gets the full numeric indicator of the version value.
getFullyBoundedIntervalValue(ValueBuffer, ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getGapCompressionThreshold() - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Gets The gap compression threshold
getGapCount() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
Gets gapCount
getGapCount() - Method in class be.SIRAPRISE.messages.SpaceCalcMessage
Gets gapCount
getGapCount() - Method in class be.SIRAPRISE.messages.SpaceCalcParams
Gets The gap count
getGetterMethods(Class<?>, String) - Method in class be.SIRAPRISE.client.jsba.GetterMethodCache
Gets A map of getter methods that could be found in the given class for the given relvar name from the cache.
getGotten() - Method in exception be.SIRAPRISE.typeimplementations.TypeMismatchException
Gets gotten
getGroupAttributes() - Method in class be.SIRAPRISE.typeimplementations.GROUPInvocationResultDetails
Gets The mapping of names of RVA attributes in the result to the set of attributes those RVA's contain from the input expression
getGroupAttributesNI() - Method in class be.SIRAPRISE.typeimplementations.GROUPInvocationResultDetails
Gets groupAttributesNI
getGroupSpec(String) - Static method in class be.SIRAPRISE.typeimplementations.GROUP
Gets The group spec in the form of a mapping from NameIdentifiers to sets of them
getHeading() - Method in class be.SIRAPRISE.client.TupleContainer
Gets The heading for tuple container.
getHeading(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the heading object defining the nonscalar (relation/tuple) type of the named attribute, or null if the attribute is scalar
getHeading(String) - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
- replace with the method that takes a NameIdentifier as argument
getHeading() - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Gets the heading defining the concerned nonscalar type
getHeading() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperatorInvocationResultDetails
Gets The heading
getHeading() - Method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the heading that the Tuple conforms to
getHost() - Method in class be.SIRAPRISE.client.RelationProxy
Gets the host
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.AggregateProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.DivideByPerProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.ExtendProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.GroupProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.GTCloseProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.IntersectProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.IntersectUsingProxy
 
getHostExpressionEvaluationText() - Method in interface be.SIRAPRISE.client.IRelation
Gets The expression text for the expression to be evaluated by the host
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.JoinProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.JoinUsingProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.MinusProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.MinusUsingProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.PackProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.ProjectProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.RelationProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.RelvarProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.RenameProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.RestrictProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.SemiJoinProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.SemiJoinUsingProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.SemiMinusProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.SemiMinusUsingProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.SummarizebyProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.TCloseProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.TransformProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.UngroupProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.UnionProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.UnionUsingProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.client.UnpackProxy
 
getHostExpressionEvaluationText() - Method in class be.SIRAPRISE.typeimplementations.Relation
 
getHours(long) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets the hours portion of a long value holding a timeofday
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getIdentifierComponentValues(ValueBuffer, Heading) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation_V0105
Gets all the possrep component values for a given value of the type this possrep is for
getIdentifierComponentValues(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getIdentityElement() - Method in interface be.SIRAPRISE.typeimplementations.AggregationOperatorImplementation
Gets the identity element of the operator in its domain.
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
The identity value is the value returned by FIRSTxxx(), where xxx is the type of the arguments, if such a FIRSTxxx() operator is implemented.
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
The identity value is the value returned by LASTxxx(), where xxx is the type of the arguments, if such a LASTxxx() operator is implemented.
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
The identity element of any interval intersect operator exists only if the base type underlying the interval type to which the intersect operator is applied, has a FIRST...() operator.
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
The identity value is 1
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
The identity value is 1.0
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
The identity value is 1
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
The identity value is 1
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
The identity value is 1
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
The identity value is the AVERAGE value with COUNT 0 and VALUE 0.0
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
The identity value for PLUS is BIGINT(0)
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
The identity value for PLUS is 0
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
The identity value for PLUS is FLOAT(0.0)
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
The identity value for PLUS is INT(0)
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
The identity value for PLUS is LONG(0)
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
The identity value for PLUS is SCALEDNUMBER(0)
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
The identity value is 0:0:0.0
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
The identity value for XMINUSUSING is the empty relation of the concerned relation type.
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getIdleTime() - Method in class be.SIRAPRISE.messages.ClientHelloMessage
Gets the idle time requested by the client for this connection
getIdleTime() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The idle time for the connection as decided upon by the server
getIndividualAssignmentCommands() - Method in class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
Gets The individual assignments that make up the multiple assignment
getInetAddress() - Method in class be.SIRAPRISE.client.SiraPriseServer
Gets The InetAddress object for the indicated host
getInsertsDeletesInvocations() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets diTransactionReferences
getInstance() - Static method in class be.SIRAPRISE.client.ClientSideOperatorImplementationsManager
Gets the instance of the TypeImplementationsManager service for this JVM
getInstance() - Static method in class be.SIRAPRISE.client.ClientSideOperatorImplementationsManagerSigner
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.client.ClientSideTypeImplementationsManager
Gets the instance of the TypeImplementationsManager service for this JVM
getInstance() - Static method in class be.SIRAPRISE.client.ClientSideTypeImplementationsManagerProperties
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.client.ClientSideTypeImplementationsManagerSigner
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.client.DBConnectionProperties
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.client.DBMonitorConnectionProperties
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.client.jsba.DBObjectGeneratorProperties
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.client.jsba.DBObjectInterfaceGeneratorProperties
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.client.jsba.GetterMethodCache
Gets the instance of the cache
getInstance() - Static method in class be.SIRAPRISE.client.ProcessScriptProperties
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.messages.BackupMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.DBVerifyMessageTypeV1_0
Gets the instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.DumpDBMessageTypeV1_0
Gets the instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.FilePoolMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.GetTypeImplementationMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.HotRestartMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.KillConnectionMessageTypeV1_0
Gets the instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.LuwsMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.MemoryMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.PrintJournalsMessageTypeV1_0
Gets the instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.RelvarPoolMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.ServerMessageTypes
Gets The instance
getInstance() - Static method in class be.SIRAPRISE.messages.ShutDownMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.SpaceCalcMessageTypeV1_0
Gets The instance of the message type
getInstance() - Static method in class be.SIRAPRISE.messages.StatisticsMessageTypeV1_0
Gets the instance of the message type
getInstance() - Static method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
Gets instance
getInstance() - Static method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
Gets instance
getInstance() - Static method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
Gets instance
getInstance() - Static method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
Gets instance
getInstance() - Static method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
Gets instance
getInstance() - Static method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
Gets instance
getInstance() - Static method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
Gets instance
getInstance() - Static method in class be.SIRAPRISE.server.__UDTERRORS_NAME
Gets instance
getInstance() - Static method in class be.SIRAPRISE.server.ServerEngineManager
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.server.ServerSideOperatorImplementationsManager
Gets the instance of the OperatorImplementationsManager service for this JVM
getInstance() - Static method in class be.SIRAPRISE.server.ServerSideTypeImplementationsManager
Gets the instance of the TypeImplementationsManager service for this JVM
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
Gets instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
Gets The bit pattern comparison operator implementation
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.CONTAINSR
Gets the instance
getInstance(Heading) - Static method in class be.SIRAPRISE.typeimplementations.CONTAINSR
Gets an instance of the relation CONTAINSR operator for the particular given heading
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING
Gets the instance
getInstance(Heading, LinkedList<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING
Gets an instance of the operator for the given heading and USING<> attributes
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.CONTAINST
Gets the operator generator instance
getInstance(Heading) - Static method in class be.SIRAPRISE.typeimplementations.CONTAINST
Gets an instance of the relation CONTAINST operator for the particular given heading
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING
Gets the operator generator instance
getInstance(Heading, LinkedList<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING
Gets an instance of the operator for the given heading and USING<> attributes
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
Gets instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
Gets instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
Gets instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Gets instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
Gets the instance
getInstance(Heading) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
Gets an instance of the operator for the given heading
getInstance(Heading, LinkedList<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
Gets an instance of the operator for the given heading
getInstance(Heading, Heading) - Static method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
Gets an instance of the operator for the given headings
getInstance(Heading, Heading, LinkedList<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
Gets an instance of the operator for the given headings and using attributes between them
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.NameIdentifierToStringTransformer
Gets the instance of the transformer
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.OperatorGenerators
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets the instance of the OperatorImplementationsManager service for this JVM
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManagerProperties
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.StringToNameIdentifierTransformer
Gets the instance of the transformer
getInstance(Heading, LinkedList<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.TCLOSE
Gets an instance of the TCLOSE operator implementation for the given parameters
getInstance(Heading, Map<NameIdentifier, NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.TCLOSE
Gets an instance of the TCLOSE operator implementation for the given parameters
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.TrimStringToNameIdentifierTransformer
Gets the instance of the transformer
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.TypeDeclarationToStringTransformer
Gets the instance of the transformer
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Gets the instance of the TypeImplementationsManager service for this JVM
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManagerProperties
Gets the instance
getInstance(Heading, Set<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.UNGROUP
Gets The operator implementation for the UNGROUP operation
getInstance(Heading) - Static method in class be.SIRAPRISE.typeimplementations.UNION
Gets an instance of the relation UNION operator for the particular given heading
getInstance(Heading, LinkedList<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.UNIONUSING
Gets an instance of the relation UNION operator for the particular given heading
getInstance(Heading, Set<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.UNPACK
Gets an instance of an UNPACK operator for the given heading and unpack specification
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.ValueBufferToNameIdentifierTransformer
Gets the instance of the transformer
getInstance(Heading) - Static method in class be.SIRAPRISE.typeimplementations.XMINUS
Gets an instance of the relation XMINUS operator for the particular given heading
getInstance(Heading, LinkedList<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.XMINUSUSING
Gets an instance of the operator for the given heading and USING<> attributes
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getIntegerFromString(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
Gets The Integer of the value that value is the external representation of
getIntervalOperatorImplementationsMap() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTInvocationResultDetails
Gets The mapping of interval-typed attribute names to their corresponding set of relevant interval-typed operators
getIntervalOperatorImplementationsMap() - Method in class be.SIRAPRISE.typeimplementations.JOINInvocationResultDetails
Gets The mapping of interval-typed attribute names to their corresponding set of relevant interval-typed operators
getIntervalProjectAttributes() - Method in class be.SIRAPRISE.typeimplementations.PROJECTInvocationResultDetails
Gets intervalProjectAttributes
getIntervalTypeImplementationsMap() - Method in class be.SIRAPRISE.typeimplementations.JOINInvocationResultDetails
Gets The mapping of interval-typed attribute names to their intervaltype implementations
getInvocationName() - Method in class be.SIRAPRISE.client.jsba.Operator
Gets typeName
getInvocationName() - Method in class be.SIRAPRISE.typeimplementations.CONTAINST
 
getInvocationName() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING
 
getInvocationName() - Method in interface be.SIRAPRISE.typeimplementations.OperatorGenerator
Gets the invocation name
getInvocationName() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperator
Gets the operator invocation name.
getInvocationName() - Method in class be.SIRAPRISE.typeimplementations.ScalarOperatorGenerator
The default implementation returns the name() in the OperatorGeneratorCharacteristics annotation associated with the operator generator.
getInvolvedTypes() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets involvedTypes
getISODateFormatInstance() - Static method in class be.SIRAPRISE.util.ISODateFormat
Gets The ISO DateFormat instance
getISOTimeFormatInstance() - Static method in class be.SIRAPRISE.util.ISOTimeFormat
Gets the ISOTimeFormat instance
getISOTimeStampFormatInstance() - Static method in class be.SIRAPRISE.util.ISOTimeStampFormat
Gets the ISOTimeStampFormat instance
getJavaBigDecimal(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
Gets a java BigDecimal object holding the same scalednumber value as the given ValueBuffer
getJavaBigInteger(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
Gets a BigInteger object of the same value as the one held in the given valueBuffer
getJavaBoolean(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Converts a ValueBuffer holding a boolean into a java boolean
getJavaCalendar(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Gets a Java Calendar object holding the same date value as the given valueBuffer.
getJavaChar(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
Gets a java char from a SIRA_PRISE scalarvaluebuffer
getJavaDate(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Gets a Java Date object holding the same date value as the given valueBuffer.
getJavaDouble(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
Gets the angle value as a value of the most appropriate java type
getJavaDouble(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
Gets a java double value out of a sira prise float scalarvaluebuffer
getJavaHomeToolsDirName() - Static method in class be.SIRAPRISE.util.JavaHome
Gets the Java tools directory name.
getJavaInt(Date) - Static method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Gets an 8-digit integer, the first four digits of which are the year portion of the time held in the given Date object, the next two are the month, and the last two are the day-of-month.
getJavaInt(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
Inspects a ScalarValueBuffer holding an integer and returns that integer
getJavaInt(Date) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets a Java integer representing the HHMMSS numerical value of the given Java Date
getJavaLong(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getJavaString(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
Gets the Name value contained in the valuebuffer in java String format
getJavaString(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
Gets the Name value contained in the valuebuffer in java String format
getJavaString(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
Gets a java String from a SIRA_PRISE scalarvaluebuffer
getJavaThrowableClassName() - Method in class be.SIRAPRISE.messages.NonSiraPriseErrorMessage
Gets the non SIRA-PRISE exception classname
getKey() - Method in exception be.SIRAPRISE.util.EqualKeyUnequalValuesException
 
getKey() - Method in class be.SIRAPRISE.util.MyReadOnlyEntry
 
getKeySpecifications() - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Gets keySpecifications
getKeySpecifications() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperatorInvocationResultDetails
Gets the key Specifications
getKeySpecificationsForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
getKeySpecificationsForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
getKeySpecificationsForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
getKeySpecificationsForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
getKeySpecificationsForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
getKeySpecificationsForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
getKeySpecificationsForRelationType() - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
getKeySpecificationsForRelationType() - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
getKeyStore(Class<?>) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a KeyStore object of the default keystore type.
getKeyStore(Class<?>, char[]) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a KeyStore object of the default keystore type.
getKeyStore(Class<?>, String) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a KeyStore object of the given keystore type.
getKeyStore(Class<?>, String, char[]) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a KeyStore object of the given keystore type.
getKeyStore(String) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a keystore object for a keystore of the default keystore type for the named user.
getKeyStore(String, char[]) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a keystore object for a keystore of the named keystore type for the named user.
getKeyStore(String, String) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a keystore object for a keystore of the named keystore type for the named user.
getKeyStore(String, String, char[]) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a keystore object for a keystore of the named keystore type for the named user.
getKeyStoreInputStream(Class<?>) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets an InputStream for reading a resource corresponding to the given class.
getKeyStoreInputStream(String) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets an InputStream for reading a keystore resource corresponding to the named user.
getKeytoolFileName(String) - Static method in class be.SIRAPRISE.util.JavaHome
Gets the full name of the executable file containing the keytool
getLast() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedList
Gets the first element of the list
getLastOperatorOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.OrdinalOperatorImplementations
Gets The operator implementation for the LAST...() operator of the concerned type
getLineBreakString() - Method in class be.SIRAPRISE.util.MyException.LineBreakStyle
Gets The line break text value for this style
getLocatorAttributeName() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
getLowest(Version) - Method in class be.SIRAPRISE.util.Version
Compares two SIRA_PRISE Version indicators and returns the lowest (which is the one whose spec can be expected to define the functionality that the two versions have in common).
getMajorVersion() - Method in class be.SIRAPRISE.util.Version
Gets The major version
getMappingFromAttributeNameIdentifierList(LinkedList<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.TCLOSE
Gets a "from-to" mapping built from the given list which is constructed as from1,to1,from2,to2, ...
getMaximumArgumentCount() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperator
Gets the maximum argument count for this operator.
getMaximumGaps() - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Gets The maximum gap count
getMaximumLength() - Method in class be.SIRAPRISE.client.jsba.Attribute
Gets The logical length, or -1 if this doen't apply
getMaximumLength() - Method in class be.SIRAPRISE.client.jsba.RecordType
Gets maximumLength
getMessageParms() - Method in class be.SIRAPRISE.client.ServerBackupCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerDBVerifyCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerDumpDBCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerFilePoolCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerHotRestartCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerKillConnectionCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerLuwsCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerMemoryCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerMonitorCommand
Gets a messageParams object that can be used by a MessageType implementation to factory a Message object.
getMessageParms() - Method in class be.SIRAPRISE.client.ServerOperatorImplementationCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerPrintJournalsCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerRelvarPoolCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerShutDownCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerStatisticsCommand
 
getMessageParms() - Method in class be.SIRAPRISE.client.ServerTypeImplementationCommand
 
getMessageTypeID() - Method in class be.SIRAPRISE.messages.ServerMessage
Gets the message type identification number
getMinimumArgumentCount() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperator
Gets the minimum argument count for this operator.
getMinorVersion() - Method in class be.SIRAPRISE.util.Version
Gets The minor version
getMinutes(long) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets the minutes portion of a long value holding a timeofday
getMonitorCommandText() - Method in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessage
Gets the monitor command issued by the user
getMonitorport() - Method in class be.SIRAPRISE.client.SiraPriseServer
Gets The monitor port number identifying the server to which can be connected for issuing monitor commands
getName() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperator
Gets the operator name.
getName() - Method in exception be.SIRAPRISE.util.DuplicateNameException
Gets the name that was found to be duplicate
getNameAndMandatoryValueFromEscaped(String, int) - Static method in class be.SIRAPRISE.util.BracketParser
Returns the 'name' part of an expression of the form "name(content)"
getNameAndMandatoryValueFromNonEscaped(String, int) - Static method in class be.SIRAPRISE.util.BracketParser
Returns the 'name' part of an expression of the form "name(content)"
getNameAndMandatoryValueUntrimmedFromEscaped(String, int) - Static method in class be.SIRAPRISE.util.BracketParser
Returns the 'name' part of an expression of the form "name(content)"
getNameIdentifiersInEntryOrder(String, char) - Static method in class be.SIRAPRISE.typeimplementations.MyNameIdentifier
Gets a LinkedList of the non-empty strings which appear in the given input string between any occurrences of the given separator character
getNameIdentifiersInEntryOrderWithoutDuplicates(String, char) - Static method in class be.SIRAPRISE.typeimplementations.MyNameIdentifier
Gets a LinkedList of the non-empty strings which appear in the given input string between any occurrences of the given separator character
getNames(String) - Static method in class be.SIRAPRISE.client.RelationValueSelectorFactory
Deprecated.
- replace with MyString.getNames
getNames(String, char) - Static method in class be.SIRAPRISE.util.MyString
Gets a Set of the non-empty strings which appear in the given input string between any occurrences of the given separator character
getNamesInEntryOrder(String) - Static method in class be.SIRAPRISE.client.RelationValueSelectorFactory
Deprecated.
- replace with MyString.getNamesInEntryOrder
getNamesInEntryOrder(String, char) - Static method in class be.SIRAPRISE.util.MyString
Gets a LinkedList of the non-empty strings which appear in the given input string between any occurrences of the given separator character
getNamesInEntryOrderWithoutDuplicates(String) - Static method in class be.SIRAPRISE.client.RelationValueSelectorFactory
Deprecated.
- replace with MyString.getNamesInEntryOrderWithoutDuplicates
getNamesInEntryOrderWithoutDuplicates(String, char) - Static method in class be.SIRAPRISE.util.MyString
Gets a LinkedHashSet of the non-empty strings which appear in the given input string between any occurrences of the given separator character
getNameValueFromEscaped(String, int) - Static method in class be.SIRAPRISE.util.BracketParser
Returns the 'name' part of an expression of the form "name(content)"
getNameValueFromNonEscaped(String, int) - Static method in class be.SIRAPRISE.util.BracketParser
Returns the 'name' part of an expression of the form "name(content)"
getNameValuePair() - Method in class be.SIRAPRISE.util.NameValueResult
Gets The NameValuePair that represents the actual content of the NAME(VALUE) string
getNameValueUntrimmedFromEscaped(String, int) - Static method in class be.SIRAPRISE.util.BracketParser
Returns the 'name' part of an expression of the form "name(content)"
getNanoSeconds(long) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets the nanoseconds portion of a long value holding a timeofday
getNegated(String, String) - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
getNegated(String, String) - Method in interface be.SIRAPRISE.typeimplementations.BinaryBooleanOperatorImplementation
Gets the expression that is the negation of an invocation of this operator implementation
getNegated(String, String) - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
getNegated(String, String) - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
getNegated(String, String) - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getNegatedJavaBoolean(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Converts a ValueBuffer holding a boolean into a java boolean representing the negation of that boolean
getNegatedJavaBooleanBuffer(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Converts a ValueBuffer holding a boolean into a java boolean
getNegativeInfiniteIntervalValue(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Gets a valueBuffer holding the interval value from "negative infinity" to the END value provided in the given endValueBuffer
getNextOperatorOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.OrdinalOperatorImplementations
Gets The operator implementation for the NEXT(...) operator of the concerned type
getNextParsePos() - Method in class be.SIRAPRISE.util.NameValueResult
Gets The last parsed position in the input string
getNonIntervalProjectAttributes() - Method in class be.SIRAPRISE.typeimplementations.PROJECTInvocationResultDetails
Gets nonIntervalProjectAttributes
getNonScalarHeading() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets nonScalarHeading
getNumeric() - Method in class be.SIRAPRISE.messages.DumpFileOption
Gets The numeric identifier for the option value
getObject(Tuple, Class<C>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Get an objects holding the same information as that which is held in this tuple.
getObject(Tuple, Class<C>, Map<String, Method>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Gets an object of the given class, using the given set of setter methods and the attribute values from this tuple
getObjectArray(TupleContainer, Class<C>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Get an array of objects holding the same information as that which is held in this TupleContainer.
getObjectArrayIgnoringMissingSetters(TupleContainer, Class<C>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Get an array of objects holding a (potentially proper) subset of the information held in this TupleContainer.
getObjectCollection(TupleContainer, Class<C>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Get a collection of objects holding the same information as that which is held in this TupleContainer.
getObjectCollectionIgnoringMissingSetters(TupleContainer, Class<C>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Get a collection of objects holding a (potentially proper) subset of the information held in this TupleContainer.
getObjectIgnoringMissingSetters(Tuple, Class<C>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Get an objects holding the same information as that which is held in this tuple.
getObjects(Tuple, Class<?>[]) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Get a Map of objects holding the same information as that which is held in this Tuple.
getObjectsCollection(TupleContainer, Class<?>[]) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Get a collection of Maps of objects holding the same information as that which is held in this TupleContainer.
getOperandSignature() - Method in class be.SIRAPRISE.client.jsba.Operator
Gets typeName
getOperandSignatureJSBA() - Method in class be.SIRAPRISE.client.jsba.Operator
Gets typeName
getOperationType() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Gets operationType
getOperationType() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Gets label
getOperationType() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets operationType
getOperatorGenerator(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.OperatorGenerators
Gets the operator generator identified by the given object name
getOperatorGeneratorSignature() - Method in interface be.SIRAPRISE.typeimplementations.OperatorGenerator
Gets the "generator signature" of the operator generator.
getOperatorGeneratorSignature() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperator
Gets the operator generator signature.
getOperatorGeneratorSignature() - Method in class be.SIRAPRISE.typeimplementations.ScalarOperatorGenerator
 
GETOPERATORIMPLEMENTATION - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.AGGREGATE
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.CONTAINST
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.DIVIDEBYPER
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.EXTEND
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.GROUP
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.GTCLOSE
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.INTERSECT
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.JOIN
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.JOINUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.LEFTJOIN
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.LEFTJOINUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.MINUS
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.MINUSUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in interface be.SIRAPRISE.typeimplementations.OperatorGenerator
Gets an implementation instance of the operator.
getOperatorImplementation(NameIdentifier, List<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets the OperatorImplementation object corresponding to the given typeDeclaration
getOperatorImplementation(NameIdentifier, NameIdentifier...) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets the OperatorImplementation object corresponding to the given typeDeclaration
getOperatorImplementation(String, List<String>) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Deprecated.
- replace with the NameIdentifier version
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.PACK
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.PROJECT
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.RENAME
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.RESTRICT
 
getOperatorImplementation(String, String) - Static method in class be.SIRAPRISE.typeimplementations.ScalarOperatorGenerator_THE_
Gets The implementation object for the concerned THE_xyz operator
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.SEMIJOIN
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.SEMIJOINUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.SEMIMINUS
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.SEMIMINUSUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.SUMMARIZEBY
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.TCLOSE
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.TRANSFORM
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.UNGROUP
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.UNION
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.UNPACK
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.XMINUS
 
getOperatorImplementation(OperatorGeneratorArgument[]) - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING
 
GetOperatorImplementationMessageType - Class in be.SIRAPRISE.messages
The GetOperatorTypeImplementationMessageType is used for instructing the server monitor to return an operator implementation object.
getOperatorImplementationNI(List<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR
 
getOperatorImplementationNI(List<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING
 
getOperatorImplementationNI(List<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.CONTAINST
 
getOperatorImplementationNI(List<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING
 
getOperatorImplementationNI(List<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.ScalarOperatorGenerator
Gets an operator implementation object for the operator with the invocation name that this factory corresponds to, and the given arguments specification
GetOperatorImplementationParams - Class in be.SIRAPRISE.messages
 
GetOperatorImplementationParams(String, List<String>) - Constructor for class be.SIRAPRISE.messages.GetOperatorImplementationParams
 
getOperatorImplementationWithoutException(NameIdentifier, List<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets the OperatorImplementation object corresponding to the given typeDeclaration
getOperatorImplementationWithoutException(NameIdentifier, NameIdentifier...) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets the OperatorImplementation object corresponding to the given typeDeclaration
getOperatorImplementationWithoutException(String, List<String>) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Deprecated.
- replace with the NameIdentifier version
getOperatorInvocationName() - Method in class be.SIRAPRISE.client.ServerOperatorImplementationCommand
Gets typeName
getOperatorInvocationName() - Method in class be.SIRAPRISE.messages.GetOperatorImplementationParams
Gets The invocation name of the operator to be retrieved
getOptionalProperty(Properties, String) - Static method in class be.SIRAPRISE.util.MyProperties
Gets the named property value from the given Properties object.
getOptionalProperty(String) - Method in class be.SIRAPRISE.util.MyProperties
Gets the named property value from the given Properties object.
getOrderByAttributeNames() - Method in class be.SIRAPRISE.client.ServerInquireCommand
Gets The ordering spec for the inquire command.
getOrderByAttributeNames() - Method in class be.SIRAPRISE.messages.ExecuteQueryMessage
Gets the ordering spec for the result
getOrderingOperatorExpressionText() - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Gets orderingOperatorExpression
getOrderingOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.AbstractJavaBackedTypeImplementation_V0105
 
getOrderingOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the implementation object for the ordering operator (GT) pertaining to this type.
getOrderingOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
getOrderingOperatorImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Gets The ordering operator implementation for the named type
getOrdinal() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
getOrdinal() - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Gets ordinal
getOrdinal() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Gets ordinal
getOrdinal() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Gets ordinal
getOrdinalOperatorImplementations() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets an object holding the four ordinal operator implementations defined for the type : FIRSTxxx(), PRIOR(xxx), NEXT(xxx), and LASTxxx()
getOriginalExceptionMessage() - Method in class be.SIRAPRISE.messages.ServerErrorMessage
Gets the server's original exception message
getPackageCertificate(Class<?>) - Static method in class be.SIRAPRISE.util.MyCertificate
Gets a Certificate object of the default certificate type.
getPackageCertificate(Class<?>, String) - Static method in class be.SIRAPRISE.util.MyCertificate
Gets a Certificate object of the given certificate type.
getPackageCertificateInputStream(Class<?>) - Static method in class be.SIRAPRISE.util.MyCertificate
Gets an InputStream for reading a resource corresponding to the package of the given class.
getPackageKeyStore(Class<?>) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a KeyStore object of the default keystore type.
getPackageKeyStore(Class<?>, char[]) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a KeyStore object of the default keystore type.
getPackageKeyStore(Class<?>, String) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a KeyStore object of the given keystore type.
getPackageKeyStore(Class<?>, String, char[]) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets a KeyStore object of the given keystore type.
getPackageKeyStoreInputStream(Class<?>) - Static method in class be.SIRAPRISE.util.MyKeyStore
Gets an InputStream for reading a resource corresponding to the package of the given class.
getPackageResourceBaseName(Class<? extends Object>, String) - Static method in class be.SIRAPRISE.util.MyResource
Gets the base name for the resource of the indicated type corresponding to the package of the given class.
getPackAttributes() - Method in class be.SIRAPRISE.typeimplementations.PACKInvocationResultDetails
Gets the pack attributes
getPageCount() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
getPageCount() - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Gets The number of pages in the index space
getPageCount() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets The page count
getPageSize() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Gets The page size
getPageSize() - Method in class be.SIRAPRISE.client.ServerSpaceCalcCommand
Gets pageSize
getPageSize() - Method in class be.SIRAPRISE.messages.SpaceCalcMessage
Gets pageSize
getPageSize() - Method in class be.SIRAPRISE.messages.SpaceCalcParams
Gets The page size
getParentTransaction() - Method in class be.SIRAPRISE.client.DBTransaction
Gets The "parent" transaction of this nested transaction, or null if this is not a nested transaction
getPartitioningBy() - Method in class be.SIRAPRISE.typeimplementations.PACKInvocationResultDetails
Gets partitioningBy
getPartitioningKeys() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTInvocationResultDetails
Gets the set of join attribute names that are not to be treated in 'USING' mode
getPartitioningKeys() - Method in class be.SIRAPRISE.typeimplementations.JOINInvocationResultDetails
Gets the set of join attribute names that are not to be treated in 'USING' mode
getPathFromRootForSubPath(File, File) - Static method in class be.SIRAPRISE.util.MyFile
Gets the path name for file, relative to the given relativeRoot, assuming that file points to some subfolder of relativeRoot
getPerAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.DIVIDEBYPERInvocationResultDetails
Gets perAttributeNames
getPhysicalPossrepName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Gets physicalPossrepName
getPlainInstance() - Static method in class be.SIRAPRISE.typeimplementations.CONTAINSR
Gets an instance of the relation CONTAINSR operator for the particular given heading
getPlainInstance() - Static method in class be.SIRAPRISE.typeimplementations.CONTAINST
Gets an instance of the relation CONTAINST operator for the particular given heading
getPlainInstance(Heading) - Static method in class be.SIRAPRISE.typeimplementations.XMINUS
Gets an instance of the relation XMINUS operator for the particular given heading
getPort() - Method in class be.SIRAPRISE.client.SiraPriseServer
Gets The port number identifying the server to which can be connected for issuing 'regular' DML commands
getPositiveInfiniteIntervalValue(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Gets a valueBuffer holding the interval value from the point value held in the provided value buffer to "positive infinity"
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.AbstractJavaBackedTypeImplementation_V0105
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the PossrepImplementation object implementing the possrep of which the given component name names a component.
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the set of all PossRepImplementations for this type.
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.UserDefinedTypeImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
Gets possrepName
getPossrepName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Gets possrepName
getPossrepName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Gets The name of the non-physical possrep that this translation formula is for.
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
getPossrepName() - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Gets the possrep name
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
getPredicate() - Method in class be.SIRAPRISE.client.jsba.Relvar
Gets predicate
getPredicate() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperatorInvocationResultDetails
Gets The predicate
getPredicateForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
getPredicateForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
getPredicateForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
getPredicateForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
getPredicateForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
getPredicateForRelationType() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
getPredicateForRelationType() - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
getPredicateForRelationType() - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintChecksDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.AttributesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.AttributesOverview
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.ClientCertificatesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.ClientsDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceManage
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.DbmsFilesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceManage
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.IndexComponentDelete
Deprecated.
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.JavaBackedTypesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.KeyAttributesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.KeysDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.RecordAttributesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.RecordTypesCreate
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.RecordTypesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.RelvarAttributesCreate
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.RelvarAttributesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.RelvarsDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.StorageSpaceDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.StorageSpaceManage
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsManage
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.TupleConstraintsCreate
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.TupleConstraintsDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesManage
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreate
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsCreate
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsDelete
 
getPresentationFunctionDescription() - Method in class be.SIRAPRISE.webclient.UsersDelete
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Attribute
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Client
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Key
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Operator
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.RecordType
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Relvar
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
 
getPreUpdateState() - Method in interface be.SIRAPRISE.client.jsba.UpdatableDBObject
Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method.
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.User
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
 
getPriorOperatorOperatorImplementation() - Method in class be.SIRAPRISE.typeimplementations.OrdinalOperatorImplementations
Gets The operator implementation for the PRIOR(...) operator of the concerned type
getPropertiesBaseName(Class<? extends Properties>) - Static method in class be.SIRAPRISE.util.MyProperties
Gets the base name for the properties resource corresponding to the given class.
getPropositionText(String, TupleBuffer, Heading) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Creates a textual proposition from a given predicate, given the attribute values held in the TupleBuffer.
getPublicNoArgConstructor(Class<?>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Gets the public no-arg constructor from a class
getPublishedKey(DataInputStream) - Method in class be.SIRAPRISE.util.SPE
Deprecated.
change to setup using the generic CIPHERINFO field
getPublishInfo() - Method in class be.SIRAPRISE.util.JCECipher
 
getPublishInfo() - Method in class be.SIRAPRISE.util.ProprietaryOrJCECipher
Gets a byte array containing all the specific info needed to set up en-/decryption.
getPublishInfo() - Method in class be.SIRAPRISE.util.SPE
 
getQuery() - Method in class be.SIRAPRISE.messages.ExecuteQueryMessage
Gets the query expression
getQueryExecutedMessage(RelationBuffer, Heading) - Method in class be.SIRAPRISE.messages.DmlExecutedMessageType
Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation that is the result of a query
getQueryExecutedMessage(RelationBuffer, Heading) - Method in class be.SIRAPRISE.messages.DmlExecutedMessageTypeV1_0
 
getQueryResult() - Method in class be.SIRAPRISE.messages.DmlExecutedMessage
Gets The relation holding the executed command's return value, or null if the command executed does not return a relation
getQueryResultHeading() - Method in class be.SIRAPRISE.messages.DmlExecutedMessage
Gets The Heading of the relation holding the executed command's return value, or null if the command executed does not return a relation
getRecordTypeName() - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Gets recordTypeName
getRecordTypeName() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Gets recordTypeName
getRecordTypeName() - Method in class be.SIRAPRISE.client.jsba.RecordType
Gets recordTypeName
getReferencedParameters() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets referencedParameters
getReferencedRelvars() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets referencedRelvars
getRelationalExpressionText() - Method in class be.SIRAPRISE.messages.ServerCommandDataWrapper
Gets the relational expression
getRelationAttributeValueCommalist(Relation, NameIdentifier) - Static method in class be.SIRAPRISE.client.Relations
Gets a comma-separated list of values held in the tuples of the given relation for the named attribute
getRelationAttributeValueCommalist(Relation, String) - Static method in class be.SIRAPRISE.client.Relations
getRelationAttributeValueCommalist(Relation, String) - Static method in class be.SIRAPRISE.client.RelationValueSelectorFactory
Deprecated.
- replace with be.SIRAPRISE.Relations.getRelationAttributeValueCommalist()
getRelationBuffer() - Method in interface be.SIRAPRISE.client.IRelation
Gets the RelationBuffer holding the tuples collection.
getRelationBuffer() - Method in class be.SIRAPRISE.client.RelationProxy
 
getRelationBuffer() - Method in class be.SIRAPRISE.typeimplementations.Relation
 
getRelationExpressionText() - Method in class be.SIRAPRISE.client.ServerBasicAssignmentCommand
Gets The expression text defining the relation that will be used in the command's operation type against the target relvar
getRelationPredicate() - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Gets The predicate corresponding to the nonscalar value held in the container that this typedeclaration is for
getRelationText() - Method in class be.SIRAPRISE.client.jsba.DmlSingleAssignmentCommand
Gets the relation text denoting the singleton relation holding the tuple holding the values drawn from object o for the named relvar
getRelvar1Attribute1() - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Gets the value of some attribute of this class for use in the Java-to-SIRA_PRISE part of the bridge.
getRelvar1Attribute1() - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Gets the value of some attribute of this class for use in the Java-to-SIRA_PRISE part of the bridge.
getRelvar1Attribute2() - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Gets the value of some other attribute of this class for use in the Java-to-SIRA_PRISE part of the bridge.
getRelvar1Attribute2() - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Gets the value of some other attribute of this class for use in the Java-to-SIRA_PRISE part of the bridge.
getRelvar2Attribute1() - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Gets the value of some attribute of this class for use in the Java-to-SIRA_PRISE part of the bridge.
getRelvar2Attribute1() - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Gets the value of some attribute of this class for use in the Java-to-SIRA_PRISE part of the bridge.
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Gets expression
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.DmlSingleAssignmentCommand
Gets The name of the relvar to which the update is targeted
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.Key
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.RecordType
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.Relvar
Gets name
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Gets The name for the virtual relvar
getRelvarName() - Method in class be.SIRAPRISE.client.ServerDBVerifyCommand
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.ServerPrintJournalsCommand
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.ServerStatisticsCommand
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.messages.DBVerifyCommandParams
Gets the name of the relvar whose physical structures are to be verified
getRelvarName() - Method in class be.SIRAPRISE.messages.DBVerifyMessage
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.messages.PrintJournalsParams
Gets The name of the relvar whose log entries are to be printed
getRelvarName() - Method in class be.SIRAPRISE.messages.StatisticsMessage
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.messages.StatisticsParams
Gets The name of the relvar whose statistics are to be collected
getRelvarNameBuffer() - Method in class be.SIRAPRISE.client.ServerDBVerifyCommand
Gets relvarNameBuffer
getRelvarNameBuffer() - Method in class be.SIRAPRISE.client.ServerStatisticsCommand
Gets relvarNameBuffer
getRelvarNameIdentifier() - Method in class be.SIRAPRISE.client.ServerDBVerifyCommand
Gets relvarName
getRelvarNameIdentifier() - Method in class be.SIRAPRISE.client.ServerStatisticsCommand
Gets relvarName
getRemainingBytes(ByteBuffer) - Static method in class be.SIRAPRISE.util.MyByteBuffer
Gets the remaining contents of a byteBuffer (= its bytes from its current position to limit() ) as a byte array.
getRenameToFromMap() - Method in class be.SIRAPRISE.typeimplementations.RENAMEInvocationResultDetails
Gets renameToFromMap
getRequiredProperty(Properties, String) - Static method in class be.SIRAPRISE.util.MyProperties
Gets the named property value from the given Properties object.
getRequiredProperty(String) - Method in class be.SIRAPRISE.util.MyProperties
Gets the named property value from the given Properties object.
getResourceBaseName(Class<? extends Object>, String) - Static method in class be.SIRAPRISE.util.MyResource
Gets the base name for the resource of the indicated type corresponding to the given class.
getResourceInputStream(Class<?>, String) - Static method in class be.SIRAPRISE.util.MyResource
Attempts to find a resource of the given name, and returns an input stream for reading that resource if it can be found.
getResourceInputStream(String) - Static method in class be.SIRAPRISE.util.MyResource
Attempts to find a resource of the given name, and returns an input stream for reading that resource if it can be found.
getRetainedAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.GROUPInvocationResultDetails
Gets retainedAttributeNames
getRetainedAttributeNames() - Method in class be.SIRAPRISE.typeimplementations.RENAMEInvocationResultDetails
Gets retainedAttributeNames
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ABS_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ABS_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ABS_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ABS_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.COS_ANGLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.DIV_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.FIRSTDATE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.FIRSTINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GROUP_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LASTFLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LASTINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_BITS
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_NAME
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LN_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.LUID
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MOD_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
 
getReturnTypeDeclaration(OperatorImplementation_V0104) - Static method in class be.SIRAPRISE.typeimplementations.MyOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.NEXTINT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
 
getReturnTypeDeclaration() - Method in interface be.SIRAPRISE.typeimplementations.OperatorImplementation_V0105
Gets the full type declaration of the type of the return value.
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PI
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PRIORINT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SEC_ANGLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SIN_ANGLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SUB_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TAN_ANGLE
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOINT_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOLONG_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
XMINUSUSING returns a relation of the type that is the most specific common supertype between the relation types of the arguments
getReturnTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getReturnTypeName() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets The page size
getReturnTypeName() - Method in class be.SIRAPRISE.client.jsba.Operator
Gets typeName
getReturnTypeName() - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
getReturnTypeName() - Method in class be.SIRAPRISE.server.IsSubTypeOperatorImplementation
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ABS_BIGINT
The return type is BIGINT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ABS_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ABS_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ABS_LONG
The return type is LONG.
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
The return type is SCALEDNUMBER
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
ACOS returns an ANGLE value
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
The return type is ANGLE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
The return type is ANGLE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
The return type is ANGLE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
The return value is of type ANGLE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
The return type is ANGLE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
The return type is the same as the arguments' type
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
The return type is the same as the arguments' type
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
The return type is BIGINT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
The return type is the same as the arguments' type
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
CONCAT returns a STRING
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.COS_ANGLE
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
COSEC returns a FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
COTAN returns a FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
DATESHIFT returns a DATE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
The return type is BIGINT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.DIV_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
The return type is SCALEDNUMBER
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
ENDSWITH returns a BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
ENDSWITH returns a BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
ESCAPE returns a STRING
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.FIRSTDATE
The return type is DATE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.FIRSTINT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
The return type is TIMEOFDAY
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
The return type is BIGINT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GROUP_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_INT_INT
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
CONTAINSPOINT returns a BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
The ENDPOINTOF operator returns a value of the interval type's underlying base type (i.e.
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
The return type for GAPBETWEEN is the same as the arguments' type
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
The return type of any interval intersect operator is the same as its argument types.
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
ISEMPTYINTERVAL returns a BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
The interval ISINFINITE operator returns a BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
The interval ISLOWERBOUNDED operator returns a BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
The interval ISINFINITE operator returns a BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
IMINUS returns the same interval type as its arguments
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
The interval SPAN operator returns the same interval type as its arguments
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
The STARTPOINTOF operator returns a value of the interval type's underlying base type (i.e.
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
Interval UNION returns the same interval type as its arguments
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
The return type is DATE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LASTFLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LASTINT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
The return type is TIMEOFDAY
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_BITS
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_NAME
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_STRING
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LN_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
The return type is STRING
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LUID
LUID returns a LONG value
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
The return type is BIGINT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MOD_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
The return type is BIGINT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
The return type is SCALEDNUMBER
getReturnTypeName(OperatorImplementation_V0104) - Static method in class be.SIRAPRISE.typeimplementations.MyOperatorImplementation
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
The return type is DATE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.NEXTINT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
The return type is BOOLEAN
getReturnTypeName() - Method in interface be.SIRAPRISE.typeimplementations.OperatorImplementation_V0104
Deprecated.
- replace with getReturnTypeDeclaration().getReturnTypeNameIdentifier()
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PI
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
The return type is AVERAGE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
The return type is BIGINT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
The return type is DECIMAL
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
The return type is SCALEDNUMBER
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
The return type is TIMEOFDAY
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
The return type is of type DATE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PRIORINT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
The return type is SCALEDNUMBER
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SEC_ANGLE
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SIN_ANGLE
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
The return type is BIGINT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SUB_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
The return type is SCALEDNUMBER
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
The return type is TIMEOFDAY
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
The return type is STRING
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
The return type is STRING
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TAN_ANGLE
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOINT_LONG
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOLONG_INT
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
The return type is SCALEDNUMBER
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
ESCAPE returns a STRING
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
The return type is STRING
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
XMINUSUSING returns a relation of the type that is the most specific common supertype between the relation types of the arguments
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getRootTypeName() - Method in class be.SIRAPRISE.typeimplementations.AbstractJavaBackedTypeImplementation_V0105
 
getRootTypeName() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the name of the 'root' type that this type ultimately derives from (through specialization by constraint).
getRootTypeName() - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
getSeconds(long) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets the seconds portion of a long value holding a timeofday
getSeq() - Static method in class be.SIRAPRISE.util.MyUniqueID
Gets a sequence
getServer() - Method in class be.SIRAPRISE.client.SiraPriseServer
Gets The DNS name or IP address of the server to which can be connected
getServerAssignmentCommand() - Method in class be.SIRAPRISE.client.jsba.DmlAssignmentCommand
Gets the ServerAssignmentCommand object representing this dml command
getServerCommand() - Method in class be.SIRAPRISE.client.jsba.DmlAddCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.jsba.DmlAssertCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.jsba.DmlCommand
Gets the ServerCommand object representing this dml command
getServerCommand() - Method in class be.SIRAPRISE.client.jsba.DmlDeleteCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.jsba.DmlMultipleAssignmentCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.jsba.DmlUnassertCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.jsba.DmlUpdateCommand
 
getServerErrorMessage() - Method in exception be.SIRAPRISE.messages.ErrorMessageException
Gets The error message that was read instead of the (presumably) expected one.
getServerMessageType(int) - Method in class be.SIRAPRISE.messages.ServerMessageTypes
Gets the most recent version of the ServerMessageType of the indicated type, that is, the version that is used in the SIRA_PRISE version that this package conforms to / corresponds with.
getServerMessageTypeForMessageVersion(int, int) - Method in class be.SIRAPRISE.messages.ServerMessageTypes
Gets The ServerMessageType of the indicated type and version
getServerMessageTypeForSiraPriseVersion(int, Version) - Method in class be.SIRAPRISE.messages.ServerMessageTypes
Gets The ServerMessageType of the indicated type that was used in the indicated SIRA_PRISE specification version
getSetterMethods(Class<?>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Gets the setter methods from a class applicable for the given set of attribute names
getSignature() - Method in class be.SIRAPRISE.messages.ClientAuthenticationMessage
Gets The signature computed
getSignature() - Method in class be.SIRAPRISE.messages.ExecuteCompiledMonitorCommandMessage
Gets the signature authenticating the user ID
getSignature() - Method in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessage
Gets the signature authenticating the user ID
getSignature() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Gets the signature computed by the user
getSignature() - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
getSignature() - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
getSignature() - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
getSignature() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
getSignature() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
getSignature() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
getSignature() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
getSignature() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
getSignature() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
getSignature() - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
getSignature() - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
getSignature() - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
getSignature() - Method in class be.SIRAPRISE.server.IsSubTypeOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ABS_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ABS_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ABS_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ABS_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.COS_ANGLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.DIV_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.FIRSTDATE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.FIRSTINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GROUP_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LASTFLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LASTINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_BITS
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_NAME
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LN_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.LUID
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MOD_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.NEXTINT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
 
getSignature() - Method in interface be.SIRAPRISE.typeimplementations.OperatorImplementation_V0104
Gets the name of the operator implemented by this implementation object
getSignature() - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PI
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PRIORINT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SEC_ANGLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SIN_ANGLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SUB_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TAN_ANGLE
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOINT_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOLONG_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
 
getSignature() - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getSignatureName() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The name of the signing protocol to be used on the connection
getSigningAlgorithmNameSet(String) - Static method in class be.SIRAPRISE.client.DBConnectionProperties
Gets a Set of supported signing algorithm names out of a comma-separated list of such names.
getSmallUTFString(DataInput) - Static method in class be.SIRAPRISE.util.MyDataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
getSnapShotIsolationMode() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Gets the snapshot isolation mode that this readonly transaction is to run under (snapshot isolation does not apply to update transactions.
getSpecificationVersionForServer() - Method in class be.SIRAPRISE.client.DBConnection
Gets The specification version to use in communications with the server
getStandardDeviation() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Gets standardDeviation
getStartPos() - Method in class be.SIRAPRISE.util.NameValueResult
Gets The first parsed position in the input string
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
Gets the ID
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
Gets the ID
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Gets the ID
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.RecordType
Gets storageSpaceID
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets the ID
getString() - Method in class be.SIRAPRISE.typeimplementations.FileNameIdentifier
Gets string
getString() - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
Gets string
getString(String, Locale) - Method in interface be.SIRAPRISE.util.Localizer
The GetString method of a localizer gets the message text corresponding to the given locale and key from its message repository.
getString(long) - Static method in class be.SIRAPRISE.util.MyB32
Gets a radix 32 representation of the given long
getSuperTypeImplementation() - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
Gets superTypeImplementation
getTargetRelvarIdentifier() - Method in class be.SIRAPRISE.client.ServerSingleAssignmentCommand
Gets The target relvar Name of this 'individual' assignment
getTargetRelvarName() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets targetRelvarName
getTargetRelvarName() - Method in class be.SIRAPRISE.client.ServerSingleAssignmentCommand
Gets The target relvar Name of this 'individual' assignment
getTargetRelvarName() - Method in class be.SIRAPRISE.messages.ServerCommandDataWrapper
Gets the target relvar name
GetterMethod - Annotation Type in be.SIRAPRISE.client.jsba
The GetterMethod annotation documents the name of, type of, escaping requirement for the value of, and relvarname for the attribute corresponding to a getter/setter method.
The annotation elements are all arrays, the elements of which define the way how the annotated getter method fits in the JSBA to provide attribute values for database assignment commands.
The GetterMethod annotation is inspected when using JSBA objects for updating the database, that is, when building the database update command objects that reflect an INSERT, DELETE or UPDATE request corresponding to the annotated JSBA object.
The annotation type is experimental and currently unused.
GetterMethodCache - Class in be.SIRAPRISE.client.jsba
The JSBAGetterMethodCache caches the sets of getter methods that can be derived by the JSBA architecture from a given combination of relvar name and java class.
GetterMethodKey - Class in be.SIRAPRISE.client.jsba
GetterMethodKeys are containers holding the key elements that determine the set of getter methods that can be derived from a given DBObject class, given a relvar name.
GetterMethodKey(Class<?>, String) - Constructor for class be.SIRAPRISE.client.jsba.GetterMethodKey
Creates the JSBAGetterMethodKey
getText() - Method in class be.SIRAPRISE.typeimplementations.NonScalarOperatorGeneratorTextArgument
Gets The text value of some "modifier" argument to a NonScalarOperatorGenerator.
getThisPackagesSiraPriseVersion() - Method in class be.SIRAPRISE.messages.ServerMessageTypes
Gets The specification version that this package corresponds to
getTo() - Method in class be.SIRAPRISE.client.ServerPrintJournalsCommand
Gets to
getTo() - Method in class be.SIRAPRISE.messages.PrintJournalsMessage
Gets to
getTo() - Method in class be.SIRAPRISE.messages.PrintJournalsParams
Gets The end date of the log period to be printed
getTransactionID() - Method in class be.SIRAPRISE.client.DBTransaction
Gets The numerical server-side ID of the started transaction, or -1 if the server is pre 1.2
getTransactionID() - Method in class be.SIRAPRISE.messages.CommitRollbackMessage
Gets The server-side ID of the transaction that requests to be either committed or rolled back.
getTransactionID() - Method in class be.SIRAPRISE.messages.EndTransactionMessage
Gets The server-side ID of the transaction to be ended.
getTransactionID() - Method in class be.SIRAPRISE.messages.TransactionStartedMessage
Gets The identification of the started transaction
getTransactionMode(boolean) - Static method in class be.SIRAPRISE.client.TransactionMode
Gets The appropriate TransactionMode object for the given read-only setting
getTriggeredOperationType() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets triggeredOperationType
getTupleBuffer() - Method in exception be.SIRAPRISE.typeimplementations.IntersectionWithEmptyIntervalException
Gets The tupleBuffer that has the empty interval intersection
getTupleBuffer() - Method in class be.SIRAPRISE.typeimplementations.Tuple
Gets tupleBuffer
getTupleBufferCollection() - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
 
getTupleBufferCollection() - Method in class be.SIRAPRISE.typeimplementations.TupleBagBuffer
Gets the relation value
getTupleBufferCollection() - Method in class be.SIRAPRISE.typeimplementations.TupleCollectionBuffer
Gets the collection of tuple buffers
getTupleBufferSet() - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
Gets the relation value
getTupleCollectionBuffer() - Method in class be.SIRAPRISE.client.TupleContainer
Gets tupleCollectionBuffer
getTypeDeclaration(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the TypeDeclaration object corresponding to the named attribute.
getTypeDeclaration(String) - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
deprecated
getTypeDeclaration() - Method in class be.SIRAPRISE.typeimplementations.NonScalarOperatorGeneratorExpressionArgument
Gets The type declaration of the Expression argument to a NonScalarOperatorGenerator
getTypeDeclaration(Heading, NameIdentifier) - Static method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Factory method for obtaining TypeDeclaration objects
getTypeDeclaration(Heading, String) - Static method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Deprecated.
getTypeDeclarations() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets The set of attribute names
getTypeDeclarationWithoutException(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the TypeDeclaration object corresponding to the named attribute.
getTypeDeclarationWithoutException(String) - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
- replace with the method that takes a NameIdentifier as argument
GETTYPEIMPLEMENTATION - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
getTypeImplementation(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Gets the TypeImplementation object corresponding to the given typeDeclaration
GetTypeImplementationMessage - Class in be.SIRAPRISE.messages
 
GetTypeImplementationMessageType - Class in be.SIRAPRISE.messages
The GetTypeImplementationMessageType is used for instructing the server monitor to return a type implementation object.
GetTypeImplementationMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The FilePoolMessageType is used for instructing the server monitor to return an overview of the file pool to the user.
getTypeImplementationWithoutException(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Gets the TypeImplementation object corresponding to the given typeDeclaration
getTypeName() - Method in class be.SIRAPRISE.client.jsba.Attribute
Gets The type name
getTypeName() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Gets The type name
getTypeName() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.client.ServerTypeImplementationCommand
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.messages.GetTypeImplementationMessage
Gets typeName
getTypeName() - Method in class be.SIRAPRISE.messages.TypeImplementationParams
Gets The name of the type whose implementation is to be retrieved
getTypeName() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the type name (= invocation name for the value selector operator of this type)
getTypeName(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the typename of the named attribute.
getTypeName(String) - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
getTypeName() - Method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Gets The type name
getTypeNameIdentifier() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the type name (= invocation name for the value selector operator of this type)
getTypeNameIdentifier() - Method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Gets The type name
getTypeSizeHint() - Method in class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
Gets typeName
getUnaryRelationValue(Set<String>, String, String) - Static method in class be.SIRAPRISE.client.RelationValueSelectorFactory
 
getUnaryRelationValue(Set<String>, NameIdentifier, NameIdentifier) - Static method in class be.SIRAPRISE.client.RelationValueSelectorFactory
 
getUnaryRelationValueSelectorExpressionText(Set<String>, String, String) - Static method in class be.SIRAPRISE.client.RelationValueSelectorFactory
 
getUniqueID(ByteBuffer) - Static method in class be.SIRAPRISE.util.MyUniqueID
Gets a unique internal id
getUnqualifiedClassName(String) - Static method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Gets The unqualified classname for the given type's implementing class, if the type were java-backed.
getUserAuthenticationAlgorithm() - Method in class be.SIRAPRISE.messages.ExecuteCompiledMonitorCommandMessage
Gets The algorithm that can be used by the server to authenticate the user
getUserAuthenticationAlgorithm() - Method in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessage
Gets The algorithm that can be used by the server to authenticate the user
getUserAuthenticationAlgorithm() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Gets the name of the user authentication algorithm to be used by the server if the decides that it will do user authentication itself
getUserID() - Method in class be.SIRAPRISE.client.jsba.User
Gets userID
getUserID() - Method in class be.SIRAPRISE.messages.ExecuteCompiledMonitorCommandMessage
Gets The user ID of the user issuing the monitor command
getUserID() - Method in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessage
Gets The user ID of the user issuing the monitor command
getUserID() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Gets The identification of the user owning the new transaction
getUsingAttributes() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTInvocationResultDetails
Gets The set of names of attributes to be treated in 'USING' mode
getUsingAttributes() - Method in class be.SIRAPRISE.typeimplementations.JOINInvocationResultDetails
Gets The set of names of attributes to be treated in 'USING' mode
getUsingAttributes() - Method in class be.SIRAPRISE.typeimplementations.MINUSInvocationResultDetails
Gets The set of names of attributes to be treated in 'USING' mode
getUsingAttributes() - Method in class be.SIRAPRISE.typeimplementations.UNIONInvocationResultDetails
Gets usingAttributes
getUTFString(DataInput, int, int) - Static method in class be.SIRAPRISE.util.MyDataInputStream
Gets The String whose UTF-encoded bytes are the next bytes read from the inputStream argument
getUUencodedString(ValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
Gets a java String holding the SIRA_PRISE UU String from a SIRA_PRISE scalarvaluebuffer holding a SIRA_PRISE BITS value
getUUencodedString(byte[]) - Static method in class be.SIRAPRISE.util.MyB64
Gets a java String holding the SIRA_PRISE UU String from a given byte array
getUUEncodedString(ByteBuffer) - Static method in class be.SIRAPRISE.util.MyB64
Gets a java String holding the SIRA_PRISE UU String from a given ByteBuffer
getValue() - Method in class be.SIRAPRISE.util.MyReadOnlyEntry
 
getValue1() - Method in exception be.SIRAPRISE.util.EqualKeyUnequalValuesException
 
getValue2() - Method in exception be.SIRAPRISE.util.EqualKeyUnequalValuesException
 
getValueBuffer(BigInteger) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
Gets a ValueBuffer holding the given BigInteger value
getValueBuffer(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
Gets The ValueBuffer holding the value of which value is the external representation
getValueBuffer(byte[]) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
Gets a ValueBuffer object holding the given bytes as an encoded BITS value
getValueBuffer(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
Gets a SIRA_PRISE bitbucket valuebuffer from a java String.
getValueBuffer(char) - Static method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
Gets a SIRA_PRISE scalarvaluebuffer from a java String
getValueBuffer(Calendar) - Static method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Creates a new ScalarValueBuffer holding the date value implied by the arguments
getValueBuffer(Date) - Static method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Gets a DATE valueBuffer representing the date portion of the given date, in the UTC timezone (i.e.
getValueBuffer(int) - Static method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Creates a new ScalarValueBuffer holding the date value implied by the arguments
getValueBuffer(int, int, int) - Static method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
Creates a new ScalarValueBuffer holding the date value implied by the arguments
getValueBuffer(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
Gets a ValueBuffer containing the given Name value
getValueBuffer(double) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
Transforms a java type into a SIRA_PRISE ValueBuffer
getValueBuffer(int) - Static method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
Returns a ScalarValueBuffer holding the given integer value
getValueBuffer(long) - Static method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
Converts a value into a ScalarValueBuffer
getValueBuffer(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
Gets a ValueBuffer containing the given Name value
getValueBuffer(BigDecimal) - Static method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
Gets The ValueBuffer holding the scalednumber value of which value is the external representation
getValueBuffer(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
Gets a SIRA_PRISE scalarvaluebuffer from a java String
getValueBuffer(Calendar) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Creates a new ScalarValueBuffer holding the time-of-day value implied by the arguments
getValueBuffer(Date) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets a TIMEOFDAY valueBuffer representing the time portion of the given date, in the UTC timezone (i.e.
getValueBuffer(int) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Creates a new ScalarValueBuffer holding the time-of-day value implied by the arguments
getValueBuffer(int, int, int, int) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Creates a new ScalarValueBuffer holding the time-of-day value implied by the arguments
getValueBuffer() - Method in class be.SIRAPRISE.typeimplementations.FileNameIdentifier
Gets the ValueBuffer
getValueBuffer() - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
Gets the ValueBuffer for the NAME value
getValueBuffer(ByteBuffer) - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
 
getValueBuffer(ByteBuffer) - Method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
 
getValueBuffer(ByteBuffer) - Method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Gets the appropriate (i.e.
getValueBufferWithoutException(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
Gets a ValueBuffer containing the given Name value
getValueBufferWithoutException(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
Gets a ValueBuffer containing the given Name value
getValueCount() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Gets valueCount
getVersion() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The SIRA_PRISE version to use when deciding what message versions to send/interpret
getWhollyInfiniteIntervalValue() - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Gets a ValueBuffer denoting the "universal interval" of the underlying type, i.e.
GreaterOrEqualOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
GreaterOrEqualOperatorImplementation is a generic implementation implementing the behaviour of a GE operator, for all types for which an ordering is defined in the form of a GT operator.
GreaterOrEqualOperatorImplementation(LessThanOperatorImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
Creates the GreaterOrEqualOperatorImplementation
group(Map<NameIdentifier, Set<NameIdentifier>>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the grouping of this relation, according to the specs provided in groupAttributes.
group(Map<NameIdentifier, Set<NameIdentifier>>) - Method in class be.SIRAPRISE.client.RelationProxy
 
GROUP - Class in be.SIRAPRISE.typeimplementations
 
GROUP() - Constructor for class be.SIRAPRISE.typeimplementations.GROUP
 
GROUP - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"GROUP" is the GROUPing operator as supported by SIRA_PRISE.
group(Map<NameIdentifier, Set<NameIdentifier>>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
GROUP_RELATION - Class in be.SIRAPRISE.typeimplementations
GROUP_RELATION
GROUP_RELATION(Heading, Map<NameIdentifier, Set<NameIdentifier>>, Set<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.GROUP_RELATION
Creates the GROUP_RELATION
GroupAttributeOverlapException - Exception in be.SIRAPRISE.typeimplementations
GroupAttributeOverlapException
GroupAttributeOverlapException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.GroupAttributeOverlapException
Creates the GroupAttributeOverlapException
GROUPInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
GROUPInvocationResultDetails
GROUPInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, Set<NameIdentifier>, Map<NameIdentifier, NonScalarTypeDeclaration>, boolean) - Constructor for class be.SIRAPRISE.typeimplementations.GROUPInvocationResultDetails
Creates the GROUPInvocationResultDetails
GroupProxy - Class in be.SIRAPRISE.client
 
GroupProxy(RelationProxy, Map<NameIdentifier, Set<NameIdentifier>>) - Constructor for class be.SIRAPRISE.client.GroupProxy
 
GT - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
GT_ANGLE_ANGLE - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_ANGLE_ANGLE() - Constructor for class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
 
GT_BIGINT_BIGINT - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_BIGINT_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
 
GT_DATE_DATE - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_DATE_DATE() - Constructor for class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
 
GT_DECIMAL_DECIMAL - Class in be.SIRAPRISE.typeimplementations
Deprecated.
The use of the DECIMAL type is discouraged. The definition is rather awkward, the implementation rather poor, and the set of provided operators incomplete.
GT_DECIMAL_DECIMAL() - Constructor for class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
 
GT_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
 
GT_FOO_FOO - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_FOO_FOO() - Constructor for class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
 
GT_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
GT_INT_INT - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.GT_INT_INT
 
GT_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
 
GT_SCALEDNUMBER_SCALEDNUMBER - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_SCALEDNUMBER_SCALEDNUMBER() - Constructor for class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
 
GT_TIMEOFDAY_TIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
GT returns true if the first operand compares higher than the second, and false otherwise
GT_TIMEOFDAY_TIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
 
gtclose(Map<NameIdentifier, NameIdentifier>, Map<NameIdentifier, String>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the generalized transitive closure of this relation, according to the specs provided in matchby and expressions.
gtclose(Map<NameIdentifier, NameIdentifier>, Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.client.RelationProxy
 
GTCLOSE - Class in be.SIRAPRISE.typeimplementations
GTCLOSE
GTCLOSE() - Constructor for class be.SIRAPRISE.typeimplementations.GTCLOSE
 
GTCLOSE - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"GTCLOSE" is the generalized transitive closure operator as supported by SIRA_PRISE.
gtclose(Map<NameIdentifier, NameIdentifier>, Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
GTCLOSEInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
GTCLOSEInvocationResultDetails
GTCLOSEInvocationResultDetails(Heading, String, LinkedList<KeyDef>) - Constructor for class be.SIRAPRISE.typeimplementations.GTCLOSEInvocationResultDetails
Creates the GTCLOSEInvocationResultDetails
GTCloseProxy - Class in be.SIRAPRISE.client
 
GTCloseProxy(RelationProxy, Map<NameIdentifier, NameIdentifier>, Map<NameIdentifier, String>) - Constructor for class be.SIRAPRISE.client.GTCloseProxy
 

H

hash(ByteBuffer, int) - Static method in class be.SIRAPRISE.util.MyUniqueID
Method to calculate a hash number.
HASHBITCOUNT - Static variable in class be.SIRAPRISE.util.MyUniqueID
The bit count needed for registering a hash value
hashCode() - Method in class be.SIRAPRISE.client.jsba.GetterMethodKey
 
hashCode() - Method in class be.SIRAPRISE.client.SiraPriseServer
 
hashCode() - Method in class be.SIRAPRISE.messages.DumpFileOption
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.FileNameIdentifier
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.Heading
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.KeyDef
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.Relation
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.Tuple
Since equals is overridden
hashCode() - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
 
hashCode() - Method in class be.SIRAPRISE.util.MyListSet
 
hashCode() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
hashCode() - Method in class be.SIRAPRISE.util.MyReadOnlyEntry
 
hashCode() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
hashCode() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
hashCode() - Method in class be.SIRAPRISE.util.Version
 
HashedRecordSpace - Class in be.SIRAPRISE.client.jsba
 
HashedRecordSpace() - Constructor for class be.SIRAPRISE.client.jsba.HashedRecordSpace
 
HashedRecordSpace(String, int, int, int, int, int) - Constructor for class be.SIRAPRISE.client.jsba.HashedRecordSpace
 
HASHEDRECORDSPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The HASHEDRECORDSPACE relvar lists all the storage spaces that are intended for storing data records using hash-based physical location, without the usage of an additional, separate, index space.
Heading : FILENAME(NAME) STORAGESPACEID(INT) GAPCOMPRESSIONTHRESHOLD(INT) MAXIMUMGAPS(INT)
Key {FILENAME STORAGESPACEID}
Predicate : "StorageSpace <STORAGESPACEID> of Dbms File <FILENAME> is used for storing data records using hash-based physical location.
HashedRecordSpaceCreate - Class in be.SIRAPRISE.webclient
Function to create a new multiple hashing index space in a dbms file
HashedRecordSpaceCreate() - Constructor for class be.SIRAPRISE.webclient.HashedRecordSpaceCreate
 
HashedRecordSpaceCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
HashedRecordSpaceCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.HashedRecordSpaceCreateHelpPresentation
 
HashedRecordSpaceCreatePresentation - Class in be.SIRAPRISE.webclient
 
HashedRecordSpaceCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.HashedRecordSpaceCreatePresentation
 
HashedRecordSpaceDelete - Class in be.SIRAPRISE.webclient
Function to delete a multiple hashing index space from a dbms file
HashedRecordSpaceDelete() - Constructor for class be.SIRAPRISE.webclient.HashedRecordSpaceDelete
 
HashedRecordSpaceDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
HashedRecordSpaceDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.HashedRecordSpaceDeleteConfirmPresentation
 
HASHEDRECORDSPACEHASHMOD - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The HASHEDRECORDSPACEHASHMOD relvar lists, for each HashedRecordSpace, the hash modulo number.
HashedRecordSpaceManage - Class in be.SIRAPRISE.webclient
 
HashedRecordSpaceManage() - Constructor for class be.SIRAPRISE.webclient.HashedRecordSpaceManage
 
HashedRecordSpaceManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
HashedRecordSpaceManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.HashedRecordSpaceManageDetailsPresentation
 
HashedRecordSpaceWebClientFunction - Class in be.SIRAPRISE.webclient
 
HashedRecordSpaceWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.HashedRecordSpaceWebClientFunction
 
HASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
HASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Deprecated.
deprecated
HASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash index storage space for HASHINGINDEXSPACE.{FILENAME STORAGESPACEID} - the locator index on FILENAME should suffice
HASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- indexing facilities have been superseded by the new types of recordspace
HASHINGINDEXSPACE_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
deprecated
HASHINGINDEXSPACESTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
HASHMOD - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
HASHMOD_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
HASHSCALEMASK - Static variable in class be.SIRAPRISE.util.MyUniqueID
The hash mask
hasIntervals() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the intervaltypes indicator
hasNext() - Method in class be.SIRAPRISE.util.MyListSetIterator
 
hasNext() - Method in class be.SIRAPRISE.util.MyReadOnlyEntryIterator
 
hasNext() - Method in class be.SIRAPRISE.util.MyReadOnlyIterator
 
hasPrevious() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Determines whether the number of bytes used in the physical encoding is the same for any possible value of the type.
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
The physical size of an encoding is always 4 bytes
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
Gets physicalEncodingLength
hasVariableLengthEncoding() - Method in class be.SIRAPRISE.typeimplementations.UserDefinedTypeImplementation
 
Heading - Class in be.SIRAPRISE.typeimplementations
A Heading maps attribute names onto typenames.
Heading() - Constructor for class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
- constructor is defined exclusively for the Externalizable() machinery.
Heading(Map<NameIdentifier, TypeDeclaration>, boolean) - Constructor for class be.SIRAPRISE.typeimplementations.Heading
Creates the Heading
Heading(Map<String, TypeDeclaration>) - Constructor for class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
- replace with the constructor that takes a Map with NameIdentifiers as keys
HEADING - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
HEADINGBODY - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
HEX - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
HEX - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
HEX_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
HMS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
HOST - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The property name ("HOST" ) for specifying the host to which a client is to connect
HOSTDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default value for the "HOST" property ("localhost" )
HOTRESTART - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
hotRestart() - Method in class be.SIRAPRISE.server.ServerEngineManager
 
hotRestart() - Method in interface be.SIRAPRISE.server.ServerEngineManagerMBean
MBean method to initiate a hotRestart
HotRestartEngine - Class in be.SIRAPRISE.webclient
 
HotRestartEngine() - Constructor for class be.SIRAPRISE.webclient.HotRestartEngine
 
HotRestartEngineHelpPresentation - Class in be.SIRAPRISE.webclient
 
HotRestartEngineHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.HotRestartEngineHelpPresentation
 
HotRestartEnginePresentation - Class in be.SIRAPRISE.webclient
 
HotRestartEnginePresentation() - Constructor for class be.SIRAPRISE.webclient.HotRestartEnginePresentation
 
HotRestartMessage - Class in be.SIRAPRISE.messages
 
HotRestartMessageType - Class in be.SIRAPRISE.messages
The HotRestartMessageType is used for instructing the server monitor to do a hot restart of the server.
HotRestartMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The HotRestartMessageType is used for instructing the server monitor to return an overview of the file pool to the user.
HotRestartParams - Class in be.SIRAPRISE.messages
 
HotRestartParams() - Constructor for class be.SIRAPRISE.messages.HotRestartParams
 
HOTRESTARTWINDOWENDTIME - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The end time (in local time) of the window (within a 24-hour period) during which the engine will attempt to "hot-restart".
HOTRESTARTWINDOWENDTIMEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
 
HOTRESTARTWINDOWRETRYINTERVAL - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The time interval (in "hh:mm:ss") between two consecutive attempts to do a hot-restart.
HOTRESTARTWINDOWRETRYINTERVALDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
 
HOTRESTARTWINDOWSTARTTIME - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "HOTRESTARTWINDOWSTARTTIME" property defines the start time (in local time) of the window (within a 24-hour period) during which the engine will attempt to "hot-restart".
HOTRESTARTWINDOWSTARTTIMEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("01:30:00") for the ServerEngineProperties.HOTRESTARTWINDOWSTARTTIME property
HOURS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
HOURS_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
HTML - Static variable in class be.SIRAPRISE.util.MyException.LineBreakStyle
 
HTMLEntityRefs - Class in be.SIRAPRISE.util
Class holding a utility method to replace the <>'"& tokens with XML entity refs in XML output

I

I_D_ASSIGNMENTCONSTRAINTCHECK - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_UPDATECONSTRAINTCHECK
I_D_ATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
- ATTRIBUTEPHYSICALLENGTH no longer exists
I_D_CONSTRAINTINVOLVESRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
I_D_DATAACTIONREFERENCES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
I_D_DATABASECONSTRAINTCHECK - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_DATABASECONSTRAINTCHECK
I_D_INDEXATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_INDEXATTRIBUTE
I_D_INDEXID - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
I_D_INTERVALTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_INTERVALTYPE
I_D_POSSREP - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_POSSREP
I_D_POSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_POSSREPCOMPONENT
I_D_RECORDTYPEID - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_RECORDTYPEID
I_D_RELVARID - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_RELVARID
I_D_SYSTEMDEFINEDCLIENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_SYSTEMDEFINEDCLIENT
I_D_SYSTEMDEFINEDCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_SYSTEMDEFINEDCONSTRAINT
I_D_SYSTEMDEFINEDRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_SYSTEMDEFINEDRELVAR
I_D_SYSTEMDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_SYSTEMDEFINEDTYPE
I_D_SYSTEMDEFINEDUSER - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_SYSTEMDEFINEDUSER
I_D_TABLE_DEE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_TABLE_DEE
I_D_TABLE_DUM - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_TABLE_DUM
I_D_TRIGGEREDDATAACTION - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
I_D_TUPLECONSTRAINTATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
I_D_TYPEPROPERTIES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
I_D_VIRTUALRELVARREFERENCES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
I_SYSTEMDEFINEDCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_SYSTEMDEFINEDCONSTRAINT
I_TRIGGEREDDATAACTION - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
I_TUPLECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
I_TYPESNAMEDINTERVAL - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
I_VIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
identifierValueMap() - Method in class be.SIRAPRISE.typeimplementations.Tuple
Returns the Map holding the attribute values of this tuple
IDS - Interface in be.SIRAPRISE.client
The IDS interface encloses interfaces that define the constant values for all sorts of internal Id used in SIRA_PRISE
IDS.ERRORCODES - Interface in be.SIRAPRISE.client
 
IDS.INDEXIDS - Interface in be.SIRAPRISE.client
Deprecated.
deprecated
IDS.KEYERRORCODES - Interface in be.SIRAPRISE.client
 
IDS.RELVARIDS - Interface in be.SIRAPRISE.client
The RELVARIDS interface contains the values for the internal ID of all system-defined relvars used in SIRA_PRISE
IDS.STORAGESPACEIDS - Interface in be.SIRAPRISE.client
The STORAGESPACEIDS interface contains the values for the internal ID of all catalog storage spaces
IINTERSECT - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"IINTERSECT" is the INTERSECT operator for intervals.
IINTERSECT_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
IllegalConnectionStateException - Exception in be.SIRAPRISE.client
An IllegalConnectionStateException is thrown by DBConnection objects if the connection they represent is in a state that disallows invoking the method of the DBConnection object that was invoked.
IllegalConnectionStateException(String) - Constructor for exception be.SIRAPRISE.client.IllegalConnectionStateException
Creates the exception, setting its message
IllegalServerCommandException - Exception in be.SIRAPRISE.client
 
IllegalServerCommandException(Exception) - Constructor for exception be.SIRAPRISE.client.IllegalServerCommandException
Creates the IllegalServerCommandException
IllegalServerCommandException(String) - Constructor for exception be.SIRAPRISE.client.IllegalServerCommandException
Creates the IllegalServerCommandException
IllegalServerCommandException(String, Exception) - Constructor for exception be.SIRAPRISE.client.IllegalServerCommandException
Creates the IllegalServerCommandException
IllegalTransactionStateException - Exception in be.SIRAPRISE.client
An IllegalTransactionStateException is thrown by DBTransaction objects if the transaction they represent is in a state that disallows invoking the method of the DBTransaction object that was invoked.
IllegalTransactionStateException() - Constructor for exception be.SIRAPRISE.client.IllegalTransactionStateException
 
IMINUS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"IMINUS" is the MINUS operator for intervals.
IMINUS_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
IncompatibleClosureTypesException - Exception in be.SIRAPRISE.typeimplementations
IncompatibleClosureTypesException
IncompatibleClosureTypesException(String, String) - Constructor for exception be.SIRAPRISE.typeimplementations.IncompatibleClosureTypesException
Creates the IncompatibleClosureTypesException
IncompatibleJoinHeadingsException - Exception in be.SIRAPRISE.typeimplementations
IncompatibleJoinHeadingsException
IncompatibleJoinHeadingsException(Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.IncompatibleJoinHeadingsException
Creates the IncompatibleJoinHeadingsException
INDEX - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
INDEX - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the index relvar
INDEX - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- indexes have been superseded by the new record types, which are the equivalent of "covered indexes", i.e. index plus data record in one
INDEX_FILENAME - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The Storage space for indexes on filename
INDEX_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The Storage space for indexes on relvarname of the physical design relvars
INDEX_STORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The multihashing index space holding indexes on filename+storagespaceid (relvars INDEX & RECORDTYPE)
INDEX_STORAGESPACE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
INDEX_TYPENAME - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The Storage space for indexes on typename
INDEXATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
INDEXATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the IndexAttribute relvar
IndexAttribute - Class in be.SIRAPRISE.client.jsba
 
IndexAttribute() - Constructor for class be.SIRAPRISE.client.jsba.IndexAttribute
Creates the IndexComponent
IndexAttribute(String, String, int, String) - Constructor for class be.SIRAPRISE.client.jsba.IndexAttribute
Creates the IndexComponent
INDEXATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The INDEXATTRIBUTE relvar lists the components that make up the indexer for a record type.
INDEXATTRIBUTEINDEXCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An Index Attribute refers to a non-existing Index"
INDEXATTRIBUTERECORDATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An Index Attribute refers to a non-existing Record Attribute"
INDEXCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
INDEXCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Deprecated.
deprecated
INDEXCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on INDEXCOMPONENT.{RELVARNAME INDEXNAME ORDINAL}, obviously used to enforce a key. Given that the number of indexes per relvar and the number of components per index are likely to stay very small, having this index is overkill (the locator already has RELVARNAME)
INDEXCOMPONENT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- Index components other than simple attribute references are no longer supported (they've never been very useful anyway)
IndexComponentCreate - Class in be.SIRAPRISE.webclient
Deprecated.
- 1.5 has terminated support for complex expressions as index components
IndexComponentCreate() - Constructor for class be.SIRAPRISE.webclient.IndexComponentCreate
Deprecated.
 
IndexComponentCreatePresentation - Class in be.SIRAPRISE.webclient
Deprecated.
deprecated
IndexComponentCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.IndexComponentCreatePresentation
Deprecated.
 
IndexComponentDelete - Class in be.SIRAPRISE.webclient
Deprecated.
- 1.5 has terminated support for complex expressions as index components
IndexComponentDelete() - Constructor for class be.SIRAPRISE.webclient.IndexComponentDelete
Deprecated.
 
IndexComponentDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
Deprecated.
deprecated
IndexComponentDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.IndexComponentDeleteConfirmPresentation
Deprecated.
 
INDEXCOMPONENTINDEX - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
All indexcomponents must be components for an existing index
IndexComponentManage - Class in be.SIRAPRISE.webclient
Deprecated.
- 1.5 has terminated support for complex expressions as index components
IndexComponentManage() - Constructor for class be.SIRAPRISE.webclient.IndexComponentManage
Deprecated.
 
IndexComponentManageDetailsPresentation - Class in be.SIRAPRISE.webclient
Deprecated.
IndexComponents were dropped in 1.5
IndexComponentManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.IndexComponentManageDetailsPresentation
Deprecated.
 
INDEXCOMPONENTORDINAL - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"The ordinal of an indexcomponent must be > 0"
IndexComponentSelectPresentation - Class in be.SIRAPRISE.webclient
Deprecated.
IndexComponents were dropped in 1.5
IndexComponentSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.IndexComponentSelectPresentation
Deprecated.
 
IndexComponentWebClientFunction - Class in be.SIRAPRISE.webclient
Deprecated.
- 1.5 has terminated support for complex expressions as index components
IndexComponentWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.IndexComponentWebClientFunction
Deprecated.
 
INDEXID - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
INDEXID - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
INDEXID - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on INDEXID.{RELVARNAME INDEXNAME}. The locator has RELVARNAME already, and the INDEXNAME is not an extra distinctor enough to warrant the index. There are not likely to be hundreds of indexes on a single relvar.
INDEXID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Deprecated.
deprecated
INDEXID - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- indexes and index ids have been superseded by hashedrecordtypes and clusteredrecordtypes, which are sort of "data record plus index in one".
INDEXID_ID - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
Deprecated.
 
INDEXID_ID - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
INDEXID_ID - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on INDEXID.{INDEXID}. Moved into a multihash along with RELVARID.{RELVARID} and RECORDTYPEID.{RECORDTYPEID}
INDEXID_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
deprecated
INDEXID_NAMES - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
- was a single hash on INDEXID.{RELVARNAME INDEXNAME}. The locator has RELVARNAME already, and the INDEXNAME is not an extra distinctor enough to warrant the index. There are not likely to be hundreds of indexes on a single relvar.
INDEXIDINDEX - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
INDEXINDEXID - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
INDEXINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An index refers to a non-existing Index Space"
INDEXINSINGLEINDEXSPACEUNIQUE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Single index spaces can contain only one index
INDEXNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Deprecated.
deprecated
indexOf(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
indexOf(CharSequence, char, CharSequence) - Static method in class be.SIRAPRISE.util.MyString
Finds the index in the StringBuffer where the given search String appears between paragraph marks, using case insensitive comparison
INDEXRECORDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
An index is defined on a relvar that is not recorded
IndexTypeEnum - Class in be.SIRAPRISE.webclient
IndexTypeEnum is a WAAR enumeration type for indextypes
IndexTypeEnum() - Constructor for class be.SIRAPRISE.webclient.IndexTypeEnum
Creates the enumeration type
InfiniteIntervalsHaveNoBoundsException - Exception in be.SIRAPRISE.typeimplementations
InfiniteIntervalsHaveNoEndExceptions are thrown by IntervalTypeImplementation to signal that a request to get an interval boundary value is illegal because the given interval value is infinite at the requested bound.
init() - Method in class be.SIRAPRISE.webclient.SIRAPRISEServlet
 
init() - Method in class be.SIRAPRISE.webclient.SIRAPRISEServletMultiPartConfig
 
INITIALASSIGNMENTCONSTRAINTPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "INITIALASSIGNMENTCONSTRAINTPOOLSIZE" property defines the initial size of the server engine's cache for AssignmentConstraint objects.
INITIALASSIGNMENTCONSTRAINTPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("750") for the INITIALASSIGNMENTCONSTRAINTPOOLSIZE property
INITIALATTRIBUTEPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "INITIALATTRIBUTEPOOLSIZE" property defines the initial size for the engine's cache of attributes.
INITIALATTRIBUTEPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("500") for the INITIALATTRIBUTEPOOLSIZE property
INITIALCONNECTIONPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "INITIALCONNECTIONPOOLSIZE" property defines the initial size for the server engine's pool of active connections.
INITIALCONNECTIONPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("5") for the INITIALCONNECTIONPOOLSIZE property
INITIALDATABASECONSTRAINTPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
deprecated
INITIALDATABASECONSTRAINTPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
deprecated
INITIALOPERATORPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- no longer used
INITIALOPERATORPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- no longer used
INITIALRELVARPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "INITIALRELVARPOOLSIZE" property defines the initial size of the server engine's cache for Relvar objects.
INITIALRELVARPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("250") for the INITIALRELVARPOOLSIZE property
INITIALTYPEPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- no longer used
INITIALTYPEPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- no longer used
INQUIRE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
INSERT - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
INSERTS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
INSERTSBAC - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
INSERTSSAC - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
instantiate(String, String) - Static method in class be.SIRAPRISE.util.MyClass
Utility method to instantiate a class.
instantiate(String) - Static method in class be.SIRAPRISE.util.MyClass
Utility method to instantiate a class.
instantiate(Class<?>) - Static method in class be.SIRAPRISE.util.MyClass
Utility method to instantiate a class.
INT - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
INT - Static variable in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Utility constant usable for any type declaration object declaring a INT.
INT - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type INT is the usual range of 32-bit integers from -2.147.483.648 to 2.147.483.647.
INT_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
intern() - Method in class be.SIRAPRISE.typeimplementations.ValueBuffer
Gets the interned value for this ScalarValueBuffer
InternalErrorException - Exception in be.SIRAPRISE.util
 
InternalErrorException() - Constructor for exception be.SIRAPRISE.util.InternalErrorException
 
InternalErrorException(Exception) - Constructor for exception be.SIRAPRISE.util.InternalErrorException
Creates the InternalErrorException
InternalErrorException(String) - Constructor for exception be.SIRAPRISE.util.InternalErrorException
Creates the InternalErrorException
INTERNALPARAMETERSPREFIX - Static variable in interface be.SIRAPRISE.client.NAMES
 
intersect(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the intersection of this relation with the given one.
intersect(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
INTERSECT - Class in be.SIRAPRISE.typeimplementations
INTERSECT
INTERSECT() - Constructor for class be.SIRAPRISE.typeimplementations.INTERSECT
 
INTERSECT - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"INTERSECT" is the intersection operator of the relational algebra.
intersect(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
intersect(Map<K, V>, K[]) - Static method in class be.SIRAPRISE.util.MyMap
Returns a Map that holds only the entries from map1 whose keys also occur in keys-to-be-included.
intersect(Map<K, V>, K[], Class<? extends Map<K, V>>) - Static method in class be.SIRAPRISE.util.MyMap
Returns a Map that holds only the entries of map1 whose keys also occur in keys-to-be-included
intersect(Map<K, V>, Set<K>) - Static method in class be.SIRAPRISE.util.MyMap
Returns a Map that holds only the entries from map1 whose keys also occur in keys-to-be-included.
intersect(Map<K, V>, Set<K>, Class<? extends Map<K, V>>) - Static method in class be.SIRAPRISE.util.MyMap
Returns a Map that holds only the entries of map1 whose keys also occur in keys-to-be-included
INTERSECT_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation INTERSECT operator takes two arguments, both of a relation type.
INTERSECT_RELATION_RELATION() - Constructor for class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
Deprecated.
- this constructor is available only for use in the context of the Externalizable machinery
intersectIntoMap(Map<K, V>, K[], Map<? super K, ? super V>) - Static method in class be.SIRAPRISE.util.MyMap
Puts all entries that appear either in map1 in the result map, iff its key appears in the given set of keys-to-be-included.
intersectIntoMap(Map<K, V>, Set<K>, Map<? super K, ? super V>) - Static method in class be.SIRAPRISE.util.MyMap
Puts all entries that appear either in map1 in the result map, iff its key appears in the given set of keys-to-be-included.
INTERSECTInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
INTERSECTInvocationResultDetails
INTERSECTInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, LinkedHashSet<NameIdentifier>, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>) - Constructor for class be.SIRAPRISE.typeimplementations.INTERSECTInvocationResultDetails
Creates the JOINInvocationResultDetails
IntersectionWithEmptyIntervalException - Exception in be.SIRAPRISE.typeimplementations
 
IntersectProxy - Class in be.SIRAPRISE.client
 
IntersectProxy(RelationProxy, IRelation) - Constructor for class be.SIRAPRISE.client.IntersectProxy
 
intersectUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the intersection of this relation with the given one, with explicitly specified attributes (and only those) to be treated in 'USING' mode.
intersectUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
INTERSECTUSING - Class in be.SIRAPRISE.typeimplementations
INTERSECTUSING
INTERSECTUSING() - Constructor for class be.SIRAPRISE.typeimplementations.INTERSECTUSING
 
INTERSECTUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
intersectUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
INTERSECTUSING_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation INTERSECT operator takes two arguments, both of a relation type.
INTERSECTUSING_RELATION_RELATION() - Constructor for class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
Deprecated.
- this constructor is available only for use in the context of the Externalizable machinery
IntersectUsingProxy - Class in be.SIRAPRISE.client
 
IntersectUsingProxy(RelationProxy, IRelation, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.IntersectUsingProxy
 
IntervalAfterOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
Implementation objects class for the interval 'AFTER' operators for the different interval types
IntervalAfterOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
Creates the IntervalAfterOperatorImplementation object for some underlying base type
IntervalBeforeOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation object holding the IntervalBeforeOperator logic for some specific underlying base type.
IntervalBeforeOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
Creates the IntervalBeforeOperatorImplementation
IntervalBeginsOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation object for a particular IntervalBegins operator
IntervalBeginsOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
Creates the intervalbegins operator implementation object for some specific ordered base type.
IntervalContainsOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation class for the CONTAINS operator on interval types
IntervalContainsOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
Creates the implementation object
IntervalContainsPointOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The CONTAINSPOINT operator can be used to check whether an interval value "contains" some value of its underlying base type.
IntervalContainsPointOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
Creates the IntervalContainsPointOperatorImplementation
IntervalEndPointOfOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
 
IntervalEndPointOfOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
Creates the IntervalEndPointOfOperatorImplementation
IntervalEndsOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation object for a specific IntervalEnds operator
IntervalEndsOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
Creates the implementation object
IntervalGapBetweenOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The gapbetween operator implementation for some specific interval type.
IntervalGapBetweenOperatorImplementation(IntervalTypeImplementation, IntervalMergesOperatorImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
Creates the IntervalGapBetweenOperatorImplementation
IntervalIntersectOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the interval intersect operator for a specific underlying base type
IntervalIntersectOperatorImplementation(IntervalTypeImplementation, IntervalOverlapsOperatorImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
Creates the implementation object
IntervalIsEmptyOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation object for the interval IsEmpty operator for some specific underlying ordered base type
IntervalIsEmptyOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
 
IntervalIsInfiniteOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
Deprecated.
- replace invocations of this operator with the (negation of) the new ISUPPERBOUNDED() operator
IntervalIsInfiniteOperatorImplementation(String) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
Creates the IntervalIsInfiniteOperatorImplementation
IntervalIsLowerBoundedOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation object for the ISLOWERBOUNDED operator for some specific interval type
IntervalIsLowerBoundedOperatorImplementation(String) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
Creates the IntervalIsLowerBoundedOperatorImplementation
IntervalIsUpperBoundedOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation object for the ISINFINITE operator for some specific interval type
IntervalIsUpperBoundedOperatorImplementation(String) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
Creates the IntervalIsUpperBoundedOperatorImplementation
INTERVALLOCATORCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
No intervaltyped attribute can be a determinant in a component of a locator index
IntervalMapsForHeading - Class in be.SIRAPRISE.typeimplementations
 
IntervalMapsForHeading() - Constructor for class be.SIRAPRISE.typeimplementations.IntervalMapsForHeading
 
IntervalMeetsOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The MEETS implementation object for some specific interval type
IntervalMeetsOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
Creates the implementation object
IntervalMergesOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
IntervalMergesOperatorImplementation is the implementation class for the MERGES() operator for any interval type
IntervalMergesOperatorImplementation(String, IntervalOverlapsOperatorImplementation, IntervalMeetsOperatorImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
Creates the IntervalMergesOperatorImplementation for the named interval type
IntervalMinusOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
Creates the implementation object for the interval minus operator of some specific interval type
IntervalMinusOperatorImplementation(IntervalTypeImplementation, IntervalOverlapsOperatorImplementation, IntervalWithinOperatorImplementation, IntervalSplitByOperatorImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
 
IntervalOperatorImplementation - Interface in be.SIRAPRISE.typeimplementations
The IntervalOperatorImplementation has no associated methods.
IntervalOverlapsOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation class of the overlaps operator for interval types
IntervalOverlapsOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
Creates the implementation object for some interval type's overlap operator
IntervalSpanOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The span operator implementation for some specific interval type
IntervalSpanOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
Creates the operator implementation object for the interval union for some specific interval type
IntervalSplitByOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
IntervalSplitByOperatorImplementation is the implementation class for "split by" interval operators
IntervalSplitByOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
Creates the implementation object
IntervalSplitException - Exception in be.SIRAPRISE.typeimplementations
An IntervalSplitException is thrown by the IntervalMinusOperatorImplementation to signal the fact that the result of the interval difference is not an interval (i.e.
IntervalSplitsOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation of the "PROPERLY CONTAINED WITHIN" operator for interval types
IntervalSplitsOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
Creates the operator implementation of within for some specific interval type
IntervalStartPointOfOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The STARTPOINTOF operator is equivalent to the THE_BEGIN operator that exists automatically for any interval type.
IntervalStartPointOfOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
Creates the IntervalStartPointOfOperatorImplementation
INTERVALTYPE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
INTERVALTYPE:{INTERVALTYPENAME}
INTERVALTYPE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the IntervalType relvar
INTERVALTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The IntervalType relvar lists the names of the intervaltypes known to SIRA_PRISE, and the name of the base type to which they correspond.
INTERVALTYPE_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
INTERVALTYPE_NAME - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
INTERVALTYPE_SOURCE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
INTERVALTYPE:{TYPENAME}
INTERVALTYPEBASETYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An interval Type refers to a non-existing Base Type"
IntervalTypeImplementation - Class in be.SIRAPRISE.typeimplementations
IntervalTypeImplementation generically defines implementation objects for each interval type.
IntervalTypeImplementation(AbstractTypeImplementation_V0105) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Creates the IntervalTypeImplementation
INTERVALTYPENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
INTERVALTYPENAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
INTERVALTYPENAMESUFFIX - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
All interval type names are constructed by appending this suffix to the name of the ordered type that defines the interval type.
INTERVALTYPETYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An interval Type is itself not registered as a Type"
IntervalUnionOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The union operator implementation for some specific interval type
IntervalUnionOperatorImplementation(IntervalTypeImplementation, IntervalMergesOperatorImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
Creates the operator implementation object for the interval union for some specific interval type
IntervalWithinOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation class of the WITHIN operator for interval types
IntervalWithinOperatorImplementation(IntervalTypeImplementation) - Constructor for class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
Creates the operator implementation of within for some specific interval type
InvalidEscapedCharacterException - Exception in be.SIRAPRISE.util
An exception used by the BracketParser to signal the detection of an invalid escape sequence.
InvalidEscapedCharacterException(int, String) - Constructor for exception be.SIRAPRISE.util.InvalidEscapedCharacterException
Creates the exception, setting an error message based on the given string and checkPos
InvalidMessageException - Exception in be.SIRAPRISE.messages
 
InvalidPrintJournalsMessageException - Exception in be.SIRAPRISE.messages
 
InvalidValueException - Exception in be.SIRAPRISE.typeimplementations
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.
InvalidValueException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.InvalidValueException
Creates the Exception object, setting an error message
InvalidValueException(String, Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.InvalidValueException
Creates the Exception object, setting an error message and the causing exception
invokeGetterAndConvertToString(Object, Object[]) - Method in class be.SIRAPRISE.client.jsba.JSBAMethodInvoker
Invokes a JSBA getter method and converts the result of the invocation to a String representation
IRelation - Interface in be.SIRAPRISE.client
 
isAtLeast(short, short) - Method in class be.SIRAPRISE.util.Version
Checks whether this version indicates a version that is at least (i.e the same, or later than) the one indicated by the given arguments
isAtLeast(Version) - Method in class be.SIRAPRISE.util.Version
Checks whether this version indicates a version that is at least (i.e the same, or later than) the one indicated by the given arguments
isAutoCommit() - Method in class be.SIRAPRISE.client.DBTransaction
Gets the flag indicating whether all DML statements executed in the transaction should be automatically committed
isAutoCommit() - Method in class be.SIRAPRISE.messages.StartSubTransactionMessage
Checks whether each individual statement in the transaction is to be committed automatically
isAutoCommit() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Checks whether, for read-only transactions, the read locks acquired by the server can be released after each individual statement executed by the transaction
isBefore(short, short) - Method in class be.SIRAPRISE.util.Version
Checks whether this version indicates an earlier version than the one indicated by the given arguments
isBefore(Version) - Method in class be.SIRAPRISE.util.Version
Checks if this Version object designates an earlier version than the other one
isBypassAssignmentConstraints() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets bypassAssignmentConstraints
isCaptureDDL() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Gets the flag indicating whether the server's DDL capture facility should be activated for this transaction
isCapturingDDL() - Method in class be.SIRAPRISE.util.DDLCapture
Checks whether this DDLCapture represents the "capturing ON" mode
isCommit() - Method in class be.SIRAPRISE.messages.CommitRollbackMessage
Gets the commit flag
isCommit() - Method in class be.SIRAPRISE.messages.EndTransactionMessage
Gets the commit flag
isCommit() - Method in class be.SIRAPRISE.messages.TransactionEndedMessage
Indicates whether the transaction must be ended with a commit or a rollback
isCommitted() - Method in class be.SIRAPRISE.messages.CommittedMessage
Gets the flag indicating whether a commit has been done by the server
isDefaultInitialAutoCommitForTransactions() - Static method in class be.SIRAPRISE.client.DBConnection
Gets defaultInitialAutoCommitForTransactions
isDeterministic() - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
isDeterministic() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
isDeterministic() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
isDeterministic() - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
isDeterministic() - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
isDeterministic() - Method in class be.SIRAPRISE.server.IsSubTypeOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ABS_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ABS_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ABS_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ABS_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.COS_ANGLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.DIV_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FIRSTDATE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FIRSTINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GROUP_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LASTFLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LASTINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_BITS
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_NAME
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LENGTH_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LN_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LUID
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MOD_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.NEXTINT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
 
isDeterministic() - Method in interface be.SIRAPRISE.typeimplementations.OperatorImplementation_V0104
Tells whether the operator is deterministic with respect to the arguments of its invocations.
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PI
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PRIORINT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SEC_ANGLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SIN_ANGLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SUB_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TAN_ANGLE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOINT_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOLONG_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
isDistinct() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets distinct
ISDISTINCT - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ISDISTINCT_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
isEmpty() - Method in class be.SIRAPRISE.util.MyListSet
 
isEmpty() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
isEmpty() - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
isEmpty() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
isEmpty() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
ISEMPTYINTERVAL - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"ISEMPTYINTERVAL" is the operator for testing emptiness of an interval.
ISEMPTYINTERVAL_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
isFatal() - Method in class be.SIRAPRISE.messages.ServerErrorMessage
Gets a flag indicating whether the error was 'fatal', i.e.
isFullyBounded(short) - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Checks whether the interval value that the given finiteness indicator was drawn from, has both a begin and end component
isFullyUnbounded(short) - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Checks whether the interval value that the given finiteness indicator was drawn from, has both a begin and end component
ISINFINITEINTERVAL - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
Deprecated.
- replace invocations of this operator with the (negation of) the new ISUPPERBOUNDED() operator
ISINFINITEINTERVAL_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
Deprecated.
- replace invocations of this operator with the (negation of) the new ISUPPERBOUNDED() operator
isIntervalTyped() - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
 
isIntervalTyped() - Method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
 
isIntervalTyped() - Method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Checks whether the declared scalar type is interval-typed.
isKeyRetainedAfterGroup() - Method in class be.SIRAPRISE.typeimplementations.GROUPInvocationResultDetails
Gets the Indicator whether a key of the input expression was retained after the GROUP
isLowerBounded(short) - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Checks whether the interval value that the given finiteness indicator was drawn from, has a begin component.
ISLOWERBOUNDED - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
ISLOWERBOUNDED_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
isLowerInfinite(short) - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Checks whether the interval value that the given finiteness indicator was drawn from, lacks a begin component.
isMonoRelationOperator() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperator
Checks if the operator takes only one Relation as input.
isNonScalarSubTypeOf(Heading) - Method in class be.SIRAPRISE.typeimplementations.Heading
Checks whether this heading represents/defines a nonscalar subtype of the given one.
isNonScalarType(String) - Static method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Checks whether the given type name indicates a NonScalar Type.
ISO - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
ISO - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
ISO_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
ISODateFormat - Class in be.SIRAPRISE.util
The DateFormat for the ISO date format (which is the default)
isOfType(AbstractTypeImplementation_V0105) - Method in class be.SIRAPRISE.typeimplementations.AbstractJavaBackedTypeImplementation_V0105
 
isOfType(AbstractTypeImplementation_V0105) - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Deprecated.
- replace with TypeDeclaration.matchesExpectedTypeDeclaration. This method cannot properly handle subtype relationships between nonscalar types
isOfType(AbstractTypeImplementation_V0105) - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
isOpen() - Method in class be.SIRAPRISE.client.DBConnection
Checks whether a connection is open
ISORDERED - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ISORDERED_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ISOTimeFormat - Class in be.SIRAPRISE.util
The DateFormat object for the ISO time format (which is the default format for time values)
ISOTimeStampFormat - Class in be.SIRAPRISE.util
The DateFormat object for the ISO timestamp format (which is the default)
ISOWITHNANOSECONDS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
ISOWITHNANOSECONDS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
ISOWITHNANOSECONDS_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
isPossibleGenericOperator(NameIdentifier) - Static method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Checks whether an operator invocation name possible indicates a "generic" operator.
isPossibleGenericOperator(String) - Static method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
isProjectionCanCauseDuplicateElimination() - Method in class be.SIRAPRISE.typeimplementations.PROJECTInvocationResultDetails
Gets projectionCanCauseDuplicateElimination
isProperSubSetOf(Relation) - Method in class be.SIRAPRISE.typeimplementations.Relation
Checks if this container contains all of the tuples in the given one
isProperSuperSetOf(Relation) - Method in class be.SIRAPRISE.typeimplementations.Relation
Checks if this container contains all of the tuples in the given one
isProxy() - Method in interface be.SIRAPRISE.client.IRelation
Checks whether this object is a proxy for a relation.
isProxy() - Method in class be.SIRAPRISE.client.RelationProxy
 
isProxy() - Method in class be.SIRAPRISE.typeimplementations.Relation
 
isReadOnly() - Method in class be.SIRAPRISE.client.DBTransaction
Gets the Flag indicating whether the transaction is read-only
isReadOnly() - Method in class be.SIRAPRISE.client.TransactionMode
Gets the readOnly status of this transaction mode
isReadOnlyTransaction() - Method in class be.SIRAPRISE.messages.StartSubTransactionMessage
Checks whether or not the new transaction is a read-only one, i.e.
isReadOnlyTransaction() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Checks whether or not the new transaction is a read-only one, i.e.
ISSCALAR - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
isScalar() - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
 
isScalar() - Method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
 
isScalar() - Method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Checks whether the declared type is scalar
ISSCALAR_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
isScalarType(String) - Static method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Checks whether the given type name indicates a Scalar Type.
isStrictUnionCompatibleWith(Heading) - Method in class be.SIRAPRISE.typeimplementations.Heading
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
isSubSetOf(Relation) - Method in class be.SIRAPRISE.typeimplementations.Relation
Checks if this container is a subset of the given one
IsSubTypeOperatorImplementation - Class in be.SIRAPRISE.server
IsSubTypeOperatorImplementation implements the logic for the IS_SUBTYPE(SUPERTYPE) operator.
IsSubTypeOperatorImplementation(String, LinkedList<ServerSideConstrainedTypeImplementation>) - Constructor for class be.SIRAPRISE.server.IsSubTypeOperatorImplementation
Creates the IsSubTypeOperatorImplementation
isSuperSetOf(Relation) - Method in class be.SIRAPRISE.typeimplementations.Relation
Checks if this container contains all of the tuples in the given one
isTrustAuthentications() - Method in class be.SIRAPRISE.client.jsba.Client
Gets trustAuthentications
isUpperBounded(short) - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Checks whether the interval value that the given finiteness indicator was drawn from, has an end component truth table xx01 ===> true xx00 ===> false
ISUPPERBOUNDED - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
ISUPPERBOUNDED_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
isUpperInfinite(short) - Static method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
Checks whether the interval value that the given finiteness indicator was drawn from, lacks an end component truth table xx01 ===> false xx00 ===> true
isUserAuthenticatedByClient() - Method in class be.SIRAPRISE.messages.ExecuteCompiledMonitorCommandMessage
Tells whether the user issuing the monitor command has been authenticated by the client
isUserAuthenticatedByClient() - Method in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessage
Tells whether the user issuing the monitor command has been authenticated by the client
isUserAuthenticatedByClient() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Gets the flag indicating whether the user identified by getUserID() has been authenticated by the client, meaning that if the server trusts the client, the server needn't do user authentication of its own.
iterator() - Method in class be.SIRAPRISE.client.TupleContainer
Gets an iterator over the tuples in the container
iterator() - Method in class be.SIRAPRISE.util.MyListSet
 
iterator() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
iterator() - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
IUNION - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"IUNION" is the UNION operator for intervals.
IUNION_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 

J

JAVABACKEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
JavaBackedType - Class in be.SIRAPRISE.client.jsba
 
JavaBackedType() - Constructor for class be.SIRAPRISE.client.jsba.JavaBackedType
Creates the Type
JavaBackedType(String) - Constructor for class be.SIRAPRISE.client.jsba.JavaBackedType
Creates the Type
JAVABACKEDTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The JavaBackedType relvar records the names of the java-backed types that are made available to the server.
Heading : TYPENAME(NAME)
Predicate : Type <TYPENAME> is a DBMS supported type backed by a java implementation.
JAVABACKEDTYPE_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
JavaBackedTypesCreate - Class in be.SIRAPRISE.webclient
Function to add a new type to the SIRA_PRISE type system
JavaBackedTypesCreate() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesCreate
 
JavaBackedTypesCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
JavaBackedTypesCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesCreateHelpPresentation
 
JavaBackedTypesCreatePresentation - Class in be.SIRAPRISE.webclient
 
JavaBackedTypesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesCreatePresentation
 
JavaBackedTypesDelete - Class in be.SIRAPRISE.webclient
Function to delete a base type
JavaBackedTypesDelete() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesDelete
 
JavaBackedTypesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
JavaBackedTypesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesDeleteConfirmPresentation
 
JavaBackedTypesDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
JavaBackedTypesDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesDeleteHelpPresentation
 
JavaBackedTypesManage - Class in be.SIRAPRISE.webclient
 
JavaBackedTypesManage() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesManage
 
JavaBackedTypesManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
JavaBackedTypesManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesManageHelpPresentation
 
JavaBackedTypesManagePresentation - Class in be.SIRAPRISE.webclient
 
JavaBackedTypesManagePresentation() - Constructor for class be.SIRAPRISE.webclient.JavaBackedTypesManagePresentation
 
JavaHome - Class in be.SIRAPRISE.util
A utility class providing methods relating to the java installation itself
JCECipher - Class in be.SIRAPRISE.util
The JCECipher is a wrapper class around a JCE Cipher class.
JCECipher(Cipher) - Constructor for class be.SIRAPRISE.util.JCECipher
 
join(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the join of this relation with the given one, with explicitly specified attributes (and only those) to be treated in 'USING' mode.
join(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
JOIN - Class in be.SIRAPRISE.typeimplementations
JOIN
JOIN() - Constructor for class be.SIRAPRISE.typeimplementations.JOIN
 
JOIN - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"JOIN" is the natural-join operator of the relational algebra.
join(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
JOIN_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation JOIN operator takes two arguments, both of a relation type.
JOIN_RELATION_RELATION() - Constructor for class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
Deprecated.
- this constructor is available only for use in the context of the Externalizable machinery
JOINInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
JOINInvocationResultDetails
JOINInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, LinkedHashSet<NameIdentifier>, Set<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Constructor for class be.SIRAPRISE.typeimplementations.JOINInvocationResultDetails
Creates the JOINInvocationResultDetails
JoinProxy - Class in be.SIRAPRISE.client
 
JoinProxy(RelationProxy, IRelation) - Constructor for class be.SIRAPRISE.client.JoinProxy
 
joinUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the join of this relation with the given one, with explicitly specified attributes (and only those) to be treated in 'USING' mode.
joinUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
JOINUSING - Class in be.SIRAPRISE.typeimplementations
JOINUSING
JOINUSING() - Constructor for class be.SIRAPRISE.typeimplementations.JOINUSING
 
JOINUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
joinUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
JOINUSING_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation JOIN operator takes two arguments, both of a relation type.
JOINUSING_RELATION_RELATION() - Constructor for class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
Deprecated.
- this constructor is available only for use in the context of the Externalizable machinery
JoinUsingAttributeNotCommonBetweenArgumentsException - Exception in be.SIRAPRISE.typeimplementations
JoinUsingAttributeNotCommonBetweenArgumentsException
JoinUsingAttributeNotCommonBetweenArgumentsException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.JoinUsingAttributeNotCommonBetweenArgumentsException
Creates the JoinUsingAttributeNotCommonBetweenArgumentsException
JoinUsingProxy - Class in be.SIRAPRISE.client
 
JoinUsingProxy(RelationProxy, IRelation, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.JoinUsingProxy
 
JOURNALFILESPREFIX - Static variable in interface be.SIRAPRISE.client.NAMES.FILENAMES
 
JOURNALFILESSUFFIX - Static variable in interface be.SIRAPRISE.client.NAMES.FILENAMES
 
JSBAMethodInvoker - Class in be.SIRAPRISE.client.jsba
 
JSBAMethodInvoker() - Constructor for class be.SIRAPRISE.client.jsba.JSBAMethodInvoker
 

K

KEEPPAGEINPOOLMILLIS - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "KEEPPAGEINPOOLMILLIS" property defines the time in milleseconds that a page that has been accessed by some user, will remain in the page cache.
KEEPPAGEINPOOLMILLISDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("30000") for the KEEPPAGEINPOOLMILLIS property
KEY - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
Deprecated.
 
KEY - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
KEY - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
KEY - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on KEY.{RELVARNAME KEYID}. The locator already has RELVARNAME.
Key - Class in be.SIRAPRISE.client.jsba
 
Key() - Constructor for class be.SIRAPRISE.client.jsba.Key
Creates the Key
Key(String, long) - Constructor for class be.SIRAPRISE.client.jsba.Key
Creates the Key
KEY - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The KEY relvar inventorises all the declared keys of the database.
Heading : RELVARNAME(NAME) ERRORCODE(LONG)
Key {ERRORCODE}
Predicate : Relation variable <RELVARNAME> has a key with error code <ERRORCODE>.
KEY_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
KEYATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
Deprecated.
 
KEYATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
KEYATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
KEYATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on KEY.{RELVARNAME KEYID ATTRIBUTENAME}. The locator already has RELVARNAME, and the number of keys per relvar, and number of attributes per key, are both very unlikely to run in the dozens. So the locator index should suffice.
KeyAttribute - Class in be.SIRAPRISE.client.jsba
 
KeyAttribute() - Constructor for class be.SIRAPRISE.client.jsba.KeyAttribute
Creates the KeyAttribute
KeyAttribute(long, String) - Constructor for class be.SIRAPRISE.client.jsba.KeyAttribute
Creates the KeyAttribute
KEYATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The KEYATTRIBUTE relvar lists all the attributes that participate in a key declared on a relvar.
Heading : ERRORCODE(LONG) ATTRIBUTENAME(NAME)
Predicate : Attribute <ATTRIBUTENAME> is part of the key with error code <ERRORCODE>.
KEYATTRIBUTE_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
KEYATTRIBUTEKEY - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Key Attribute refers to a non-existing Key"
KEYATTRIBUTERELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Key Attribute refers to a non-existing Relvar Attribute"
KeyAttributesCreate - Class in be.SIRAPRISE.webclient
 
KeyAttributesCreate() - Constructor for class be.SIRAPRISE.webclient.KeyAttributesCreate
 
KeyAttributesCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
KeyAttributesCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.KeyAttributesCreateHelpPresentation
 
KeyAttributesCreatePresentation - Class in be.SIRAPRISE.webclient
 
KeyAttributesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.KeyAttributesCreatePresentation
 
KeyAttributesDelete - Class in be.SIRAPRISE.webclient
 
KeyAttributesDelete() - Constructor for class be.SIRAPRISE.webclient.KeyAttributesDelete
 
KeyAttributesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
KeyAttributesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.KeyAttributesDeleteConfirmPresentation
 
KeyAttributesDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
KeyAttributesDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.KeyAttributesDeleteHelpPresentation
 
KeyAttributesSelectPresentation - Class in be.SIRAPRISE.webclient
 
KeyAttributesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.KeyAttributesSelectPresentation
 
KeyAttributesWebClientFunction - Class in be.SIRAPRISE.webclient
 
KeyAttributesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.KeyAttributesWebClientFunction
 
KeyDef - Class in be.SIRAPRISE.typeimplementations
A KeyDef is a wrapper class encompassing a set of attribute names.
KeyDef(Collection<String>) - Constructor for class be.SIRAPRISE.typeimplementations.KeyDef
Deprecated.
KeyDef(Collection<NameIdentifier>, boolean) - Constructor for class be.SIRAPRISE.typeimplementations.KeyDef
Creates the KeyDef
KEYRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Key refers to a non-existing Relvar"
KeysCreate - Class in be.SIRAPRISE.webclient
 
KeysCreate() - Constructor for class be.SIRAPRISE.webclient.KeysCreate
 
KeysCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
KeysCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.KeysCreateHelpPresentation
 
KeysCreatePresentation - Class in be.SIRAPRISE.webclient
 
KeysCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.KeysCreatePresentation
 
KeysDelete - Class in be.SIRAPRISE.webclient
 
KeysDelete() - Constructor for class be.SIRAPRISE.webclient.KeysDelete
 
KeysDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
KeysDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.KeysDeleteConfirmPresentation
 
keySet() - Method in class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
 
keySet() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
keySet() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
KeysManage - Class in be.SIRAPRISE.webclient
 
KeysManage() - Constructor for class be.SIRAPRISE.webclient.KeysManage
 
KeysManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
KeysManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.KeysManageDetailsPresentation
 
KeysManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
KeysManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.KeysManageHelpPresentation
 
KeysSelectPresentation - Class in be.SIRAPRISE.webclient
 
KeysSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.KeysSelectPresentation
 
KeysWebClientFunction - Class in be.SIRAPRISE.webclient
 
KeysWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.KeysWebClientFunction
 
KEYTUPLECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
KILLCONNECTION - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
KillConnection - Class in be.SIRAPRISE.webclient
 
KillConnection() - Constructor for class be.SIRAPRISE.webclient.KillConnection
 
KillConnectionHelpPresentation - Class in be.SIRAPRISE.webclient
 
KillConnectionHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.KillConnectionHelpPresentation
 
KillConnectionMessage - Class in be.SIRAPRISE.messages
 
KillConnectionMessageType - Class in be.SIRAPRISE.messages
The KillConnectionMessageType is used for instructing the server monitor to explicitly end a connection held by some other user.
KillConnectionMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The KillConnectionMessageType is used for instructing the server monitor to end a connection held by another user.
KillConnectionParams - Class in be.SIRAPRISE.messages
 
KillConnectionParams(String) - Constructor for class be.SIRAPRISE.messages.KillConnectionParams
 
KillConnectionPresentation - Class in be.SIRAPRISE.webclient
 
KillConnectionPresentation() - Constructor for class be.SIRAPRISE.webclient.KillConnectionPresentation
 

L

LAST - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
LASTDATE - Class in be.SIRAPRISE.typeimplementations
The LASTDATE operator returns the highest supported DATE value
LASTDATE() - Constructor for class be.SIRAPRISE.typeimplementations.LASTDATE
 
LASTFLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT LASTvalue operator.
LASTFLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.LASTFLOAT
 
lastIndexOf(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
LASTINT - Class in be.SIRAPRISE.typeimplementations
The LASTINT operator returns the highest supported INT value
LASTINT() - Constructor for class be.SIRAPRISE.typeimplementations.LASTINT
 
LASTLONG - Class in be.SIRAPRISE.typeimplementations
The LASTLONG operator returns the highest supported LONG value
LASTLONG() - Constructor for class be.SIRAPRISE.typeimplementations.LASTLONG
 
LASTTIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
The TIMEOFDAY LASTvalue operator.
LASTTIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
 
LE - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
LE_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintChecksDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.AssignmentConstraintsDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.AttributesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.AttributesOverview
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.ClientCertificatesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.ClientsDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.ClusteredRecordSpaceManage
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.ConstrainedTypesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.DatabaseConstraintsDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.DbmsFilesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.HashedRecordSpaceManage
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.IndexComponentDelete
Deprecated.
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.JavaBackedTypesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.KeyAttributesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.KeysDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.RecordAttributesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.RecordTypesCreate
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.RecordTypesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.RelvarAttributesCreate
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.RelvarAttributesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.RelvarsDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.StorageSpaceDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.StorageSpaceManage
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.TriggeredDataActionsManage
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.TupleConstraintsCreate
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.TupleConstraintsDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesManage
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreate
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsCreate
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsDelete
 
leaveFunctionOnExit() - Method in class be.SIRAPRISE.webclient.UsersDelete
 
leftJoin(IRelation, Map<NameIdentifier, String>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the leftjoin of this relation with the given one.
leftJoin(IRelation, Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.client.RelationProxy
 
LEFTJOIN - Class in be.SIRAPRISE.typeimplementations
LEFTJOIN
LEFTJOIN() - Constructor for class be.SIRAPRISE.typeimplementations.LEFTJOIN
 
LEFTJOIN - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"LEFTJOIN" is a "left join" of the relational algebra supported by SIRA_PRISE.
leftJoin(IRelation, Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
leftJoinUsing(IRelation, Map<NameIdentifier, String>, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the leftjoin of this relation with the given one.
leftJoinUsing(IRelation, Map<NameIdentifier, String>, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
LEFTJOINUSING - Class in be.SIRAPRISE.typeimplementations
LEFTJOINUSING
LEFTJOINUSING() - Constructor for class be.SIRAPRISE.typeimplementations.LEFTJOINUSING
 
LEFTJOINUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
leftJoinUsing(IRelation, Map<NameIdentifier, String>, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
LENGTH - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
LENGTH_BITS - Class in be.SIRAPRISE.typeimplementations
LENGTH returns the number of tokens in the BITS argument
LENGTH_BITS() - Constructor for class be.SIRAPRISE.typeimplementations.LENGTH_BITS
 
LENGTH_FILENAME - Class in be.SIRAPRISE.typeimplementations
LENGTH returns the number of tokens in the FILENAME argument
LENGTH_FILENAME() - Constructor for class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
 
LENGTH_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
LENGTH_INTINTERVAL - Class in be.SIRAPRISE.typeimplementations
LENGTH returns the length of the interval value in the argument
LENGTH_INTINTERVAL() - Constructor for class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
 
LENGTH_LONGINTERVAL - Class in be.SIRAPRISE.typeimplementations
LENGTH returns the length of the interval value in the argument
LENGTH_LONGINTERVAL() - Constructor for class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
 
LENGTH_NAME - Class in be.SIRAPRISE.typeimplementations
LENGTH returns the number of tokens in the NAME argument
LENGTH_NAME() - Constructor for class be.SIRAPRISE.typeimplementations.LENGTH_NAME
 
LENGTH_RELATION - Class in be.SIRAPRISE.typeimplementations
LENGTH returns the number of tuples in the RELATION argument
LENGTH_RELATION() - Constructor for class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
 
LENGTH_STRING - Class in be.SIRAPRISE.typeimplementations
LENGTH returns the number of tokens in the STRING argument
LENGTH_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.LENGTH_STRING
 
LessOrEqualOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
 
LessOrEqualOperatorImplementation(OperatorImplementation_V0104) - Constructor for class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
Creates the LessOrEqualOperatorImplementation
LessThanOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
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.
LessThanOperatorImplementation(OperatorImplementation_V0104) - Constructor for class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
Creates the LessThanOperatorImplementation
listIterator() - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
listIterator(int) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
LN_FLOAT - Class in be.SIRAPRISE.typeimplementations
LN returns the natural logarithm of the argument
LN_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.LN_FLOAT
 
Localizer - Interface in be.SIRAPRISE.util
 
LOCKDENIALRETRYCOUNT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "LOCKDENIALRETRYCOUNT" property defines the number of times that a task can retry acquiring a lock it has been denied.
LOCKDENIALRETRYCOUNTDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("7") for the LOCKDENIALRETRYCOUNT property
LOCKDENIALWAITTIME - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "LOCKDENIALWAITTIME" property defines the time in milliseconds that the scheduler will lay a user task asleep, if that user task has been denied access to some resource due to an incompatible lock being held on that resource by some other task.
LOCKDENIALWAITTIMEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("375") for the LOCKDENIALWAITTIME property
LONG - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
LONG - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type LONG is the usual range of (signed) 64-bit integers.
LONG_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
LOWERCASE_STRING - Class in be.SIRAPRISE.typeimplementations
LOWERCASE() returns the argument, converted to lowercase
LOWERCASE_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
 
LT - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
LT_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
LUID - Class in be.SIRAPRISE.typeimplementations
The LUID operator returns a "unique ID"
LUID() - Constructor for class be.SIRAPRISE.typeimplementations.LUID
 
LUWDATETIME - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
LUWPoolOverview - Class in be.SIRAPRISE.webclient
The LUWPoolOverview function can be used to obtain an overview of the currently active luws (= user transactions) in the SIRA_PRISE server's universe.
LUWPoolOverview() - Constructor for class be.SIRAPRISE.webclient.LUWPoolOverview
 
LUWPoolOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
LUWPoolOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.LUWPoolOverviewHelpPresentation
 
LUWPoolOverviewPresentation - Class in be.SIRAPRISE.webclient
 
LUWPoolOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.LUWPoolOverviewPresentation
 
LUWS - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
LuwsMessage - Class in be.SIRAPRISE.messages
 
LuwsMessageType - Class in be.SIRAPRISE.messages
The LuwsMessageType is used for instructing the server monitor to return an overview of the currently active units of work.
LuwsMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The LuwsMessageType is used for instructing the server monitor to return an overview of the currently active luw's to the user.
LuwsParams - Class in be.SIRAPRISE.messages
 
LuwsParams() - Constructor for class be.SIRAPRISE.messages.LuwsParams
 

M

MAG - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
MAG_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
main(String[]) - Static method in class be.SIRAPRISE.client.jsba.DBObjectGenerator
The DBObjectGenerator utility helps the developer to write jsba-annotated classes for the java/SIRA_PRISE bridging architecture (abbreviated JSBA).
main(String[]) - Static method in class be.SIRAPRISE.client.jsba.DBObjectInterfaceGenerator
The DBObjectInterfaceGenerator utility helps the developer in writing classes for the java/SIRA_PRISE bridging architecture (abbreviated JSBA) by generating java source files that define an interface for JSBA classes to implement.
main(String[]) - Static method in class be.SIRAPRISE.client.ProcessScript
Runs a series of commands through the server
main(String[]) - Static method in class be.SIRAPRISE.server.RecoverServerEngine
Method to recover the SIRA_PRISE engine
main(String[]) - Static method in class be.SIRAPRISE.server.RegisterClientX509Certificate
Method to register a client's X.509 certificate in the database
main(String[]) - Static method in class be.SIRAPRISE.server.RegisterUserX509Certificate
Method to register a client's X.509 certificate in the database
main(String[]) - Static method in class be.SIRAPRISE.server.RequestLicense_SW
Launch the application.
main(String[]) - Static method in class be.SIRAPRISE.server.StartServerEngine
Method to start the SIRA_PRISE engine
main(String[]) - Static method in class be.SIRAPRISE.server.StopServerEngine
Method to stop the SIRA_PRISE engine
main(String[]) - Static method in class be.SIRAPRISE.server.SysGen_CL
Launch the application.
main(String[]) - Static method in class be.SIRAPRISE.server.SysGen_SW
Launch the application.
main(String[]) - Static method in class be.SIRAPRISE.server.UpgradeServerEngine
Performs a SIRA_PRISE upgrade
Main - Class in be.SIRAPRISE.webclient
 
Main() - Constructor for class be.SIRAPRISE.webclient.Main
 
MainSelectSessionServerPresentation - Class in be.SIRAPRISE.webclient
 
MainSelectSessionServerPresentation() - Constructor for class be.SIRAPRISE.webclient.MainSelectSessionServerPresentation
 
MainServerMenuPresentation - Class in be.SIRAPRISE.webclient
 
MainServerMenuPresentation() - Constructor for class be.SIRAPRISE.webclient.MainServerMenuPresentation
 
MAJORSPECIFICATIONVERSION - Static variable in interface be.SIRAPRISE.util.PRODUCTVERSION
The current major specification version number
MapEntryKeyTransformer<S1,S2,V> - Class in be.SIRAPRISE.util
MapEntryKeyTransformer is a specialized transformer that transforms Map.Entry objects into other Map.Entry objects, with the Value component of the Entry being unaltered, and the Key component being transformed to another type
MapEntryKeyTransformer(Transformer<S1, S2>) - Constructor for class be.SIRAPRISE.util.MapEntryKeyTransformer
Creates the MapEntryKeyTransformer
MapEntryValueTransformer<K,VI,VO> - Class in be.SIRAPRISE.util
MapEntryValueTransformer is a transformer for transforming Map.Entry objects where the Key component is to remain unaltered and the Value component is to be transformed using another transformer
MapEntryValueTransformer(Transformer<VI, VO>) - Constructor for class be.SIRAPRISE.util.MapEntryValueTransformer
Creates the MapEntryValueTransformer
mark(int) - Method in class be.SIRAPRISE.util.MyReaderInputStream
Marks the read limit of the StringReader.
markSupported() - Method in class be.SIRAPRISE.util.MyReaderInputStream
 
MATCHES_STRING_STRING - Class in be.SIRAPRISE.typeimplementations
MATCHES returns a boolean indicating whether the first argument matches the pattern string given as the second argument.
MATCHES_STRING_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
 
matchesExpectedTypeDeclaration(TypeDeclaration) - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
 
matchesExpectedTypeDeclaration(TypeDeclaration) - Method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
 
matchesExpectedTypeDeclaration(TypeDeclaration) - Method in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Checks whether this type declaration "matches" the given expected type declaration, i.e.
MAX - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
MAX_HOURS - Static variable in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
MAX_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
MAX_MINUTES - Static variable in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
MAX_NANOSECONDS - Static variable in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
MAX_SECONDS - Static variable in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
MAXIMUMGAPS - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
MAXIMUMGAPS_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
MAXIMUMLENGTH - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
The logicallength attribute now serves the purpose of defining a constraint for each relvar in which this attribute is included.
MAXIMUMLENGTH_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
MAXIMUMSIZE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
MAXLOGICALSIZE - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
The maximum logical size of a SIRA_PRISE bit bucket.
MAXLOGICALSIZE - Static variable in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
The maximum logical size of a SIRA_PRISE string (1G)
MD5WITHRSA - Static variable in interface be.SIRAPRISE.client.NAMES.ALGORITHMNAMES
 
MEETS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"MEETS" is the operator for the Allen MEETS interval operator.
MEETS_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
MEMORY - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
MemoryMessage - Class in be.SIRAPRISE.messages
 
MemoryMessageType - Class in be.SIRAPRISE.messages
The MemoryMessageType is used for instructing the server monitor to return an overview of the current engine memory state.
MemoryMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The MemoryMessageType is used for instructing the server monitor to return an overview of the currently active luw's to the user.
MemoryParams - Class in be.SIRAPRISE.messages
 
MemoryParams() - Constructor for class be.SIRAPRISE.messages.MemoryParams
 
MERGES - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"MERGES" is the operator for the Allen MERGESTS interval operator.
MERGES_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
message() - Method in class be.SIRAPRISE.messages.AuthenticationOKMessageType
Gets an authenticationOK message corresponding to the type/version creating it
message() - Method in class be.SIRAPRISE.messages.AuthenticationOKMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.BackupMessageTypeV1_0
 
message(String, byte[]) - Method in class be.SIRAPRISE.messages.ClientAuthenticationMessageType
Factory method for producing a ClientAuthentication message of this version of the message type
message(String, byte[]) - Method in class be.SIRAPRISE.messages.ClientAuthenticationMessageTypeV1_0
 
message(Set<String>, Set<String>, long, Version, String) - Method in class be.SIRAPRISE.messages.ClientHelloMessageType
Factory method for creating instances of ClientHello messages of some particular version of the CLientHello messagetype
message(Set<String>, Set<String>, long, Version, String) - Method in class be.SIRAPRISE.messages.ClientHelloMessageTypeV1_0
 
message(boolean) - Method in class be.SIRAPRISE.messages.CommitRollbackMessageType
Deprecated.
replace with the factory method that includes the identification of the transaction to commit or roll back
message(boolean, long) - Method in class be.SIRAPRISE.messages.CommitRollbackMessageType
Gets a CommitRollbackMessage holding the request to either commit or roll back the transaction with the given ID
message(boolean, long) - Method in class be.SIRAPRISE.messages.CommitRollbackMessageTypeV1_0
 
message(boolean, long) - Method in class be.SIRAPRISE.messages.CommitRollbackMessageTypeV1_1
 
message(boolean) - Method in class be.SIRAPRISE.messages.CommittedMessageType
Factory method for getting a message of this version of the message type
message(boolean) - Method in class be.SIRAPRISE.messages.CommittedMessageTypeV1_0
 
message(long, String) - Method in class be.SIRAPRISE.messages.ConstraintViolatedErrorMessageType
Factory method for getting a Message of this type holding the given violated-constraint data
message(long, String) - Method in class be.SIRAPRISE.messages.ConstraintViolatedErrorMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.DBVerifyMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.DumpDBMessageTypeV1_0
 
message() - Method in class be.SIRAPRISE.messages.EndConnectionMessageType
Factory method for creating messages of this version of the type
message() - Method in class be.SIRAPRISE.messages.EndConnectionMessageTypeV1_0
 
message(boolean) - Method in class be.SIRAPRISE.messages.EndTransactionMessageType
Deprecated.
replace with message() invocations including the transaction ID.
message(boolean, long) - Method in class be.SIRAPRISE.messages.EndTransactionMessageType
Creates an EndTransaction message corresponding to the version of this message type, holding the given commit flag and transaction ID.
message(boolean, long) - Method in class be.SIRAPRISE.messages.EndTransactionMessageTypeV1_0
 
message(boolean, long) - Method in class be.SIRAPRISE.messages.EndTransactionMessageTypeV1_1
 
message(ServerCommandDataWrapper[]) - Method in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
Factory method for producing a message of this type holding the given Query command
message(ServerCommandDataWrapper[]) - Method in class be.SIRAPRISE.messages.ExecuteAssignmentMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.ExecuteCompiledMonitorCommandMessageType
Produces a CompiledMonitorCommandMessage of the appropriate type reflecting the given attribute values
message(String) - Method in class be.SIRAPRISE.messages.ExecuteDMLMessageType
Factory method for producing a message of this type holding the given DML command
message(String) - Method in class be.SIRAPRISE.messages.ExecuteDMLMessageTypeV1_0
 
message(String, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessageType
Produces an ExecuteMonitorCommandMessage of the appropriate type reflecting the given attribute values
message(String, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessageTypeV1_0
 
message(String, List<String>) - Method in class be.SIRAPRISE.messages.ExecuteQueryMessageType
Factory method for producing a message of this type holding the given Query command
message(String, List<String>) - Method in class be.SIRAPRISE.messages.ExecuteQueryMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.FilePoolMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.GetTypeImplementationMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.HotRestartMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.KillConnectionMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.LuwsMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.MemoryMessageTypeV1_0
 
message(String, String) - Method in class be.SIRAPRISE.messages.NonSiraPriseErrorMessageType
Factory method for getting a message of this version of the type holding the given java exception data
message(String, String, boolean) - Method in class be.SIRAPRISE.messages.NonSiraPriseErrorMessageType
Factory method for getting a message of this version of the type holding the given java exception data
message(String, String, boolean) - Method in class be.SIRAPRISE.messages.NonSiraPriseErrorMessageTypeV1_0
 
message(String, String, boolean) - Method in class be.SIRAPRISE.messages.NonSiraPriseErrorMessageTypeV1_1
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.PrintJournalsMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.RelvarPoolMessageTypeV1_0
 
message(String, String, long, Version, Set<String>, byte[], byte[], String) - Method in class be.SIRAPRISE.messages.ServerHelloMessageType
Factory method to produce a ServerHello message of this version of the message type
message(String, String, long, Version, Set<String>, byte[], byte[], String) - Method in class be.SIRAPRISE.messages.ServerHelloMessageTypeV1_0
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.ShutDownMessageTypeV1_0
 
message(long, String) - Method in class be.SIRAPRISE.messages.SiraPriseErrorMessageType
Factory method for producing messages of this version of the message type, holding the given SIRA_PRISE runtime error description
message(long, String, boolean) - Method in class be.SIRAPRISE.messages.SiraPriseErrorMessageType
Factory method for producing messages of this version of the message type, holding the given SIRA_PRISE runtime error description
message(long, String, boolean) - Method in class be.SIRAPRISE.messages.SiraPriseErrorMessageTypeV1_0
 
message(long, String, boolean) - Method in class be.SIRAPRISE.messages.SiraPriseErrorMessageTypeV1_1
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.SpaceCalcMessageTypeV1_0
 
message(boolean, boolean) - Method in class be.SIRAPRISE.messages.StartSubTransactionMessageType
Gets a StartSubTransactionMessage of this MessageType's version, holding the given data
message(boolean, boolean) - Method in class be.SIRAPRISE.messages.StartSubTransactionMessageTypeV1_0
 
message(String, boolean, String, byte[], boolean, boolean, DDLCapture, SnapShotIsolationMode) - Method in class be.SIRAPRISE.messages.StartTransactionMessageType
Factory method for getting a StartTransactionMessage of this MessageType's version, holding the given data
message(String, boolean, String, byte[], boolean, boolean, DDLCapture) - Method in class be.SIRAPRISE.messages.StartTransactionMessageType
Deprecated.
deprecated
message(String, boolean, String, byte[], boolean, boolean) - Method in class be.SIRAPRISE.messages.StartTransactionMessageType
Deprecated.
deprecated
message(String, boolean, String, byte[]) - Method in class be.SIRAPRISE.messages.StartTransactionMessageType
Deprecated.
deprecated
message(String, boolean, String, byte[], boolean, boolean, DDLCapture, SnapShotIsolationMode) - Method in class be.SIRAPRISE.messages.StartTransactionMessageTypeV1_0
 
message(String, boolean, String, byte[], boolean, boolean, DDLCapture, SnapShotIsolationMode) - Method in class be.SIRAPRISE.messages.StartTransactionMessageTypeV1_1
 
message(String, boolean, String, byte[], boolean, boolean, DDLCapture, SnapShotIsolationMode) - Method in class be.SIRAPRISE.messages.StartTransactionMessageTypeV1_2
 
message(String, boolean, String, byte[], boolean, boolean, DDLCapture, SnapShotIsolationMode) - Method in class be.SIRAPRISE.messages.StartTransactionMessageTypeV1_3
 
message(MessageParams, byte[], String, boolean, String) - Method in class be.SIRAPRISE.messages.StatisticsMessageTypeV1_0
 
message(boolean) - Method in class be.SIRAPRISE.messages.TransactionEndedMessageType
Factory method for getting messages of this version of the message type
message(boolean) - Method in class be.SIRAPRISE.messages.TransactionEndedMessageTypeV1_0
 
message() - Method in class be.SIRAPRISE.messages.TransactionStartedMessageType
Deprecated.
- replace with the method that provides the transaction ID
message(long) - Method in class be.SIRAPRISE.messages.TransactionStartedMessageType
Factory method for getting A TransactionStarted message of this version of the type
message(long) - Method in class be.SIRAPRISE.messages.TransactionStartedMessageTypeV1_0
 
message(long) - Method in class be.SIRAPRISE.messages.TransactionStartedMessageTypeV1_1
 
MessageParams - Class in be.SIRAPRISE.messages
 
MessageParams() - Constructor for class be.SIRAPRISE.messages.MessageParams
 
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.AuthenticationOKMessageType
The numeric ID for messages of this type (135352576 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.BackupMessageType
The numeric ID for messages of this type (12239625 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ClientAuthenticationMessageType
The numeric ID for messages of this type (404034958 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ClientHelloMessageType
The numeric ID for messages of this type (-1413809458 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.CommitRollbackMessageType
The numeric ID for messages of this type (-1070395000 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.CommittedMessageType
The numeric ID for messages of this type (-1070394899 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ConstraintViolatedErrorMessageType
The numeric ID for messages of this type (201806116 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.DBVerifyMessageType
The numeric ID for messages of this type (-614563337 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.DmlExecutedMessageType
The numeric ID for messages of this type (-437517843 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.DumpDBMessageType
The numeric ID for messages of this type (13665755 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.EndConnectionMessageType
The numeric ID for messages of this type (238927923 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.EndTransactionMessageType
The numeric ID for messages of this type (-523138475 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
The numeric ID for messages of this type (241093205 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ExecuteDMLMessageType
The numeric ID for messages of this type (241094017 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessageType
The numeric ID for messages of this type (241092620 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ExecuteQueryMessageType
The numeric ID for messages of this type (241090695 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.FilePoolMessageType
The numeric ID for messages of this type (-249671679 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.GetOperatorImplementationMessageType
The numeric ID for messages of this type (1578133785 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.GetTypeImplementationMessageType
The numeric ID for messages of this type (1578193285 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.HotRestartMessageType
The numeric ID for messages of this type (1075335553 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.KillConnectionMessageType
The numeric ID for messages of this type (823246967 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.LuwsMessageType
The numeric ID for messages of this type (4149 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.MemoryMessageType
The numeric ID for messages of this type (4075655 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.NonSiraPriseErrorMessageType
The numeric ID for messages of this type (858993459 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.PrintJournalsMessageType
The numeric ID for messages of this type (1746039079 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.RelvarPoolMessageType
The numeric ID for messages of this type (-1911183279 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ServerHelloMessageType
The numeric ID for messages of this type (464515565 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ShutDownMessageType
The numeric ID for messages of this type (1476513847 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.SiraPriseErrorMessageType
The numeric ID for messages of this type (1497858657 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.SpaceCalcMessageType
The numeric ID for messages of this type (1504504860 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.StartSubTransactionMessageType
The numeric ID for messages of this type (1344375413 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.StartTransactionMessageType
The numeric ID for messages of this type (1367873380 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.StatisticsMessageType
The numeric ID for messages of this type (1470567797 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.TransactionEndedMessageType
The numeric ID for messages of this type (26090989 )
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.TransactionStartedMessageType
The numeric ID for messages of this type (531345901 )
meta(String) - Static method in class be.SIRAPRISE.util.BracketParser
Adapts a given string for representation of the siraprise metalanguage characters ()\
MIN - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
MIN_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
MINIMUMSIZE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
MINLOGICALSIZE - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
The minimum logical size of a SIRA_PRISE bits bucket
MINLOGICALSIZE - Static variable in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
The minimum logical size of a SIRA_PRISE string
MINORSPECIFICATIONVERSION - Static variable in interface be.SIRAPRISE.util.PRODUCTVERSION
The current minor specification version number.
minus(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the difference of this relation with the given subtrahend, with explicitly specified attributes (and only those) to be treated in 'USING' mode.
minus(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
MINUS - Class in be.SIRAPRISE.typeimplementations
MINUS
MINUS() - Constructor for class be.SIRAPRISE.typeimplementations.MINUS
 
MINUS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"MINUS" is the difference operator of the relational algebra.
minus(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
minus(Map<K, V>, Collection<K>) - Static method in class be.SIRAPRISE.util.MyMap
Returns a Map that holds only the entries whose keys do not occur in the given set of keys-to-be-excluded
minus(Map<K, V>, Collection<K>, Class<? extends Map<K, V>>) - Static method in class be.SIRAPRISE.util.MyMap
Returns a Map that holds only the entries whose keys do not occur in the given set of keys-to-be-excluded
MINUS_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
Class providing a utility method for calculating relational differences.
minusFrom(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the difference between the given relation and this one.
minusFrom(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
minusFrom(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
MinusHeadingsIncompatibleException - Exception in be.SIRAPRISE.typeimplementations
MinusHeadingsIncompatibleException
MinusHeadingsIncompatibleException(Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.MinusHeadingsIncompatibleException
Creates the UnionHeadingsIncompatibleException
minusIntoMap(Map<K, V>, Collection<K>, Map<? super K, ? super V>) - Static method in class be.SIRAPRISE.util.MyMap
Puts all entries that appear either in map1 in the result map, iff its key does not appear in the given set of keys-to-be-excluded.
MINUSInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
MINUSInvocationResultDetails
MINUSInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.MINUSInvocationResultDetails
Creates the MINUSInvocationResultDetails
MinusProxy - Class in be.SIRAPRISE.client
 
MinusProxy(IRelation, IRelation) - Constructor for class be.SIRAPRISE.client.MinusProxy
 
minusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the difference of this relation with the given subtrahend, with explicitly specified attributes (and only those) to be treated in 'USING' mode.
minusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
MINUSUSING - Class in be.SIRAPRISE.typeimplementations
MINUSUSING
MINUSUSING() - Constructor for class be.SIRAPRISE.typeimplementations.MINUSUSING
 
MINUSUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
minusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
MINUSUSING_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
Class providing a utility method for calculating relational USING<...> differences.
minusUsingFrom(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the difference between the given relation and this one, with the attributes mentioned in usingAttributes treated in 'USING' mode.
minusUsingFrom(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
minusUsingFrom(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
MinusUsingProxy - Class in be.SIRAPRISE.client
 
MinusUsingProxy(IRelation, IRelation, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.MinusUsingProxy
 
MINUTES - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
MINUTES_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
MissingEscapedCharacterException - Exception in be.SIRAPRISE.util
An exception type used by the BracketParser to signal a string argument ending with the escape token (backslash), with the subsequent escaped character missing
MissingEscapedCharacterException() - Constructor for exception be.SIRAPRISE.util.MissingEscapedCharacterException
Creates the MissingEscapedCharacterException
MOD_BIGINT_BIGINT - Class in be.SIRAPRISE.typeimplementations
MOD(a,b) returns the number c such that a = (a / b) + c.
MOD_BIGINT_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
 
MOD_INT_INT - Class in be.SIRAPRISE.typeimplementations
MOD(a,b) returns the number c such that a = (a / b) + c.
MOD_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.MOD_INT_INT
 
MOD_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
MOD(a,b) returns the number c such that a = (a / b) + c.
MOD_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
 
MODIFY - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
MONITORCOMMANDNAMES - Interface in be.SIRAPRISE.client
The MONITORCOMMANDNAMES interface defines the names of all system-defined monitor commands used in SIRA_PRISE
MonitorMemory - Class in be.SIRAPRISE.webclient
 
MonitorMemory() - Constructor for class be.SIRAPRISE.webclient.MonitorMemory
 
MonitorMemoryHelpPresentation - Class in be.SIRAPRISE.webclient
 
MonitorMemoryHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.MonitorMemoryHelpPresentation
 
MonitorMemoryPresentation - Class in be.SIRAPRISE.webclient
 
MonitorMemoryPresentation() - Constructor for class be.SIRAPRISE.webclient.MonitorMemoryPresentation
 
MONITORPORT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The property name ("MONITORPORT" ) for specifying the monitor port to connect to for issuing monitor commands to a SIRA_PRISE server.
MONITORPORTDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default value for the "MONITORPORT" property is "50002"
MonitorWebClientFunction - Class in be.SIRAPRISE.webclient
 
MonitorWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.MonitorWebClientFunction
 
MonoRelationOperator - Annotation Type in be.SIRAPRISE.typeimplementations
 
MONTH - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
MONTH_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
MP - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
The M(agnitude)P(ower) possrep of the TYPENAMES.SCALEDNUMBER type.
MULT_BIGINT_BIGINT - Class in be.SIRAPRISE.typeimplementations
The BIGINT multiplication operator.
MULT_BIGINT_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
 
MULT_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT multiplication operator.
MULT_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
 
MULT_INT_INT - Class in be.SIRAPRISE.typeimplementations
The INT multiplication operator.
MULT_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.MULT_INT_INT
 
MULT_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
The LONG multiplication operator.
MULT_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
 
MULT_SCALEDNUMBER_SCALEDNUMBER - Class in be.SIRAPRISE.typeimplementations
The SCALEDNUMBER multiplication operator.
MULT_SCALEDNUMBER_SCALEDNUMBER() - Constructor for class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
 
MULTIHASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
MULTIHASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Deprecated.
deprecated
MULTIHASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash index on MULTIHASHINGINDEXSPACE.{FILENAME STORAGESPACEID}. The existing locator index on FILENAME should be sufficient.
MULTIHASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- the functionality has been superseded by the HashedRecordSpace relvar.
MULTIHASHINGINDEXSPACE_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
- was an index on {FILENAME STORAGESPACEID} where the locator already had FILENAME
MULTIHASHINGINDEXSPACECOMPRESSIONTHRESHOLD - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for DATASPACECOMPRESSIONTHRESHOLD
MULTIHASHINGINDEXSPACEMAXIMUMGAPS - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for DATASPACEMAXIMUMGAPS
MULTIHASHINGINDEXSPACESTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
MultipleUngroupNotSupportedException - Exception in be.SIRAPRISE.typeimplementations
MultipleUngroupNotSupportedException
MultipleUngroupNotSupportedException() - Constructor for exception be.SIRAPRISE.typeimplementations.MultipleUngroupNotSupportedException
 
MyB32 - Class in be.SIRAPRISE.util
MyB32 provides a utility method relating to Base32/UU encoding
MyB32() - Constructor for class be.SIRAPRISE.util.MyB32
 
MyB64 - Class in be.SIRAPRISE.util
MyB64 provides a utility method relating to Base64/UU encoding
MyB64() - Constructor for class be.SIRAPRISE.util.MyB64
 
MyBigInteger - Class in be.SIRAPRISE.util
 
MyBigInteger() - Constructor for class be.SIRAPRISE.util.MyBigInteger
 
MyByteBuffer - Class in be.SIRAPRISE.util
The MyByteBuffer Class provides some utility methods for ByteBuffers.
MyByteBufferInputStream - Class in be.SIRAPRISE.util
 
MyByteBufferInputStream(ByteBuffer) - Constructor for class be.SIRAPRISE.util.MyByteBufferInputStream
Creates the ByteBufferInputStream
MyCertificate - Class in be.SIRAPRISE.util
 
MyCipherInputStream - Class in be.SIRAPRISE.util
 
MyCipherInputStream(InputStream, BigInteger, BigInteger) - Constructor for class be.SIRAPRISE.util.MyCipherInputStream
Creates the InputStream
MyCipherOutputStream - Class in be.SIRAPRISE.util
 
MyCipherOutputStream(OutputStream, BigInteger, BigInteger) - Constructor for class be.SIRAPRISE.util.MyCipherOutputStream
Creates the RSAEncodingOutputStream
MyClass - Class in be.SIRAPRISE.util
 
MyCommandLineParameters - Class in be.SIRAPRISE.util
Utility class providing a method for turning a String array (e.g.
MyConsole - Class in be.SIRAPRISE.util
Provides a Console.format() method targeted at the System console, and that quietly disregards the case where the System console is null, thus avoiding a nullpointerexception
MyDataInputStream - Class in be.SIRAPRISE.util
MyDataInputStream defines utility methods for reading Strings in UTF encoding from some given input stream
MyDataInputStream() - Constructor for class be.SIRAPRISE.util.MyDataInputStream
 
MyDataOutputStream - Class in be.SIRAPRISE.util
MyDataOutputStream defines utility methods for writing Strings in UTF encoding to some given output stream
MyDataOutputStream() - Constructor for class be.SIRAPRISE.util.MyDataOutputStream
 
MyException - Class in be.SIRAPRISE.util
MyException contain utility methods relating to Exceptions
MyException.LineBreakStyle - Class in be.SIRAPRISE.util
 
MyFile - Class in be.SIRAPRISE.util
 
MyFixedLengthFormatter - Class in be.SIRAPRISE.util
Utility class with some formatting methods to produce fixed-length character and/or number strings
MyHashMap - Class in be.SIRAPRISE.util
MyHashMap provides utility methods relating to HashMaps.
MyHashSet - Class in be.SIRAPRISE.util
MyHashSet contains utility methods relating to HashSets
MyHashSet() - Constructor for class be.SIRAPRISE.util.MyHashSet
 
MyKeyStore - Class in be.SIRAPRISE.util
 
MyLinkedHashSet - Class in be.SIRAPRISE.util
MyLinkedHashSet contains utility methods relating to LinkedHashSets
MyLinkedHashSet() - Constructor for class be.SIRAPRISE.util.MyLinkedHashSet
 
MyLinkedList - Class in be.SIRAPRISE.util
MyLinkedList contains utility methods relating to LinkedLists
MyLinkedList() - Constructor for class be.SIRAPRISE.util.MyLinkedList
 
MyLinkedListBackedByHash<E> - Class in be.SIRAPRISE.util
 
MyLinkedListBackedByHash() - Constructor for class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
MyListSet<E> - Class in be.SIRAPRISE.util
MyListSet is a Set implementation that is backed by a sequential list.
MyListSet() - Constructor for class be.SIRAPRISE.util.MyListSet
Creates the MyListSet
MyListSet(Collection<E>) - Constructor for class be.SIRAPRISE.util.MyListSet
Creates the MyListSet
MyListSet(Set<E>) - Constructor for class be.SIRAPRISE.util.MyListSet
Creates the MyReadOnlyEntrySet
MyListSetIterator<E> - Class in be.SIRAPRISE.util
MyListSetIterator is the Iterator class corresponding to the MyListSet Set implementation
MyListSetIterator(MyListSet<E>, Iterator<E>) - Constructor for class be.SIRAPRISE.util.MyListSetIterator
Creates the MyListSetIterator
MyMap - Class in be.SIRAPRISE.util
MyMap provides utility methods relating to Maps.
MyMessageFormat - Class in be.SIRAPRISE.util
Provides a MessageFormat.format() method that relieves localizers of having to know whether or not they should be typing single or double quotes in order to obtain a single quote.
MyNameIdentifier - Class in be.SIRAPRISE.typeimplementations
 
MyNameIdentifier() - Constructor for class be.SIRAPRISE.typeimplementations.MyNameIdentifier
 
MyOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
 
MyOperatorImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.MyOperatorImplementation
 
MyPossrepImplementation - Class in be.SIRAPRISE.typeimplementations
 
MyPossrepImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.MyPossrepImplementation
 
MyProperties - Class in be.SIRAPRISE.util
 
MyProperties() - Constructor for class be.SIRAPRISE.util.MyProperties
 
MyProperties(boolean) - Constructor for class be.SIRAPRISE.util.MyProperties
Creates the Properties object, and tries to load it from one of the following places: A resource available to this' classloader A file in the directory pointed to by the user.dir system property A file in the directory pointed to by the user.home system property
MyProperties(Properties) - Constructor for class be.SIRAPRISE.util.MyProperties
Creates the MyProperties
MyProperties(Properties, boolean) - Constructor for class be.SIRAPRISE.util.MyProperties
Creates the MyProperties
MyProperties(MyProperties.SKIPAUTOLOAD) - Constructor for class be.SIRAPRISE.util.MyProperties
Constructor that skips the automatic loading process.
MyProperties.SKIPAUTOLOAD - Class in be.SIRAPRISE.util
 
MyPropertiesInInsertionOrder - Class in be.SIRAPRISE.util
 
MyPropertiesInInsertionOrder() - Constructor for class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
 
MyPropertiesInInsertionOrder(boolean) - Constructor for class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
Creates the Properties object, and tries to load it from one of the following places: A resource available to this' classloader A file in the directory pointed to by the user.dir system property A file in the directory pointed to by the user.home system property
MyPropertiesInInsertionOrder(Properties) - Constructor for class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
Creates the MyProperties
MyPropertiesInInsertionOrder(Properties, boolean) - Constructor for class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
Creates the MyProperties
MyReaderInputStream - Class in be.SIRAPRISE.util
Adapts a Reader as an InputStream.
MyReaderInputStream(Reader) - Constructor for class be.SIRAPRISE.util.MyReaderInputStream
Construct a ReaderInputStream for the specified Reader.
MyReaderInputStream(Reader, String) - Constructor for class be.SIRAPRISE.util.MyReaderInputStream
Construct a ReaderInputStream for the specified Reader, with the specified encoding.
MyReadOnlyCollection<V> - Class in be.SIRAPRISE.util
MyReadOnlyCollection is completely identical to java's unmodifiableCollection, except that the class is publicly visible and that the read-only property is thus declared to its users.
MyReadOnlyCollection(Collection<V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyCollection
Creates the MyReadOnlyCollection
MyReadOnlyEntry<K,V> - Class in be.SIRAPRISE.util
MyReadOnlyEntry is a wrapper class around Entry objects.
MyReadOnlyEntry(Map.Entry<K, V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyEntry
Creates the MyReadOnlyEntry from an underlying Entry object
MyReadOnlyEntry(K, V) - Constructor for class be.SIRAPRISE.util.MyReadOnlyEntry
Creates the MyReadOnlyEntry
MyReadOnlyEntryIterator<K,V> - Class in be.SIRAPRISE.util
MyReadOnlyEntryIterator is an Iterator implementation to be used in conjuction with read-only views on Maps.
MyReadOnlyEntryIterator(Iterator<Map.Entry<K, V>>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyEntryIterator
Creates the MyReadOnlyEntryIterator
MyReadOnlyEntrySet<K,V> - Class in be.SIRAPRISE.util
MyReadOnlyEntrySet is a class in which results from entrySet() method invocations can be wrapped.
MyReadOnlyEntrySet(Set<Map.Entry<K, V>>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyEntrySet
Creates the MyReadOnlyEntrySet
MyReadOnlyIterator<T> - Class in be.SIRAPRISE.util
MyReadOnlyIterator is identical to Java's unmodifiable collections iterator, except for the fact that it is publicly visible, and that the read-only property is therefore declared to the user.
MyReadOnlyIterator(Iterator<T>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyIterator
Creates the MyReadOnlyIterator
MyReadOnlyLinkedHashMap<K,V> - Class in be.SIRAPRISE.util
MyReadOnlyMaps are identical to java's Collections.unmodifiableMap(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlyMap from some method, know they shouldn't even attempt to modify the map's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
MyReadOnlyLinkedHashMap(LinkedHashMap<K, V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
Creates the MyReadOnlyMap with the given underlying map for its mapping
MyReadOnlyLinkedList<V> - Class in be.SIRAPRISE.util
MyReadOnlyLinkedList is identical to java's unmodifiable collections, but for the fact that the 'Unmodifiable' property is declared to its users.
MyReadOnlyLinkedList(LinkedList<V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyLinkedList
Creates the MyReadOnlyList
MyReadOnlyList<V> - Class in be.SIRAPRISE.util
MyReadOnlyList is identical to java's unmodifiable collections, but for the fact that the 'Unmodifiable' property is declared to its users.
MyReadOnlyList(List<V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyList
Creates the MyReadOnlyList
MyReadOnlyListIterator<V> - Class in be.SIRAPRISE.util
MyReadOnlyListIterator is identical to java's unmodifiable iterators, but for the fact that the class is publicly visible, making it possible for methods that return read-only iterators, to declare to the user that they shouldn't even attempt any update.
MyReadOnlyListIterator(ListIterator<V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyListIterator
Creates the MyReadOnlyListIterator
MyReadOnlyMap<K,V> - Class in be.SIRAPRISE.util
MyReadOnlyMaps are identical to java's Collections.unmodifiableMap(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlyMap from some method, know they shouldn't even attempt to modify the map's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
MyReadOnlyMap(Map<K, V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyMap
Creates the MyReadOnlyMap with the given underlying map for its mapping
MyReadOnlySet<E> - Class in be.SIRAPRISE.util
MyReadOnlySets are identical to java's Collections.unmodifiableSet(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlySet from some method, know they shouldn't even attempt to modify the set's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
MyReadOnlySet(Set<E>) - Constructor for class be.SIRAPRISE.util.MyReadOnlySet
Creates the MyReadOnlyEntrySet
MyReadOnlySet(Collection<E>) - Constructor for class be.SIRAPRISE.util.MyReadOnlySet
Creates the MyReadOnlySet
MyResource - Class in be.SIRAPRISE.util
 
MySimpleDateFormat - Class in be.SIRAPRISE.util
MySimpleDateFormat is a utility class holding a utility method for date formatting.
MySimpleDateFormat() - Constructor for class be.SIRAPRISE.util.MySimpleDateFormat
 
MyString - Class in be.SIRAPRISE.util
 
MyString() - Constructor for class be.SIRAPRISE.util.MyString
 
MyTreeMap - Class in be.SIRAPRISE.util
MyTreeMap provides utility methods relating to TreeMaps.
MyUniqueID - Class in be.SIRAPRISE.util
 
MyZip - Class in be.SIRAPRISE.util
MyZip contains utility methods for creating zip files
MyZip() - Constructor for class be.SIRAPRISE.util.MyZip
 

N

NAME - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
NAME - Static variable in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Utility constant usable for any type declaration object declaring a NAME.
NAME - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type NAME is a text type that allows only alphabet characters, and treats its values as case-insensitive.
NAME_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
NameIdentifier - Class in be.SIRAPRISE.typeimplementations
A Nameidentifier is a wrapper for textual identifiers (i.e.
NameIdentifier() - Constructor for class be.SIRAPRISE.typeimplementations.NameIdentifier
Deprecated.
- this constructor is only for use as an Externalizable
NameIdentifierMapToStringMapConverter<V> - Class in be.SIRAPRISE.typeimplementations
 
NameIdentifierMapToStringMapConverter() - Constructor for class be.SIRAPRISE.typeimplementations.NameIdentifierMapToStringMapConverter
 
NameIdentifierToStringTransformer - Class in be.SIRAPRISE.typeimplementations
Transformer for getting the NameIdentifier that is equivalent to a ValueBuffer holding an encoded NAME value
NAMES - Interface in be.SIRAPRISE.client
The NAMES interface encloses interfaces that define the constant values for all sorts of names used in SIRA_PRISE
NAMES.ALGORITHMNAMES - Interface in be.SIRAPRISE.client
The ALGORITHMNAMES interface defines the names of all system-defined algorithms used in SIRA_PRISE
NAMES.ATTRIBUTENAMES - Interface in be.SIRAPRISE.client
The ATTRIBUTENAMES interface defines the names of all system-defined attributes used in SIRA_PRISE
NAMES.CLIENTANDUSERNAMES - Interface in be.SIRAPRISE.client
The CLIENTANDUSERNAMES interface defines the names of all system-defined clients and users used in SIRA_PRISE
NAMES.COMMANDNAMES - Interface in be.SIRAPRISE.client
The COMMANDNAMES interface defines the names of all system-defined commands used in SIRA_PRISE
NAMES.FILENAMES - Interface in be.SIRAPRISE.client
The FILENAMES interface defines the names of all system-defined files used in SIRA_PRISE
NAMES.INDEXNAMES - Interface in be.SIRAPRISE.client
Deprecated.
- indexes have been superseded with hashedrecordtypes and clusteredrecordtypes
NAMES.KEYWORDS - Interface in be.SIRAPRISE.client
The KEYWORDS interface defines the special keywords of the language
NAMES.RELVARNAMES - Interface in be.SIRAPRISE.client
The RELVARNAMES interface defines the names of all system-defined relvars used in SIRA_PRISE
NAMES.VARIOUSNAMES - Interface in be.SIRAPRISE.client
The VARIOUSNAMES interface defines various names used across SIRA_PRISE packages
NameValueResult - Class in be.SIRAPRISE.util
NameValueResults are used by the BracketParser as a container for holding parse results.
NameValueResult(int, int, MyReadOnlyEntry<String, String>) - Constructor for class be.SIRAPRISE.util.NameValueResult
Creates the NameValueResult
NANOSECONDS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
NANOSECONDS_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
NeededOperatorNotFoundException - Exception in be.SIRAPRISE.typeimplementations
 
NeededOperatorNotFoundException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.NeededOperatorNotFoundException
Creates the NeededOperatorNotFoundException
NEWATTRIBUTEDEFAULTVALUE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A default value for a record attribute refers to a non-existing record attribute"
NEWATTRIBUTEDEFAULTVALUE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
NEWATTRIBUTEDEFAULTVALUE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID of the relvar
NEWATTRIBUTEDEFAULTVALUE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on NEWATTRIBUTEDEFAULTVALUE.{RELVARNAME ATTRIBUTENAME}. The locator already has RELVARNAME.
NewAttributeDefaultValue - Class in be.SIRAPRISE.client.jsba
 
NewAttributeDefaultValue() - Constructor for class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
NewAttributeDefaultValue(String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
NEWATTRIBUTEDEFAULTVALUE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
- was a single hash on NEWATTRIBUTEDEFAULTVALUE.{RELVARNAME ATTRIBUTENAME}. The locator already has RELVARNAME.
NEWATTRIBUTEDEFAULTVALUE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The NEWATTRIBUTEDEFAULTVALUE relvar defines the value to be assumed by newly added attributes in a relvar, in the case when that relvar already holds some tuples.
Heading : RELVARNAME(NAME) SP_EXPRESSION(STRING) ATTRIBUTENAME(NAME)
Key {RELVARNAME ATTRIBUTENAME}
Predicate : The value for attribute <ATTRIBUTENAME> in records of relation variable <RELVARNAME> is defined by the expression <SP_EXPRESSION>.
NEWATTRIBUTEDEFAULTVALUE_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on RELVARNAME. Moved into the MULTIHASH space for the RELVARNAME indexes on the physical design relvars.
NEXT - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
next() - Method in class be.SIRAPRISE.util.MyListSetIterator
 
next() - Method in class be.SIRAPRISE.util.MyReadOnlyEntryIterator
 
next() - Method in class be.SIRAPRISE.util.MyReadOnlyIterator
 
NEXTDATE_DATE - Class in be.SIRAPRISE.typeimplementations
The NEXTDATE(DATE) operator returns the DATE value that is one day after the argument value.
NEXTDATE_DATE() - Constructor for class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
 
nextIndex() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
NEXTINT_INT - Class in be.SIRAPRISE.typeimplementations
The NEXTINT(INT) operator returns the INT value that is one higher than the argument value.
NEXTINT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.NEXTINT_INT
 
NEXTLONG_LONG - Class in be.SIRAPRISE.typeimplementations
The NEXTLONG(LONG) operator returns the LONG value that is one higher than the argument value.
NEXTLONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
 
NmBracketParser - Class in be.SIRAPRISE.typeimplementations
Provides methods for working with bracketed expressions and produce (Maps with) NameIdentifiers from them.
NmBracketParser() - Constructor for class be.SIRAPRISE.typeimplementations.NmBracketParser
 
NoClosingBracketException - Exception in be.SIRAPRISE.util
An exception used by the BracketParser to signal the absence of a closing bracket corresponding to an opening bracket that was (found to be) present.
NoClosingBracketException(String) - Constructor for exception be.SIRAPRISE.util.NoClosingBracketException
Creates the exception, setting the string argument as the exception message
NoIdentityElementException - Exception in be.SIRAPRISE.typeimplementations
 
NoIdentityElementException() - Constructor for exception be.SIRAPRISE.typeimplementations.NoIdentityElementException
Creates the NoIdentityElementException
NoIdentityElementException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.NoIdentityElementException
Creates the NoIdentityElementException
NonExistingAttributeException - Exception in be.SIRAPRISE.typeimplementations
NonExistingAttributeException
NonExistingAttributeException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.NonExistingAttributeException
Creates the NonExistingAttributeException
NonExistingAttributeException(String, Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.NonExistingAttributeException
Creates the NonExistingAttributeException
NonScalarAttributeAttribute - Class in be.SIRAPRISE.client.jsba
 
NonScalarAttributeAttribute() - Constructor for class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
Creates an empty Attribute
NonScalarAttributeAttribute(String, String) - Constructor for class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
Creates the Attribute
NONSCALARATTRIBUTEATTRIBUTES - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar lists the attributes that are part of the heading of some other -nonscalar- attribute.
NONSCALARATTRIBUTEATTRIBUTES_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
NonScalarOperatorGeneratorExpressionArgument - Class in be.SIRAPRISE.typeimplementations
 
NonScalarOperatorGeneratorExpressionArgument(TypeDeclaration) - Constructor for class be.SIRAPRISE.typeimplementations.NonScalarOperatorGeneratorExpressionArgument
Creates the NonScalarOperatorGeneratorExpressionArgument
NonScalarOperatorGeneratorTextArgument - Class in be.SIRAPRISE.typeimplementations
 
NonScalarOperatorGeneratorTextArgument(String) - Constructor for class be.SIRAPRISE.typeimplementations.NonScalarOperatorGeneratorTextArgument
Creates the NonScalarOperatorGeneratorTextArgument
NonScalarTypeDeclaration - Class in be.SIRAPRISE.typeimplementations
A NonScalarTypeDeclaration is a TypeDeclaration that accompanies the name of an attribute in a Heading if that attribute is relation-typed or tuple-typed.
NonScalarTypeDeclaration(Heading, NameIdentifier) - Constructor for class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Creates the typedeclaration
NonScalarTypeDeclaration(Heading, NameIdentifier, Collection<KeyDef>, String) - Constructor for class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Creates the NonScalarTypeDeclaration
NonScalarTypeDeclaration(Heading, String) - Constructor for class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Deprecated.
deprecated
NonScalarTypeDeclaration(Heading, String, Collection<KeyDef>, String) - Constructor for class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
Deprecated.
deprecated
NonScalarValueBuffer - Class in be.SIRAPRISE.typeimplementations
A NonScalarValueBuffer is the class that can be used as a container for any sort of nonscalar value.
NonScalarValueBuffer() - Constructor for class be.SIRAPRISE.typeimplementations.NonScalarValueBuffer
 
NonSiraPriseErrorMessage - Class in be.SIRAPRISE.messages
 
NonSiraPriseErrorMessageType - Class in be.SIRAPRISE.messages
The NonSiraPriseErrorMessageType is the type of message returned by a SIRA_PRISE server to a client in the case when a command issued by that client has resulted in an exception being thrown by the Java environment, such as e.g.
NonSiraPriseErrorMessageTypeV1_0 - Class in be.SIRAPRISE.messages
NonSiraPriseErrorMessageTypeV1_0 is V1_0 of the NonSiraPriseErrorMessageType.
NonSiraPriseErrorMessageTypeV1_1 - Class in be.SIRAPRISE.messages
NonSiraPriseErrorMessageTypeV1_1 is V1_1 of the NonSiraPriseErrorMessageType.
NOT_BOOLEAN - Class in be.SIRAPRISE.typeimplementations
The boolean NOT operator
NOT_BOOLEAN() - Constructor for class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
 
NotFoundException - Exception in be.SIRAPRISE.util
NotFoundExceptions are thrown in SIRA_PRISE to signal to the caller that some search request did not produce a result (or, put otherwise, that the result set produced is actually empty).
NotFoundException() - Constructor for exception be.SIRAPRISE.util.NotFoundException
Creates the exception without additional info
NotFoundException(Exception) - Constructor for exception be.SIRAPRISE.util.NotFoundException
Creates the NotFoundException, setting the underlying cause
NotFoundException(String) - Constructor for exception be.SIRAPRISE.util.NotFoundException
Creates the Exception, setting a message argument.
NotFoundException(String, Exception) - Constructor for exception be.SIRAPRISE.util.NotFoundException
Creates the NotFoundException
NoUpdatesException - Exception in be.SIRAPRISE.client
 
NoUpdatesException() - Constructor for exception be.SIRAPRISE.client.NoUpdatesException
 
NoValueCorrespondingToNameException - Exception in be.SIRAPRISE.util
An exception used by the BracketParser to signal the absence of any opening bracket in a string argument to be parsed.
NoValueCorrespondingToNameException(String) - Constructor for exception be.SIRAPRISE.util.NoValueCorrespondingToNameException
Creates the exception, setting the string in which an opening bracket was expected but not found, as the exception message
NumericOverflowException - Exception in be.SIRAPRISE.typeimplementations
 
NumericOverflowException() - Constructor for exception be.SIRAPRISE.typeimplementations.NumericOverflowException
 

O

OFF - Static variable in class be.SIRAPRISE.util.DDLCapture
 
ON - Static variable in class be.SIRAPRISE.util.DDLCapture
 
ONE_FIVE - Static variable in class be.SIRAPRISE.util.Version
 
ONE_FOUR - Static variable in class be.SIRAPRISE.util.Version
 
ONE_ONE - Static variable in class be.SIRAPRISE.util.Version
 
ONE_THREE - Static variable in class be.SIRAPRISE.util.Version
 
ONE_TWO - Static variable in class be.SIRAPRISE.util.Version
 
ONE_ZERO - Static variable in class be.SIRAPRISE.util.Version
in order to not have to create identical object within each message type
OneShotDBConnection - Class in be.SIRAPRISE.client
A OneShotDBConnection has all the semantics of a DBConnection.
OneShotDBConnection(SiraPriseServer, Set<String>, String, boolean, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
OneShotDBConnection(SiraPriseServer, Set<String>, String, boolean, long, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
OneShotDBConnection(SiraPriseServer, Set<String>, String, boolean, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, Set<String>, String, boolean, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, Set<String>, String, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, Set<String>, String, long, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, Set<String>, String, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, Set<String>, String, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, String, boolean, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
OneShotDBConnection(SiraPriseServer, String, boolean, long, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
OneShotDBConnection(SiraPriseServer, String, boolean, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, String, boolean, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, String, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, String, long, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, String, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OneShotDBConnection(SiraPriseServer, String, Signer) - Constructor for class be.SIRAPRISE.client.OneShotDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
OPERANDSIGNATURE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OPERANDSIGNATURE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OPERATIONTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OPERATIONTYPE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OperationTypeEnum - Class in be.SIRAPRISE.webclient
OperationTypeEnum is a WAAR enumeration type for update operation types
OperationTypeEnum() - Constructor for class be.SIRAPRISE.webclient.OperationTypeEnum
Creates the enumeration type
Operator - Class in be.SIRAPRISE.client.jsba
 
Operator() - Constructor for class be.SIRAPRISE.client.jsba.Operator
Creates the Operator
Operator(String, LinkedList<String>, String) - Constructor for class be.SIRAPRISE.client.jsba.Operator
Creates the Operator
OPERATOR - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The OPERATOR relvar lists all the operators that are available in the types&operators subsystem.
Heading : OPERATORINVOCATIONNAME(NAME) OPERANDSIGNATURE(RELATION ...
OperatorGenerator - Interface in be.SIRAPRISE.typeimplementations
NonScalarOperatorGenerators facilitate the creation instances of operator signatures (and implementation objects for them) when argument types for the operator are types derived/generated by a nonscalar type generator such as RELATION or TUPLE.
OperatorGeneratorArgument - Class in be.SIRAPRISE.typeimplementations
NonScalarOperatorGeneratorArguments are the object types needed to generate operator instantiations from operator generators.
OperatorGeneratorArgument() - Constructor for class be.SIRAPRISE.typeimplementations.OperatorGeneratorArgument
 
OperatorGeneratorArgumentType - Enum in be.SIRAPRISE.typeimplementations
 
OperatorGeneratorCharacteristics - Annotation Type in be.SIRAPRISE.typeimplementations
 
OperatorGeneratorName - Annotation Type in be.SIRAPRISE.typeimplementations
The OperatorGeneratorName annotation documents the operator invocation name for operator generators
OperatorGenerators - Class in be.SIRAPRISE.typeimplementations
 
OperatorImplementation_V0104 - Interface in be.SIRAPRISE.typeimplementations
Defines the methods that the implementation class for a SIRA_PRISE operator must provide.
OperatorImplementation_V0105 - Interface in be.SIRAPRISE.typeimplementations
Defines the methods that the implementation class for a SIRA_PRISE operator must provide.
OperatorImplementationsManager - Class in be.SIRAPRISE.typeimplementations
The interface for TypeImplementations Managers.
OperatorImplementationsManager() - Constructor for class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Creates the OperatorImplementationsManager
operatorImplementationsManagerClassName - Static variable in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManagerFactory
The FQ class name of the operator implementations manager.
OperatorImplementationsManagerFactory - Class in be.SIRAPRISE.typeimplementations
The OperatorImplementationsManagerFactory holds the name of the OperatorImplementationsManager class that are to be used by the JVM in which this application runs.
OperatorImplementationsManagerProperties - Class in be.SIRAPRISE.typeimplementations
The OperatorImplementationsManagerProperties instance holds all the configurable properties for any class subclassing the OperatorImplementationsManager.
OperatorImplementationsManagerRunTimeException - Exception in be.SIRAPRISE.typeimplementations
 
OperatorImplementationsManagerRunTimeException(String, Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.OperatorImplementationsManagerRunTimeException
Creates the TypeImplementationsManagerRunTimeException
OPERATORIMPLEMENTATIONSSEARCHPATH - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- replaced by the property of the same name of the OperatorImplementationsManager
OPERATORIMPLEMENTATIONSSEARCHPATH - Static variable in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManagerProperties
The OPERATORIMPLEMENTATIONSSEARCHPATH property holds the list of package names that can be searched for operator implementations.
OPERATORIMPLEMENTATIONSSEARCHPATHDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- replaced by the property of the same name of the OperatorImplementationsManager
OPERATORIMPLEMENTATIONSSEARCHPATHDEFAULT - Static variable in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManagerProperties
By default, there are no additional packages to search for operator implementations (on the server side, the SIRA_PRISE packages are always searched first by default)
OPERATORINVOCATIONNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OPERATORINVOCATIONNAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OPERATORNAMES - Interface in be.SIRAPRISE.typeimplementations
The OPERATORNAMES interface defines the names of all system-defined relational operators used in SIRA_PRISE, and the names of the system-defined interval operators used in SIRA_PRISE.
OperatorsCreate - Class in be.SIRAPRISE.webclient
 
OperatorsCreate() - Constructor for class be.SIRAPRISE.webclient.OperatorsCreate
 
OperatorsCreatePresentation - Class in be.SIRAPRISE.webclient
 
OperatorsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.OperatorsCreatePresentation
 
OperatorsDelete - Class in be.SIRAPRISE.webclient
 
OperatorsDelete() - Constructor for class be.SIRAPRISE.webclient.OperatorsDelete
 
OperatorsDeletePresentation - Class in be.SIRAPRISE.webclient
 
OperatorsDeletePresentation() - Constructor for class be.SIRAPRISE.webclient.OperatorsDeletePresentation
 
OperatorsOverview - Class in be.SIRAPRISE.webclient
The function to produce an overview of defined operators
OperatorsOverview() - Constructor for class be.SIRAPRISE.webclient.OperatorsOverview
 
OperatorsOverviewPresentation - Class in be.SIRAPRISE.webclient
 
OperatorsOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.OperatorsOverviewPresentation
 
OperatorsWebClientFunction - Class in be.SIRAPRISE.webclient
 
OperatorsWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.OperatorsWebClientFunction
 
OR_BOOLEAN_BOOLEAN - Class in be.SIRAPRISE.typeimplementations
The implementation for the boolean OR operator
OR_BOOLEAN_BOOLEAN() - Constructor for class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
Deprecated.
The public constructor is available only for use by the Externalizable machinery. The preferred way of obtaining an instance of this class is by invoking the getInstance method.
orderedRelation(MyReadOnlyCollection<TupleBuffer>, ByAttributesTupleBufferOrderer) - Static method in class be.SIRAPRISE.client.Relations
Gets a relationBuffer in which iteration over the tuples will be in-order, according to the ordering operators associated with the types of the given ordering attributes
orderedRelation(Relation, ByAttributesTupleBufferOrderer) - Static method in class be.SIRAPRISE.client.Relations
Gets a relation in which iteration over the tuples will be in-order, according to the ordering operators associated with the types of the given ordering attributes
ORDINAL - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ORDINAL_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OrdinalCollectionTransformer<S1,S2> - Class in be.SIRAPRISE.util
CollectionTransformers use a Transformer to convert collections of objects of one class to collections of objects of another class
OrdinalCollectionTransformer(OrdinalTransformer<S1, S2>) - Constructor for class be.SIRAPRISE.util.OrdinalCollectionTransformer
Creates the CollectionTransformer
OrdinalOperatorImplementations - Class in be.SIRAPRISE.typeimplementations
OrdinalOperatorImplementations is a wrapper class around the four operator implementations that are needed for an ordered type's corresponding interval type to have a FROMTO possrep implementation.
OrdinalTransformer<S1,S2> - Class in be.SIRAPRISE.util
A generic "transformer" class for transforming ordinal appearances of instances of class S1 to instances of class S2
OrdinalTransformer() - Constructor for class be.SIRAPRISE.util.OrdinalTransformer
 
OUTFILE - Static variable in class be.SIRAPRISE.client.ProcessScriptProperties
The property name for specifying the output file.
OUTPUTDIRECTORY - Static variable in class be.SIRAPRISE.client.ProcessScriptProperties
The property name that specifies the directory name where the output file will be placed.
OVERLAPS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"OVERLAPS" is the operator for the Allen OVERLAPS interval operator.
OVERLAPS_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 

P

pack(NameIdentifier...) - Method in interface be.SIRAPRISE.client.IRelation
Computes an pack of this relation.
pack(NameIdentifier...) - Method in class be.SIRAPRISE.client.RelationProxy
 
PACK - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"PACK" is the PACK operator of the relational algebra defined in TDATRM/TaRT and my paper.
PACK - Class in be.SIRAPRISE.typeimplementations
PACK
PACK() - Constructor for class be.SIRAPRISE.typeimplementations.PACK
 
pack(NameIdentifier...) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
PACK_RELATION_STRING - Class in be.SIRAPRISE.typeimplementations
Class providing a utility method to perform PACK()ing on relations.
PACK_RELATION_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.PACK_RELATION_STRING
 
PACKInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
PACKInvocationResultDetails
PACKInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.PACKInvocationResultDetails
Creates the PACKInvocationResultDetails
packPartition(Collection<TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.PACK_RELATION_STRING
Packs the given collection of tuplebuffers by merging the mergeable tuples.
packPartitionOld(Collection<TupleBuffer>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Static method in class be.SIRAPRISE.typeimplementations.PACK_RELATION_STRING
Packs the given collection of tuplebuffers by merging the mergeable tuples.
PackProxy - Class in be.SIRAPRISE.client
PackProxy
PackProxy(RelationProxy, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.PackProxy
Creates the UnpackProxy
PAGECOUNT - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
PAGECOUNT_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
PAGEPOOLCLEANUPRUNTIMEINTERVAL - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The PAGEPOOLCLEANUPRUNTIMEINTERVAL property defines the time in milliseconds between two consecutive runs of the system task that removes database pages from the page cache.
PAGEPOOLCLEANUPRUNTIMEINTERVALDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("60000") for the PAGEPOOLCLEANUPRUNTIMEINTERVAL property
PAGEPOOLGCTHRESHOLD - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "PAGEPOOLGCTHRESHOLD" property defines the number of pages above which "immediate page cache cleanup" is triggered.
PAGEPOOLGCTHRESHOLDDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("5000") for the PAGEPOOLGCTHRESHOLD property
PAGESIZE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
PAGESIZE - Static variable in class be.SIRAPRISE.client.ServerSpaceCalcCommand
 
PAGESIZE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
PARAMETER - Static variable in interface be.SIRAPRISE.client.NAMES.KEYWORDS
 
parseISO(String) - Static method in class be.SIRAPRISE.util.ISODateFormat
Gets a Date object with the value represented by string.
partition(Collection<? extends TupleBuffer>, Set<String>) - Static method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
partitionByIdentifier(Collection<? extends TupleBuffer>, Set<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
Partitions the given tuplelist into map entries (K,L), where : K = a Map of attribute name/value pairs L = A tupleList K has an entry for each attribute name in the set of join attributes
PHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Deprecated.
- at least temporarily for purposes of finding usages of the attribute in its old role. May get a new -somewhat similar but different nonetheless- usage.
PhysicalPossrepComponentNotFoundException - Exception in be.SIRAPRISE.webclient
 
PhysicalPossrepComponentNotFoundException(String, String) - Constructor for exception be.SIRAPRISE.webclient.PhysicalPossrepComponentNotFoundException
Creates the PhysicalPossrepComponentNotFoundException
PI - Class in be.SIRAPRISE.typeimplementations
The PI operator returns the FLOAT constant 3.1415926535...
PI() - Constructor for class be.SIRAPRISE.typeimplementations.PI
 
PLUS_AVERAGE_AVERAGE - Class in be.SIRAPRISE.typeimplementations
The AVERAGE addition operator.
PLUS_AVERAGE_AVERAGE() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
 
PLUS_BIGINT_BIGINT - Class in be.SIRAPRISE.typeimplementations
The PLUS(BIGINT,BIGINT) operator returns the BIGINT value that is the sum of the two arguments.
PLUS_BIGINT_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
 
PLUS_DECIMAL_DECIMAL - Class in be.SIRAPRISE.typeimplementations
Deprecated.
The use of this type is discouraged. The definition is rather awkward, the implementation rather poor, and the set of provided operators incomplete.
PLUS_DECIMAL_DECIMAL() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
 
PLUS_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT addition operator.
PLUS_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
 
PLUS_INT_INT - Class in be.SIRAPRISE.typeimplementations
The PLUS(INT,INT) operator returns the INT value that is the sum of the two arguments.
PLUS_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
 
PLUS_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
The PLUS(LONG,LONG) operator returns the LONG value that is the sum of the two arguments.
PLUS_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
 
PLUS_SCALEDNUMBER_SCALEDNUMBER - Class in be.SIRAPRISE.typeimplementations
The PLUS(SCALEDNUMBER,SCALEDNUMBER) operator returns the SCALEDNUMBER value that is the sum of the two arguments.
PLUS_SCALEDNUMBER_SCALEDNUMBER() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
 
PLUS_TIMEOFDAY_TIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
The TIMEOFDAY addition operator.
PLUS_TIMEOFDAY_TIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
 
poll() - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
pollFirst() - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
pollLast() - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
PORT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The property name ("PORT" ) for specifying the IP port on some host to which SIRA_PRISE clients are to connect
PORTDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default value for the "PORT" property is "50000"
POSSREP - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
POSSREP - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the possrep relvar
POSSREP - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The POSSREP relvar lists the names of the possible representations for every JAVABACKEDTYPE and every INTERVALTYPE added to the SIRA_PRISE catalog.
POSSREP_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
POSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
POSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
the internal ID for the relvar
POSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The POSSREPCOMPONENT relvar lists the names of the components (and their component types) of the possible representations listed in the POSSREP relvar.
POSSREPCOMPONENT_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
POSSREPCOMPONENTNAMES - Interface in be.SIRAPRISE.typeimplementations
The POSSREPCOMPONENTNAMES interface defines the names of all components of possreps of system-defined types used in SIRA_PRISE
POSSREPCOMPONENTPOSSREP - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A possrep component refers to a non-existing possrep"
POSSREPCOMPONENTTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A possrep component type refers to a non-existing type"
POSSREPCOMPONENTTYPENAMECOMPONENTNAME - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
POSSREPCOMPONENTTYPENAMES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for POSSREPCOMPONENTTYPENAMES
PossRepImplementation - Interface in be.SIRAPRISE.typeimplementations
Defines the methods that the implementation class for a SIRA_PRISE PossRep must provide.
PossRepImplementation_V0105 - Interface in be.SIRAPRISE.typeimplementations
Defines the methods that the implementation class for a SIRA_PRISE PossRep must provide.
POSSREPNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
POSSREPNAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
POSSREPNAMES - Interface in be.SIRAPRISE.typeimplementations
The POSSREPNAMES interface defines the names of all possreps of system-defined types used in SIRA_PRISE
POSSREPTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Possible representation refers to a non-existing Type"
PrefixFilter - Class in be.SIRAPRISE.util
A PrefixFilter is a FilenameFilter implementation that filters by prefix.
PrefixFilter(String) - Constructor for class be.SIRAPRISE.util.PrefixFilter
Creates the prefixfilter
PrefixFilter(String...) - Constructor for class be.SIRAPRISE.util.PrefixFilter
Creates the prefixfilter
PRELOAD - Static variable in class be.SIRAPRISE.typeimplementations.TypeImplementationsManagerProperties
The name of the property defining which types are to be preloaded when the TypeImplementationsManager initializes
PRELOADDEFAULT - Static variable in class be.SIRAPRISE.typeimplementations.TypeImplementationsManagerProperties
The default for the PRELOAD option ("BOOLEAN,STRING,INT,LONG" )
PrematureEOFException - Exception in be.SIRAPRISE.util
Exception thrown by a MyDataInputStream read method
PrematureEOFException(int, int) - Constructor for exception be.SIRAPRISE.util.PrematureEOFException
 
PREPARE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
Deprecated.
deprecated
prepareIntervalTypeImplementationsMap(MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>) - Static method in class be.SIRAPRISE.typeimplementations.UNPACK
Deprecated.
- best replaced with the method from IntervalMapsForHeading
prependBlanks(int, String) - Static method in class be.SIRAPRISE.util.MyFixedLengthFormatter
Prepends a specified number of blanks to a String
prependZeroes(int, String) - Static method in class be.SIRAPRISE.util.MyFixedLengthFormatter
 
prependZeroes(int, StringBuffer) - Static method in class be.SIRAPRISE.util.MyFixedLengthFormatter
 
PRESENTATIONFIELDNAMES - Interface in be.SIRAPRISE.webclient
 
previous() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
previousIndex() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
print() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the heading specification in textual format HEADING(ATTRIBUTENAME(TYPENAME)RELATIONTYPEDATTRIBUTENAME(RELATION(HEADING(...))))
printBodyEscapedWithBodyHeaderWithTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets the relation body in text
printBodyEscapedWithoutBodyHeaderWithoutTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets the relation body in text EXCLUDING the BODY( ) container
printBodyEscapedWithoutBodyHeaderWithTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets the relation body in text EXCLUDING the BODY( ) container
printBodyValueWithoutTypeNames(Tuple) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple body value in textual format (i.e.
printBodyValueXML(Tuple) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple body value in textual XML-style format (i.e.
printBodyWithoutBodyHeaderWithoutTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets the relation body in text EXCLUDING the BODY( ) container
printBodyWithoutBodyHeaderWithTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets the relation body in text EXCLUDING the BODY( ) container
printBodyXMLWithBodyHeader() - Method in class be.SIRAPRISE.client.TupleContainer
Gets the relation body in XML-style text
printBodyXMLWithoutBodyHeader() - Method in class be.SIRAPRISE.client.TupleContainer
Gets the relation body in XML-style text EXCLUDING the <Body>container
printEscapedBodyValueWithoutTypeNames() - Method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple body value in textual format (i.e.
printEscapedBodyValueWithTypeNames(Tuple) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple body value in textual format (i.e.
printEscapedValueWithoutTypeNames(Tuple) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple value in textual format (i.e.
printEscapedValueWithTypeNames(Tuple) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple value in textual format (i.e.
PRINTJOURNALS - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
printJournals(String, long, long) - Method in class be.SIRAPRISE.server.ServerEngineManager
 
printJournals(String, long, long) - Method in interface be.SIRAPRISE.server.ServerEngineManagerMBean
MBean method to initiate a hotRestart
PrintJournalsMessage - Class in be.SIRAPRISE.messages
 
PrintJournalsMessageType - Class in be.SIRAPRISE.messages
The PrintJournalsMessageType is used for instructing the server monitor to print out portions of the journal files
PrintJournalsMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The PrintJournalsMessageTypeV1_0 is used for instructing the server monitor to print out portions of the journal files
PrintJournalsParams - Class in be.SIRAPRISE.messages
 
PrintJournalsParams(String, Date, Date) - Constructor for class be.SIRAPRISE.messages.PrintJournalsParams
 
printValueEscapedWithoutTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets this relation value in SIRAPRISE syntactical format (i.e.
printValueEscapedWithTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets this relation value in SIRAPRISE syntactical format (i.e.
printValueWithoutTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets this relation value in 'plain text' format (i.e.
printValueWithoutTypeNames(Tuple) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple value in textual format (i.e.
printValueWithTypeNames() - Method in class be.SIRAPRISE.client.TupleContainer
Gets this relation value in 'plain text' format (i.e.
printValueWithTypeNames(Tuple) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple value in textual format (i.e.
printValueXML() - Method in class be.SIRAPRISE.client.TupleContainer
Gets this relation value in 'XML text' format.
printValueXML(Tuple) - Static method in class be.SIRAPRISE.typeimplementations.Tuple
Gets the tuple value in textual XML-style format (i.e.
printXML() - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets the heading specification in XML style
PRIOR - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
PRIORDATE_DATE - Class in be.SIRAPRISE.typeimplementations
The PRIORDATE(DATE) operator returns the DATE value that is one day before the argument value.
PRIORDATE_DATE() - Constructor for class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
 
PRIORINT_INT - Class in be.SIRAPRISE.typeimplementations
The PRIORINT operator returns the INT value that is one less than the given argument.
PRIORINT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.PRIORINT_INT
 
PRIORLONG_LONG - Class in be.SIRAPRISE.typeimplementations
The PRIORLONG operator returns the LONG value that is one less than the given argument.
PRIORLONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
 
ProcessScript - Class in be.SIRAPRISE.client
 
ProcessScriptProperties - Class in be.SIRAPRISE.client
ProcessScriptProperties is a Properties object that holds the Properties that are relevant to the script processor.
PRODUCTVERSION - Interface in be.SIRAPRISE.util
PRODUCTVERSION defines the version numbers of the current version of the product.
project(NameIdentifier...) - Method in interface be.SIRAPRISE.client.IRelation
Computes the projection of this relation over the attributes provided.
project(NameIdentifier...) - Method in class be.SIRAPRISE.client.RelationProxy
 
PROJECT - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"PROJECT" is the projection operator of the relational algebra defined in TTM.
PROJECT - Class in be.SIRAPRISE.typeimplementations
 
PROJECT() - Constructor for class be.SIRAPRISE.typeimplementations.PROJECT
 
project(NameIdentifier...) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
PROJECT_RELATION - Class in be.SIRAPRISE.typeimplementations
 
PROJECT_RELATION(Heading, Set<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
Creates the PROJECT_RELATION
PROJECTInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
RENAMEInvocationResultDetails
PROJECTInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, Set<NameIdentifier>, Set<NameIdentifier>, boolean) - Constructor for class be.SIRAPRISE.typeimplementations.PROJECTInvocationResultDetails
Creates the RENAMEInvocationResultDetails
ProjectProxy - Class in be.SIRAPRISE.client
 
ProjectProxy(RelationProxy, Set<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.ProjectProxy
 
PromptTupleIndexForExistingRecordTypePresentation - Class in be.SIRAPRISE.webclient
Deprecated.
deprecated
PromptTupleIndexForExistingRecordTypePresentation() - Constructor for class be.SIRAPRISE.webclient.PromptTupleIndexForExistingRecordTypePresentation
Deprecated.
 
ProprietaryOrJCECipher - Class in be.SIRAPRISE.util
 
ProprietaryOrJCECipher() - Constructor for class be.SIRAPRISE.util.ProprietaryOrJCECipher
 
ProprietaryOrJCECipherCallbackObject - Interface in be.SIRAPRISE.util
 
put(Object, Object) - Method in class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
 
put(K, V) - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
put(K, V) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 

R

RADIANS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
RADIANS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
RADIANS_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
RANGEINTERSECT_TUPLE_TUPLE_STRING - Class in be.SIRAPRISE.typeimplementations
Class providing a utility method for calculating relational USING<...> intersections between individual tuples.
RANGEJOIN_TUPLE_TUPLE_STRING - Class in be.SIRAPRISE.typeimplementations
Class providing a utility method for calculating relational USING<...> joins between individual tuples.
RANGEMINUS_TUPLE_TUPLE_STRING - Class in be.SIRAPRISE.typeimplementations
Class providing a utility method for calculating relational USING<...> differences between individual tuples.
read() - Method in class be.SIRAPRISE.util.CRLFInputStream
 
read() - Method in class be.SIRAPRISE.util.MyByteBufferInputStream
 
read() - Method in class be.SIRAPRISE.util.MyCipherInputStream
 
read(byte[]) - Method in class be.SIRAPRISE.util.MyCipherInputStream
 
read(byte[], int, int) - Method in class be.SIRAPRISE.util.MyCipherInputStream
 
read() - Method in class be.SIRAPRISE.util.MyReaderInputStream
Reads from the Reader, returning the same value.
read(byte[], int, int) - Method in class be.SIRAPRISE.util.MyReaderInputStream
Reads from the Reader into a byte array
readExactNumberOfBytes(DataInputStream, int) - Static method in class be.SIRAPRISE.util.MyDataInputStream
Gets A byte array the size of byteCount holding the next bytes read from the inputStream argument
readExternal(ObjectInput) - Method in class be.SIRAPRISE.client.SiraPriseServer
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ABS_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ABS_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ABS_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ABS_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.COS_ANGLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DIV_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTDATE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GROUP_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.Heading
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LASTFLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LASTINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_BITS
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_NAME
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LN_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.LUID
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MOD_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.NEXTINT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PI
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PRIORINT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SEC_ANGLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SIN_ANGLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SUB_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TAN_ANGLE
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOINT_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOLONG_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.UserDefinedTypeImplementation
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
readExternal(ObjectInput) - Method in class be.SIRAPRISE.webclient.SiraPriseServerSession
 
readLine() - Method in class be.SIRAPRISE.util.CRLFInputStream
Reads a line from the underlying inputstream.
readMessage(DataInputStream, ProprietaryOrJCECipher, Signature, PublicKey) - Static method in class be.SIRAPRISE.messages.ServerMessage
The method used by readers to obtain a (structured) message from the given stream.
READONLY - Static variable in class be.SIRAPRISE.client.TransactionMode
 
ReadOnlyMap<K,V> - Interface in be.SIRAPRISE.util
 
reconstituteAssignmentCommand(ServerCommandDataWrapper) - Static method in class be.SIRAPRISE.client.ServerAssignmentCommand
 
reconstituteAssignmentCommand(ServerCommandDataWrapper[]) - Static method in class be.SIRAPRISE.client.ServerAssignmentCommand
 
RECORDATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RECORDATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
the internal ID for the relvar
RecordAttribute - Class in be.SIRAPRISE.client.jsba
 
RecordAttribute() - Constructor for class be.SIRAPRISE.client.jsba.RecordAttribute
Creates the RecordAttribute
RecordAttribute(String, String, int, String) - Constructor for class be.SIRAPRISE.client.jsba.RecordAttribute
Creates the RecordAttribute
RECORDATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The RECORDATTRIBUTE relvar lists all the attributes that are recorded in a RECORDTYPE.
Heading : RELVARNAME(NAME) RECORDTYPENAME(NAME) ATTRIBUTENAME(NAME) ORDINAL(INT)
Key {RELVARNAME RECORDTYPENAME ATTRIBUTENAME} and {RELVARNAME RECORDTYPENAME ORDINAL}
Predicate : Attribute <ATTRIBUTENAME> is attribute number <ORDINAL> in the type <RECORDTYPENAME> records of relation variable <RELVARNAME>.
RECORDATTRIBUTE_ORD - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
The internal ID for the 'ordinal' key
RecordAttributeDetailsCreatePresentation - Class in be.SIRAPRISE.webclient
 
RecordAttributeDetailsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.RecordAttributeDetailsCreatePresentation
 
RECORDATTRIBUTERELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Record attribute refers to a non-existing Relvar Attribute"
RecordAttributesCreate - Class in be.SIRAPRISE.webclient
Function to add an attribute to a record type for a relvar.
RecordAttributesCreate() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesCreate
 
RecordAttributesCreatePresentation - Class in be.SIRAPRISE.webclient
 
RecordAttributesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesCreatePresentation
 
RecordAttributesDelete - Class in be.SIRAPRISE.webclient
Function to remove an attribute from a record
RecordAttributesDelete() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesDelete
 
RecordAttributesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
RecordAttributesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesDeleteConfirmPresentation
 
RecordAttributesManage - Class in be.SIRAPRISE.webclient
Function to add an attribute to a record type for a relvar.
RecordAttributesManage() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesManage
 
RecordAttributesManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
RecordAttributesManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesManageDetailsPresentation
 
RecordAttributesManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
RecordAttributesManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesManageHelpPresentation
 
RecordAttributesSelectPresentation - Class in be.SIRAPRISE.webclient
 
RecordAttributesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesSelectPresentation
 
RecordAttributesWebClientFunction - Class in be.SIRAPRISE.webclient
 
RecordAttributesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.RecordAttributesWebClientFunction
 
RECORDID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Attribute name used internally by the engine
RECORDSIZEPAGESIZE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for RECORDSIZEPAGESIZE
RECORDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RECORDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric identification of this SysRelvar
RecordType - Class in be.SIRAPRISE.client.jsba
 
RecordType() - Constructor for class be.SIRAPRISE.client.jsba.RecordType
Creates the RecordType
RecordType(String, String, int, String, int) - Constructor for class be.SIRAPRISE.client.jsba.RecordType
Creates the RecordType
RECORDTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The RECORDTYPE relvar records all the physical record types that are defined at the physical database design level, for recording the current relvar values.
Heading : FILENAME(FILENAME) STORAGESPACEID(INT) RELVARNAME(NAME) RECORDTYPENAME(NAME) INDEXNAME(NAME)
Key {RELVARNAME RECORDTYPENAME} and {RELVARNAME INDEXNAME}
Predicate : The record type <RECORDTYPENAME> is for recording tuples of relvar <RELVARNAME>, and its records are stored in data space <STORAGESPACEID> in dbms file <FILENAME>.
RECORDTYPE_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
RECORDTYPE_LOCATORINDEX - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
- was a single hash on RECORDTYPE.{RELVARNAME INDEXNAME}. The locator already has RELVARNAME.
RECORDTYPE_LOCATORINDEXNAME - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RECORDTYPE_LOCATORINDEXNAME - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on RECORDTYPE.{RELVARNAME INDEXNAME}. The locator already has RELVARNAME.
RECORDTYPEID - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RECORDTYPEID - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the recordtypeID relvar
RECORDTYPEID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RECORDTYPEID - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The RECORDTDYPEID relvars list the internal identification number for every defined record type.
RECORDTYPEID_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RECORDTYPEID_ID - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
Deprecated.
 
RECORDTYPEID_ID - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RECORDTYPEID_ID - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash on RECORDTYPEID.{RECORDTYPEID}. Moved into a multihash along with RELVARID.{RELVARID} and INDEXID.{INDEXID}.
RECORDTYPEID_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
RECORDTYPEIDRECORDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for RECORDTYPEIDRECORDTYPE
RECORDTYPEINDEX - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A locator index is not defined as an index"
RECORDTYPENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RECORDTYPENAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RECORDTYPERECORDTYPEID - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for RECORDTYPERECORDTYPEID
RECORDTYPERELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A RecordLocation refers to a non-existing Relvar"
RecordTypesCreate - Class in be.SIRAPRISE.webclient
Function to define a new record type for a relvar.
RecordTypesCreate() - Constructor for class be.SIRAPRISE.webclient.RecordTypesCreate
 
RecordTypesCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
RecordTypesCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordTypesCreateHelpPresentation
 
RecordTypesCreatePresentation - Class in be.SIRAPRISE.webclient
 
RecordTypesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.RecordTypesCreatePresentation
 
RecordTypesDelete - Class in be.SIRAPRISE.webclient
Function to delete a record type from a physical database design
RecordTypesDelete() - Constructor for class be.SIRAPRISE.webclient.RecordTypesDelete
 
RecordTypesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
RecordTypesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordTypesDeleteConfirmPresentation
 
RecordTypesDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
RecordTypesDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordTypesDeleteHelpPresentation
 
RecordTypesManage - Class in be.SIRAPRISE.webclient
Function to manage the details of record types
RecordTypesManage() - Constructor for class be.SIRAPRISE.webclient.RecordTypesManage
 
RecordTypesManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
RecordTypesManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordTypesManageDetailsPresentation
 
RecordTypesOverview - Class in be.SIRAPRISE.webclient
Function that produces an overview of defined record types
RecordTypesOverview() - Constructor for class be.SIRAPRISE.webclient.RecordTypesOverview
 
RecordTypesOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
RecordTypesOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordTypesOverviewHelpPresentation
 
RecordTypesOverviewPresentation - Class in be.SIRAPRISE.webclient
 
RecordTypesOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordTypesOverviewPresentation
 
RecordTypesSelectPresentation - Class in be.SIRAPRISE.webclient
 
RecordTypesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.RecordTypesSelectPresentation
 
RecordTypesWebClientFunction - Class in be.SIRAPRISE.webclient
 
RecordTypesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.RecordTypesWebClientFunction
 
RecoverServerEngine - Class in be.SIRAPRISE.server
The RecoverServerEngine class contains the main method for recovering the databases under control of the engine after a system crash
REFERENCEDRELVARNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
REFERENCEDRELVARNAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RegexFilter - Class in be.SIRAPRISE.util
 
RegexFilter(String) - Constructor for class be.SIRAPRISE.util.RegexFilter
Creates the regexfilter
RegisterClientX509Certificate - Class in be.SIRAPRISE.server
RegisterClientX509Certificate is the class with the main method to register a client's X.509 certificate in the database
RegisterClientX509Certificate() - Constructor for class be.SIRAPRISE.server.RegisterClientX509Certificate
 
RegisterUserX509Certificate - Class in be.SIRAPRISE.server
RegisterUserX509Certificate is the class with the main method to register a client's X.509 certificate in the database
RegisterUserX509Certificate() - Constructor for class be.SIRAPRISE.server.RegisterUserX509Certificate
 
REGISTERX509CERTIFICATE - Static variable in interface be.SIRAPRISE.client.NAMES.CLIENTANDUSERNAMES
Deprecated.
- the client to be used is SERVERENGINE
RELATION - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
Relation - Class in be.SIRAPRISE.typeimplementations
 
Relation(Heading, RelationBuffer) - Constructor for class be.SIRAPRISE.typeimplementations.Relation
Creates the AbstractRelation
RELATION - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
No comment needed.
RELATION_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
RelationalAlgebraException - Exception in be.SIRAPRISE.typeimplementations
RelationalAlgebraException
RelationalAlgebraException() - Constructor for exception be.SIRAPRISE.typeimplementations.RelationalAlgebraException
Creates the RelationalAlgebraException
RelationalAlgebraException(Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.RelationalAlgebraException
Creates the RelationalAlgebraException
RelationalAlgebraException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.RelationalAlgebraException
Creates the RelationalAlgebraException
RelationalAlgebraException(String, Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.RelationalAlgebraException
Creates the RelationalAlgebraException
RelationalOperator - Class in be.SIRAPRISE.typeimplementations
A NonScalarOperator is, in principle, an operator that takes nonscalar values as at least one of its arguments, and is in one of the following classes : Detailed behaviour of the operator (and validity of its invocations) depend not solely on the nonscalar types involved, but also on Heading information associated with the arguments.
RelationalOperator() - Constructor for class be.SIRAPRISE.typeimplementations.RelationalOperator
 
RelationalOperatorInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
RelationalOperatorInvocationResultDetails is a container type for holding various information about the results of relational operator invocations
RelationBuffer - Class in be.SIRAPRISE.typeimplementations
A RelationBuffer is the ValueBuffer type for relation values.
RelationBuffer(Collection<TupleBuffer>) - Constructor for class be.SIRAPRISE.typeimplementations.RelationBuffer
Creates the RelationBuffer
RelationBuffer(Collection<TupleBuffer>, boolean) - Constructor for class be.SIRAPRISE.typeimplementations.RelationBuffer
Creates the RelationBuffer
RelationBuffer(Heading, ByteBuffer) - Constructor for class be.SIRAPRISE.typeimplementations.RelationBuffer
Creates the RelationBuffer
RelationBuffer(Set<TupleBuffer>) - Constructor for class be.SIRAPRISE.typeimplementations.RelationBuffer
Creates the buffer and sets its value
RelationBuffer(Set<TupleBuffer>, boolean) - Constructor for class be.SIRAPRISE.typeimplementations.RelationBuffer
Creates the buffer and sets its value
RelationProxy - Class in be.SIRAPRISE.client
 
RelationProxy(SiraPriseServer) - Constructor for class be.SIRAPRISE.client.RelationProxy
 
Relations - Class in be.SIRAPRISE.client
 
Relations() - Constructor for class be.SIRAPRISE.client.Relations
 
RelationValueSelectorFactory - Class in be.SIRAPRISE.client
 
RelationValueSelectorFactory() - Constructor for class be.SIRAPRISE.client.RelationValueSelectorFactory
 
RELATIVEPAGENUMBER - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Attribute name used internally by the engine
RELVAR - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RELVAR - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the RELVAR System relvar
RELVAR - Static variable in class be.SIRAPRISE.client.jsba.DBObjectGenerator
The name for the default option when invoking the DBObjectInterfaceGenerator
RELVAR - Static variable in class be.SIRAPRISE.client.jsba.DBObjectInterfaceGenerator
The name for the default option when invoking the DBObjectInterfaceGenerator
Relvar - Class in be.SIRAPRISE.client.jsba
 
Relvar() - Constructor for class be.SIRAPRISE.client.jsba.Relvar
Creates the Relvar
Relvar(String, String) - Constructor for class be.SIRAPRISE.client.jsba.Relvar
Creates the Relvar
RELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The RELVAR relvar inventorises the "base" relvars that constitute the database.
Heading : RELVARNAME(NAME) RELVARPREDICATE(STRING)
Key {RELVARNAME}
Predicate : <RELVARNAME> is a relation variable whose predicate is '<RELVARPREDICATE>'.
RELVAR_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The storage space for holding indexes on {RELVARNAME} for the logical desing relvars.
RELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal id for the relvarattribute relvar
RELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The storage space holding the tree index on RELVARATTRIBUTE.{ATTRIBUTENAME RELVARNAME}
RelvarAttribute - Class in be.SIRAPRISE.client.jsba
 
RelvarAttribute() - Constructor for class be.SIRAPRISE.client.jsba.RelvarAttribute
Creates the RelvarAttribute
RelvarAttribute(String, String) - Constructor for class be.SIRAPRISE.client.jsba.RelvarAttribute
Creates the RelvarAttribute
RELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The RELVARATTRIBUTE relvar inventorises the headings of the "base" relvars that constitute the database.
Heading : RELVARNAME(NAME) ATTRIBUTENAME(NAME)
Predicate : Attribute <ATTRIBUTENAME> is an attribute of relation variable <RELVARNAME>.
RELVARATTRIBUTE_ATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
RELVARATTRIBUTE_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
RELVARATTRIBUTEATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Relvar Attribute refers to a non-existing Attribute"
RELVARATTRIBUTERELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Relvar Attribute refers to a non-existing Relvar"
RelvarAttributesCreate - Class in be.SIRAPRISE.webclient
Function to add an attribute to a relvar definition.
RelvarAttributesCreate() - Constructor for class be.SIRAPRISE.webclient.RelvarAttributesCreate
 
RelvarAttributesCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
RelvarAttributesCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarAttributesCreateHelpPresentation
 
RelvarAttributesCreatePresentation - Class in be.SIRAPRISE.webclient
 
RelvarAttributesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarAttributesCreatePresentation
 
RelvarAttributesDelete - Class in be.SIRAPRISE.webclient
 
RelvarAttributesDelete() - Constructor for class be.SIRAPRISE.webclient.RelvarAttributesDelete
 
RelvarAttributesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
RelvarAttributesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarAttributesDeleteConfirmPresentation
 
RelvarAttributesSelectPresentation - Class in be.SIRAPRISE.webclient
 
RelvarAttributesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarAttributesSelectPresentation
 
RelvarAttributesWebClientFunction - Class in be.SIRAPRISE.webclient
 
RelvarAttributesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.RelvarAttributesWebClientFunction
 
RELVARCARDINALITY - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RELVARCARDINALITY - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Comment for RELVARCARDINALITY
RelvarCardinality - Class in be.SIRAPRISE.client.jsba
 
RelvarCardinality() - Constructor for class be.SIRAPRISE.client.jsba.RelvarCardinality
 
RELVARCARDINALITY - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar lists the tuple count statistic for each relvar for which statistics have been collected (or provided).
Heading : RELVARNAME(NAME) CARDINALITY(LONG)
Key {RELVARNAME}
Predicate : The last measured cardinality of relvar <RELVARNAME> is <CARDINALITY>.
RELVARCARDINALITY_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
RELVARCLUSTER - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
RELVARDARDINALITYRECORDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for RELVARDARDINALITYRECORDTYPE
RELVARID - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
RELVARID - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
RELVARID - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The internal ID of the relvar
RELVARID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RELVARID - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The RELVARID relvar lists the internal identification number for every defined base relvar.
RELVARID_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RELVARID_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
RELVARID_NAME - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
The internal id of the key on the relvarname attribute
RELVARIDRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A RelvarID refers to a non-existing Relvar"
RELVARKEY - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Relvar has no Key"
RELVARNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RELVARNAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RELVARPOOL - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
RelvarPoolMessage - Class in be.SIRAPRISE.messages
 
RelvarPoolMessageType - Class in be.SIRAPRISE.messages
The RelvarPoolMessageType is used for instructing the server monitor to return an overview of the relvar pool.
RelvarPoolMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The RelvarPoolMessageType is used for instructing the server monitor to return an overview of the relvar pool to the user.
RelvarPoolOverview - Class in be.SIRAPRISE.webclient
 
RelvarPoolOverview() - Constructor for class be.SIRAPRISE.webclient.RelvarPoolOverview
 
RelvarPoolOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
RelvarPoolOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarPoolOverviewHelpPresentation
 
RelvarPoolOverviewPresentation - Class in be.SIRAPRISE.webclient
 
RelvarPoolOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarPoolOverviewPresentation
 
RelvarPoolParams - Class in be.SIRAPRISE.messages
 
RelvarPoolParams() - Constructor for class be.SIRAPRISE.messages.RelvarPoolParams
 
RELVARPREDICATE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RELVARPREDICATE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RelvarProxy - Class in be.SIRAPRISE.client
 
RelvarProxy(SiraPriseServer, NameIdentifier) - Constructor for class be.SIRAPRISE.client.RelvarProxy
 
RELVARREFERENCES_BASE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
Relvars - Annotation Type in be.SIRAPRISE.client.jsba
 
RelvarsCreate - Class in be.SIRAPRISE.webclient
Function to create a new Relvar
RelvarsCreate() - Constructor for class be.SIRAPRISE.webclient.RelvarsCreate
 
RelvarsCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
RelvarsCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsCreateHelpPresentation
 
RelvarsCreatePresentation - Class in be.SIRAPRISE.webclient
 
RelvarsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsCreatePresentation
 
RelvarsDelete - Class in be.SIRAPRISE.webclient
Function to delete a Relvar definition
RelvarsDelete() - Constructor for class be.SIRAPRISE.webclient.RelvarsDelete
 
RelvarsDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
RelvarsDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsDeleteConfirmPresentation
 
RelvarsDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
RelvarsDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsDeleteHelpPresentation
 
RelvarsManage - Class in be.SIRAPRISE.webclient
 
RelvarsManage() - Constructor for class be.SIRAPRISE.webclient.RelvarsManage
 
RelvarsManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
RelvarsManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsManageDetailsPresentation
 
RelvarsManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
RelvarsManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsManageHelpPresentation
 
RelvarsOverview - Class in be.SIRAPRISE.webclient
 
RelvarsOverview() - Constructor for class be.SIRAPRISE.webclient.RelvarsOverview
 
RelvarsOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
RelvarsOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsOverviewHelpPresentation
 
RelvarsOverviewPresentation - Class in be.SIRAPRISE.webclient
 
RelvarsOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsOverviewPresentation
 
RelvarsSelectPresentation - Class in be.SIRAPRISE.webclient
 
RelvarsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.RelvarsSelectPresentation
 
RelvarsWebClientFunction - Class in be.SIRAPRISE.webclient
 
RelvarsWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.RelvarsWebClientFunction
 
RELVARVIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for RELVARVIRTUALRELVAR
REMOVE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
remove(Object) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
remove(int) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
remove() - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
remove(Object) - Method in class be.SIRAPRISE.util.MyListSet
 
remove() - Method in class be.SIRAPRISE.util.MyListSetIterator
 
remove(Object) - Method in class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
 
remove(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
remove() - Method in class be.SIRAPRISE.util.MyReadOnlyEntryIterator
 
remove(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
remove() - Method in class be.SIRAPRISE.util.MyReadOnlyIterator
 
remove(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
remove(int) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
remove(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
removeAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyListSet
 
removeAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
removeAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
removeAllOperatorsForType(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Removes all the operator implementations that involve the given type, either as being the return type for the operator, or else as being an argument type for the operator
removeFirst() - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
removeLast() - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
removeLastOccurrence(Object) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
removeSuperfluousOuterBrackets(String) - Static method in class be.SIRAPRISE.util.BracketParser
Removes superfluous outer brackets from arg.
removeTypeImplementation(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Removes the implementation for the named type
rename(Map<NameIdentifier, NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the rename of this relation according to the provided rename specs.
rename(Map<NameIdentifier, NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
RENAME - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"RENAME" is the RENAME operator of the relational algebra defined in TTM.
rename(Map<NameIdentifier, NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
RENAME - Class in be.SIRAPRISE.typeimplementations
 
RENAME() - Constructor for class be.SIRAPRISE.typeimplementations.RENAME
 
RENAME_RELATION - Class in be.SIRAPRISE.typeimplementations
 
RENAME_RELATION(Heading, Map<NameIdentifier, NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.RENAME_RELATION
Creates the RENAME_RELATION
RENAMEInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
RENAMEInvocationResultDetails
RENAMEInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, HashMap<NameIdentifier, NameIdentifier>, HashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.RENAMEInvocationResultDetails
Creates the RENAMEInvocationResultDetails
RenameProxy - Class in be.SIRAPRISE.client
 
RenameProxy(RelationProxy, Map<NameIdentifier, NameIdentifier>) - Constructor for class be.SIRAPRISE.client.RenameProxy
 
RequestLicense_SW - Class in be.SIRAPRISE.server
 
RequestLicense_SW(String[]) - Constructor for class be.SIRAPRISE.server.RequestLicense_SW
Create the application.
reset() - Method in class be.SIRAPRISE.typeimplementations.OperatorImplementationsManager
Resets the OperatorImplementationsManager by clearing the type implementations cache, except for those that are mentioned in the PRELOAD config property.
reset() - Method in class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Resets the TypeImplementationsManager by clearing the type implementations cache, except for those that are mentioned in the PRELOAD config property.
reset() - Method in class be.SIRAPRISE.util.MyReaderInputStream
Resets the StringReader.
resolveSystemPropertyRefs(String) - Static method in class be.SIRAPRISE.util.MyProperties
Resolves any references to System Properties in a String value by replacing the reference with the actual System Property value.
RESOURCEPOOLCLEANUPRUNTIMEINTERVAL - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "RESOURCEPOOLCLEANUPRUNTIMEINTERVAL" property defines the time in milliseconds between two consecutive runs of the system task that removes entries from the resource cache.
RESOURCEPOOLCLEANUPRUNTIMEINTERVALDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("60000") for the RESOURCEPOOLCLEANUPRUNTIMEINTERVAL property
RESOURCETPYE - Static variable in class be.SIRAPRISE.util.MyKeyStore
 
RESOURCETYPE - Static variable in class be.SIRAPRISE.util.MyCertificate
 
restrict(String) - Method in interface be.SIRAPRISE.client.IRelation
Computes the restriction of this relation to the set of tuples that satisfy the given boolean expression.
restrict(String) - Method in class be.SIRAPRISE.client.RelationProxy
 
RESTRICT - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"RESTRICT" is the restriction operator of the relational algebra defined in TTM.
restrict(String) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
RESTRICT - Class in be.SIRAPRISE.typeimplementations
RESTRICT
RESTRICT() - Constructor for class be.SIRAPRISE.typeimplementations.RESTRICT
 
RESTRICTInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
RESTRICTInvocationResultDetails
RESTRICTInvocationResultDetails(Heading, String, Collection<? extends KeyDef>) - Constructor for class be.SIRAPRISE.typeimplementations.RESTRICTInvocationResultDetails
Creates the RESTRICTInvocationResultDetails
RestrictProxy - Class in be.SIRAPRISE.client
 
RestrictProxy(RelationProxy, String) - Constructor for class be.SIRAPRISE.client.RestrictProxy
 
retainAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyListSet
 
retainAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
retainAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
ReusableDBConnection - Class in be.SIRAPRISE.client
A ReusableDBConnection has all the semantics of a DBConnection.
ReusableDBConnection(SiraPriseServer, Set<String>, String, boolean, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
ReusableDBConnection(SiraPriseServer, Set<String>, String, boolean, long, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
ReusableDBConnection(SiraPriseServer, Set<String>, String, boolean, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, Set<String>, String, boolean, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, Set<String>, String, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, Set<String>, String, long, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, Set<String>, String, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, Set<String>, String, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, String, boolean, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
ReusableDBConnection(SiraPriseServer, String, boolean, long, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port with the given autoCommit setting, and opens it for communication.
ReusableDBConnection(SiraPriseServer, String, boolean, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, String, boolean, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, String, long, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, String, long, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, String, Set<String>, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
ReusableDBConnection(SiraPriseServer, String, Signer) - Constructor for class be.SIRAPRISE.client.ReusableDBConnection
Creates a connection to the server on the specified host and port, and opens it for communication.
rollback() - Method in class be.SIRAPRISE.client.DBConnection
Deprecated.
Use the rollback() method of the DBTransaction object obtained from the connection instead
rollback() - Method in class be.SIRAPRISE.client.DBTransaction
Commits this non-autocommit transaction.
ROLLBACK - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
Deprecated.
deprecated
ROUND_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
The float rounding operator returns the FLOAT value that is an exact multiple of the second argument (the rounding unit), and for which the absolute value of the difference with the first argument (the number to be rounded) is minimal.
ROUND_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
 
ROUND_SCALEDNUMBER_INT - Class in be.SIRAPRISE.typeimplementations
ROUNDS rounds off the scaled number given as the first argument, to the nearest power-of-10 scale given by the second argument.
ROUND_SCALEDNUMBER_INT() - Constructor for class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
 
run() - Method in class be.SIRAPRISE.client.ProcessScript
 
run() - Method in class be.SIRAPRISE.server.ServerEngine
 
rvaValue(String) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Deprecated.
rvaValue(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Gets The attribute value for a relation-valued attribute, as a Relation object

S

savePoint() - Method in class be.SIRAPRISE.client.DBTransaction
Takes a savepoint in the current transaction.
ScalarEqualityOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
ScalarEqualityOperatorImplementation is the "generic" implementation for the EQ() operator for all types.
ScalarEqualityOperatorImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
Deprecated.
- only intended for use by the Externalizable machinery. Objects created with this constructor in other contexts will not be usable.
ScalarEqualityOperatorImplementation(String) - Constructor for class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
Creates the equality operator implementation for the named type
ScalarOperatorGenerator - Class in be.SIRAPRISE.typeimplementations
 
ScalarOperatorGenerator() - Constructor for class be.SIRAPRISE.typeimplementations.ScalarOperatorGenerator
 
ScalarOperatorGenerator_THE_ - Class in be.SIRAPRISE.typeimplementations
 
ScalarTypeDeclaration - Class in be.SIRAPRISE.typeimplementations
A ScalarTypeDeclaration is the type declaration for attributes in a heading if that attribute is not relation- or tuple-typed.
ScalarTypeDeclaration(NameIdentifier) - Constructor for class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
Creates the typedeclaration-by-name
ScalarTypeDeclaration(String) - Constructor for class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
Deprecated.
deprecated
ScalarValueBuffer - Class in be.SIRAPRISE.typeimplementations
A ScalarValueBuffer is the class that can be used as a container for any sort of scalar value.
ScalarValueBuffer(ByteBuffer) - Constructor for class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
Creates the value buffer and makes it store the scalar value contained in the ByteBuffer given.
SCALE - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
SCALE_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
SCALEDNUMBER - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
SCALEDNUMBER - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
The SCALEDNUMBER type is provided as the replacement for the deprecated DECIMAL type.
SCALEDNUMBER_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
SCRIPTSDIRECTORY - Static variable in class be.SIRAPRISE.client.ProcessScriptProperties
The property name for specifying the directory containing the SIRA_PRISE script to be run
SEC_ANGLE - Class in be.SIRAPRISE.typeimplementations
The ANGLE secant operator.
SEC_ANGLE() - Constructor for class be.SIRAPRISE.typeimplementations.SEC_ANGLE
 
SECONDS - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
SECONDS_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
semijoin(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the semijoin between this relation and the given one.
semijoin(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
SEMIJOIN - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"SEMIJOIN" is the MATCHING operator of the relational algebra defined in TTM.
semijoin(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SEMIJOIN - Class in be.SIRAPRISE.typeimplementations
SEMIJOIN
SEMIJOIN() - Constructor for class be.SIRAPRISE.typeimplementations.SEMIJOIN
 
semiJoinFor(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the semijoin between the given relation and this one.
semiJoinFor(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
semiJoinFor(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SemiJoinProxy - Class in be.SIRAPRISE.client
SemiMinusProxy
SemiJoinProxy(IRelation, IRelation) - Constructor for class be.SIRAPRISE.client.SemiJoinProxy
Creates the SemiMinusProxy
semijoinUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the semijoin between this relation and the given one.
semijoinUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
SEMIJOINUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
semijoinUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SEMIJOINUSING - Class in be.SIRAPRISE.typeimplementations
SEMIJOINUSING
SEMIJOINUSING() - Constructor for class be.SIRAPRISE.typeimplementations.SEMIJOINUSING
 
semijoinUsingFor(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the semijoin between the given relation and this one, with the attributes mentioned in usingAttributes treated in 'USING' mode.
semijoinUsingFor(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
semijoinUsingFor(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SemiJoinUsingProxy - Class in be.SIRAPRISE.client
SemiMinusProxy
SemiJoinUsingProxy(IRelation, IRelation, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.SemiJoinUsingProxy
Creates the SemiMinusProxy
semiminus(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the semidifference between this relation and the given one.
semiminus(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
SEMIMINUS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"SEMIMINUS" is the NOT MATCHING operator of the relational algebra defined in TTM.
semiminus(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SEMIMINUS - Class in be.SIRAPRISE.typeimplementations
SEMIMINUS
SEMIMINUS() - Constructor for class be.SIRAPRISE.typeimplementations.SEMIMINUS
 
semiminusFor(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the semiminus between the given relation and this one.
semiminusFor(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
semiminusFor(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SemiMinusProxy - Class in be.SIRAPRISE.client
SemiMinusProxy
SemiMinusProxy(IRelation, IRelation) - Constructor for class be.SIRAPRISE.client.SemiMinusProxy
Creates the SemiMinusProxy
semiminusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the semidifference between this relation and the given one.
semiminusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
SEMIMINUSUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
semiminusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SEMIMINUSUSING - Class in be.SIRAPRISE.typeimplementations
SEMIMINUSUSING
SEMIMINUSUSING() - Constructor for class be.SIRAPRISE.typeimplementations.SEMIMINUSUSING
 
semiminusUsingFor(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the semiminus between the given relation and this one, with the attributes mentioned in usingAttributes treated in 'USING' mode.
semiminusUsingFor(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
semiminusUsingFor(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SemiMinusUsingProxy - Class in be.SIRAPRISE.client
SemiMinusProxy
SemiMinusUsingProxy(IRelation, IRelation, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.SemiMinusUsingProxy
Creates the SemiMinusProxy
sendMessage(DataOutputStream, Signature, Signer, ProprietaryOrJCECipher) - Method in class be.SIRAPRISE.messages.ServerMessage
Sends this message to the given output stream using the given signing and encryption settings.
SeparatorCommaMissingException - Exception in be.SIRAPRISE.util
SeparatorCommaMissingException
SeparatorCommaMissingException(String) - Constructor for exception be.SIRAPRISE.util.SeparatorCommaMissingException
Creates the SeparatorCommaMissingException
ServerAddCommand - Class in be.SIRAPRISE.client
A ServerAddCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be added
ServerAddCommand(String, String) - Constructor for class be.SIRAPRISE.client.ServerAddCommand
Creates the ServerAddCommand
ServerAssertCommand - Class in be.SIRAPRISE.client
A ServerAssertCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be unioned with the current value of the relvar.
ServerAssertCommand(String, String) - Constructor for class be.SIRAPRISE.client.ServerAssertCommand
Creates the ServerAssertCommand
ServerAssignmentCommand - Class in be.SIRAPRISE.client
 
ServerAssignmentCommand() - Constructor for class be.SIRAPRISE.client.ServerAssignmentCommand
 
ServerBackupCommand - Class in be.SIRAPRISE.client
 
ServerBackupCommand() - Constructor for class be.SIRAPRISE.client.ServerBackupCommand
 
ServerBasicAssignmentCommand - Class in be.SIRAPRISE.client
A ServerBasicAssignmentCommand is a server update command that constitutes a single basic operation type on a single relvar target.
ServerCommand - Class in be.SIRAPRISE.client
A ServerCommand is any command that can get sent to the SIRA_PRISE server
ServerCommand() - Constructor for class be.SIRAPRISE.client.ServerCommand
 
ServerCommandDataWrapper - Class in be.SIRAPRISE.messages
 
ServerCommandDataWrapper(byte, String, String, String) - Constructor for class be.SIRAPRISE.messages.ServerCommandDataWrapper
 
ServerDBVerifyCommand - Class in be.SIRAPRISE.client
 
ServerDBVerifyCommand(NameIdentifier) - Constructor for class be.SIRAPRISE.client.ServerDBVerifyCommand
Creates the ServerDBVerifyCommand
ServerDBVerifyCommand(String) - Constructor for class be.SIRAPRISE.client.ServerDBVerifyCommand
Deprecated.
- replace with the NameIdentifier constructor
ServerDBVerifyCommand(ValueBuffer) - Constructor for class be.SIRAPRISE.client.ServerDBVerifyCommand
Creates the ServerDBVerifyCommand
ServerDeleteCommand - Class in be.SIRAPRISE.client
A ServerDeleteCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be removed from the current value of the relvar.
ServerDeleteCommand(String, String) - Constructor for class be.SIRAPRISE.client.ServerDeleteCommand
Creates the ServerDeleteCommand
ServerDumpDBCommand - Class in be.SIRAPRISE.client
 
ServerDumpDBCommand(String, DumpFileOption) - Constructor for class be.SIRAPRISE.client.ServerDumpDBCommand
Creates the ServerDumpDBCommand
ServerDumpDBCommand(FileNameIdentifier, DumpFileOption) - Constructor for class be.SIRAPRISE.client.ServerDumpDBCommand
Creates the ServerDumpDBCommand
SERVERENGINE - Static variable in interface be.SIRAPRISE.client.NAMES.CLIENTANDUSERNAMES
 
ServerEngine - Class in be.SIRAPRISE.server
A single autonomous "working unit" that, together with possible other engines, forms a database engine complex.
ServerEngineManager - Class in be.SIRAPRISE.server
 
ServerEngineManager() - Constructor for class be.SIRAPRISE.server.ServerEngineManager
 
ServerEngineManagerMBean - Interface in be.SIRAPRISE.server
 
ServerEngineProperties - Class in be.SIRAPRISE.server
The ServerEngineProperties class contains the configuration information of the SIRA_PRISE server engine.
ServerErrorMessage - Class in be.SIRAPRISE.messages
A ServerErrorMessage is any kind of message holding an indication that some kind of error has occurred on the server side.
ServerFilePoolCommand - Class in be.SIRAPRISE.client
 
ServerFilePoolCommand() - Constructor for class be.SIRAPRISE.client.ServerFilePoolCommand
 
ServerHelloMessage - Class in be.SIRAPRISE.messages
 
ServerHelloMessageType - Class in be.SIRAPRISE.messages
ServerHelloMessageType is the class representing all known versions of the server hello message type.
ServerHelloMessageTypeV1_0 - Class in be.SIRAPRISE.messages
ServerHelloMessageTypeV1_0 is the V1.0 version of the server hello message type.
ServerHotRestartCommand - Class in be.SIRAPRISE.client
 
ServerHotRestartCommand() - Constructor for class be.SIRAPRISE.client.ServerHotRestartCommand
 
ServerInputMessage - Class in be.SIRAPRISE.messages
The ServerInputMessage class is an abstract class defining all possible messages sent to the SIRA_PRISE server
ServerInputMessageType - Class in be.SIRAPRISE.messages
A ServerInputMessageType defines a type of message that can be sent to a SIRA_PRISE engine by a SIRA_PRISE client
ServerInquireCommand - Class in be.SIRAPRISE.client
A NonAssignmentCommand is a command that will not assign a new value to the database, such as INQUIRE.
ServerInquireCommand(String) - Constructor for class be.SIRAPRISE.client.ServerInquireCommand
Creates the ServerInquireCommand, setting the expression to be inquired, with no requested ordering
ServerInquireCommand(String, List<String>) - Constructor for class be.SIRAPRISE.client.ServerInquireCommand
Creates the ServerInquireCommand, setting the expression to be inquired, plus the given requested ordering
ServerKillConnectionCommand - Class in be.SIRAPRISE.client
 
ServerKillConnectionCommand(String) - Constructor for class be.SIRAPRISE.client.ServerKillConnectionCommand
Creates the ServerKillConnectionCommand
ServerLuwsCommand - Class in be.SIRAPRISE.client
 
ServerLuwsCommand() - Constructor for class be.SIRAPRISE.client.ServerLuwsCommand
 
ServerMemoryCommand - Class in be.SIRAPRISE.client
 
ServerMemoryCommand() - Constructor for class be.SIRAPRISE.client.ServerMemoryCommand
 
ServerMessage - Class in be.SIRAPRISE.messages
The ServerMessage class is an abstract class defining all possible messages sent to/by the SIRA_PRISE server
ServerMessageType - Class in be.SIRAPRISE.messages
A ServerMessageType defines a type of message that can be sent to/by a SIRA_PRISE engine
ServerMessageTypes - Class in be.SIRAPRISE.messages
 
ServerMonitorCommand - Class in be.SIRAPRISE.client
A ServerMonitorCommand is any command that can get sent to the SIRA_PRISE server monitor
ServerMonitorCommand() - Constructor for class be.SIRAPRISE.client.ServerMonitorCommand
 
ServerMultipleAssignmentCommand - Class in be.SIRAPRISE.client
A ServerMultipleAssignmentCommand is a command that consists of >1 IndividualAssignmentCommands.
ServerMultipleAssignmentCommand(ServerAssignmentCommand...) - Constructor for class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
Creates the ServerMultipleAssignmentCommand.
ServerMultipleAssignmentCommand(Collection<? extends ServerSingleAssignmentCommand>) - Constructor for class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
Creates the ServerMultipleAssignmentCommand
ServerMultipleAssignmentCommand(ServerSingleAssignmentCommand[]) - Constructor for class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
Creates the ServerMultipleAssignmentCommand
ServerNonAssignmentCommand - Class in be.SIRAPRISE.client
A NonAssignmentCommand is a command that will not assign a new value to the database, such as INQUIRE.
ServerNonAssignmentCommand() - Constructor for class be.SIRAPRISE.client.ServerNonAssignmentCommand
 
ServerOperatorImplementationCommand - Class in be.SIRAPRISE.client
 
ServerOperatorImplementationCommand(String, List<String>) - Constructor for class be.SIRAPRISE.client.ServerOperatorImplementationCommand
Creates the ServerTypeImplementationCommand
ServerOperatorImplementationCommand(NameIdentifier, List<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.ServerOperatorImplementationCommand
Creates the ServerTypeImplementationCommand
ServerOutputMessage - Class in be.SIRAPRISE.messages
The ServerOutputMessage class is an abstract class defining all possible messages sent to the SIRA_PRISE server
ServerPrintJournalsCommand - Class in be.SIRAPRISE.client
 
ServerPrintJournalsCommand(String, Date, Date) - Constructor for class be.SIRAPRISE.client.ServerPrintJournalsCommand
Creates the ServerDBVerifyCommand
ServerPrintJournalsCommand(ValueBuffer, Date, Date) - Constructor for class be.SIRAPRISE.client.ServerPrintJournalsCommand
Creates the ServerDBVerifyCommand
ServerRelvarPoolCommand - Class in be.SIRAPRISE.client
 
ServerRelvarPoolCommand() - Constructor for class be.SIRAPRISE.client.ServerRelvarPoolCommand
 
ServerShutDownCommand - Class in be.SIRAPRISE.client
 
ServerShutDownCommand() - Constructor for class be.SIRAPRISE.client.ServerShutDownCommand
 
ServerSideOperatorImplementationsManager - Class in be.SIRAPRISE.server
 
ServerSideTypeImplementationsManager - Class in be.SIRAPRISE.server
 
ServerSingleAssignmentCommand - Class in be.SIRAPRISE.client
An AssignmentCommand is a command that will assign a new value to the database, such as ADD,ASSERT,UPDATE.
ServerSpaceCalcCommand - Class in be.SIRAPRISE.client
 
ServerSpaceCalcCommand(String, int, long, int, int) - Constructor for class be.SIRAPRISE.client.ServerSpaceCalcCommand
Creates the ServerSpaceCalcCommand
ServerStatisticsCommand - Class in be.SIRAPRISE.client
 
ServerStatisticsCommand(NameIdentifier) - Constructor for class be.SIRAPRISE.client.ServerStatisticsCommand
Creates the ServerStatisticsCommand
ServerStatisticsCommand(String) - Constructor for class be.SIRAPRISE.client.ServerStatisticsCommand
Deprecated.
- replace with the NameIdentifier constructor
ServerStatisticsCommand(ValueBuffer) - Constructor for class be.SIRAPRISE.client.ServerStatisticsCommand
Creates the ServerStatisticsCommand
ServerTypeImplementationCommand - Class in be.SIRAPRISE.client
 
ServerTypeImplementationCommand(NameIdentifier) - Constructor for class be.SIRAPRISE.client.ServerTypeImplementationCommand
Creates the ServerTypeImplementationCommand
ServerUnassertCommand - Class in be.SIRAPRISE.client
A ServerDeleteCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be removed-if-present from the current value of the relvar.
ServerUnassertCommand(String, String) - Constructor for class be.SIRAPRISE.client.ServerUnassertCommand
Creates the ServerUnassertCommand
ServerUpdateCommand - Class in be.SIRAPRISE.client
A ServerUpdateCommand consists of three portions : The target relvar name The relational expression defining which tuples in the target relvar will be affected (=deleted) by the update The specification of the changes that have to be applied to all affected tuples, i.e.
ServerUpdateCommand(String, String, String) - Constructor for class be.SIRAPRISE.client.ServerUpdateCommand
Creates the ExecUpdateCommand
set(int, E) - Method in class be.SIRAPRISE.util.MyLinkedListBackedByHash
 
set(int, V) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
set(V) - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
setAlgorithm(String) - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Sets algorithm
setAlgorithm(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Sets algorithm
setAttribute1(int) - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Sets some attribute of this class
setAttribute1(int) - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Sets some attribute of this class
setAttribute1FromDB(String) - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Sets some attribute of this class, given a SIRA_PRISE string representation of the value to set.
setAttribute1FromDB(String) - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Sets some attribute of this class, given a SIRA_PRISE string representation of the value to set.
setAttribute2(String) - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Sets some other attribute of this class
setAttribute2(String) - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Sets some other attribute of this class
setAttribute2FromDB(String) - Method in class be.SIRAPRISE.client.jsba.DBObjectTemplate
Sets some other attribute of this class, given a SIRA_PRISE string representation of the value to set.
setAttribute2FromDB(String) - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Sets some other attribute of this class, given a SIRA_PRISE string representation of the value to set.
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.Attribute
Sets The attribute name
setAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Attribute
Sets The attribute name
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets attributeName
setAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets attributeName
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Sets attributeName
setAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Sets attributeName
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
Sets attributeName
setAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
Sets attributeName
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Sets The [name of the] new attribute
setAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Sets The [name of the] new attribute
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
Sets The attribute name
setAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
Sets The attribute name
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets attributeName
setAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets attributeName
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Sets attributeName
setAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Sets attributeName
setBaseTypeName(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The base type's name
setBaseTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The base type's name
setBypassAssignmentConstraints(boolean) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets bypassAssignmentConstraints
setBypassAssignmentConstraints(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets bypassAssignmentConstraints
setCardinality(int) - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
Sets cardinality
setCardinality(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
Sets cardinality
setCertificateBytes(byte[]) - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Sets clientID
setCertificateBytes(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Sets algorithm
setClientID(String) - Method in class be.SIRAPRISE.client.jsba.Client
Sets clientID
setClientID(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Client
Sets clientID
setClientID(String) - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Sets clientID
setClientID(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
Sets clientID
setComponentName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Sets componentName
setComponentName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Sets componentName
setComponentName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Sets componentName
setComponentName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Sets componentName
setComponentName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Sets the ComponentName of the physical possrep that this formula is defined for.
setComponentName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Sets the ComponentName of the physical possrep that this formula is defined for.
setComponentTypeName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Sets componentTypeName
setComponentTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Sets componentTypeName
setComponentValueSelectorExpression(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Sets componentValueSelectorExpression
setComponentValueSelectorExpression(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Sets componentValueSelectorExpression
setConstraintExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The constraint expression
setConstraintExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The constraint expression
setConstraintExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets expression
setConstraintExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets expression
setConstraintExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets constraintExpression
setConstraintExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets constraintExpression
setConstraintExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Sets constraintExpression
setConstraintExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Sets constraintExpression
setConstraintLabel(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The constraint label
setConstraintLabel(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The constraint label
setConstraintLabel(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets label
setConstraintLabel(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets label
setConstraintMessageText(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The corresponding constraint message text, if any
setConstraintMessageText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The corresponding constraint message text, if any
setConstraintMessageText(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets messageText
setConstraintMessageText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets messageText
setConstraintMessageText(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets messageText
setConstraintMessageText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets constraintMessageText
setContainedAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
Sets The type name
setContainedAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
Sets The type name
setDataActionName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets actionName
setDatacAtionName(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets actionName
setDbcchecksFromDB(Relation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of database constraint checks that will correspond to this expression being used as the definition of a database constraint
setDefaultTransactionAutoCommit(boolean) - Method in class be.SIRAPRISE.client.DBConnection
Sets The default autocommit setting for all transactions created on this connection
setDistinct(boolean) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets distinct
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
setErrorCode(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Sets errorCode
setErrorCode(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Sets errorCode
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets errorCode
setErrorCode(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets errorCode
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Sets errorCode
setErrorCode(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Sets errorCode
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.Key
Sets errorCode
setErrorCode(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Key
Sets errorCode
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
Sets errorCode
setErrorCode(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
Sets errorCode
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets errorCode
setErrorCode(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets errorCode
setExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The constraint expression
setExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The constraint expression
setExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Sets expression
setExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Sets expression
setExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets expression
setExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets expression
setExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
Sets expression
setExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
Sets expression
setExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Sets expressionText
setExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Sets expressionText
setExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Sets The expression
setExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Sets The expression
setExtentsCount(int) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
setExtentsCount(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
setExtentsCount(int) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The number of extents that the storage space can take
setExtentsCount(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The number of extents that the storage space can take
setExtentsCount(int) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets extentsCount
setExtentsCount(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets extentsCount
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
Sets The file name
setFileName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
Sets The file name
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
Sets The file name
setFileName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
Sets The file name
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Sets The file name
setFileName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Sets The file name
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The file name
setFileName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The file name
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets fileName
setFileName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets fileName
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets The file name
setFileName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets The file name
setFrequency(double) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets frequency
setFrequency(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets frequency
setGapCompressionThreshold(int) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The gap compression threshold
setGapCompressionThreshold(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The gap compression threshold
setInsertsdeletesinvocationsFromDB(Relation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of referenced parameters
setInvocationName(String) - Method in class be.SIRAPRISE.client.jsba.Operator
Sets typeName
setInvocationName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Operator
Sets the typeName
setInvolvedtypesFromDB(Relation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of involved types
setIsDistinct(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets distinct
setLocatorAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
setLocatorAttributeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
setMaximumGaps(int) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Gets The maximum gap count
setMaximumGaps(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The maximum gap count
setMaximumLength(int) - Method in class be.SIRAPRISE.client.jsba.Attribute
Sets The maximumLength
setMaximumLength(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Attribute
Sets The maximumLength
setMaximumLength(int) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets maximumLength
setMaximumLength(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets maximumLength
setNonscalarheadingFromDB(Relation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of attributes and their corresponding type that define the precise RELATION or TUPLE return type
setOperandSignature(LinkedList<String>) - Method in class be.SIRAPRISE.client.jsba.Operator
Sets typeName
setOperandSignature(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Operator
Sets the typeName
setOperationType(int) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Sets operationType
setOperationType(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Sets operationType
setOperationType(int) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Sets label
setOperationType(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Sets label
setOperationType(int) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets operationType
setOperationType(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets operationType
setOrderingOperatorExpressionText(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Sets orderingOperatorExpression
setOrderingOperatorExpressionText(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Sets orderingOperatorExpression
setOrdinal(int) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
setOrdinal(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
setOrdinal(int) - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Sets ordinal
setOrdinal(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Sets ordinal
setOrdinal(int) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets ordinal
setOrdinal(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets ordinal
setOrdinal(int) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Sets ordinal
setOrdinal(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Sets ordinal
setPageCount(int) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
setPageCount(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
setPageCount(int) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The number of pages in the index space
setPageCount(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets The number of pages in the index space
setPageCount(int) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets The page count
setPageCount(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets The page count
setPageSize(int) - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Sets The page size
setPageSize(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Sets The page size
setPhysicalPossrepName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Sets physicalPossrepName
setPhysicalPossrepName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Sets physicalPossrepName
setPossrepName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
Sets possrepName
setPossrepName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
Sets possrepName
setPossrepName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Sets possrepName
setPossrepName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Sets possrepName
setPossrepName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Sets The name of the non-physical possrep that this translation formula is for.
setPossrepName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Sets The name of the non-physical possrep that this translation formula is for.
setPredicate(String) - Method in class be.SIRAPRISE.client.jsba.Relvar
Sets predicate
setPredicate(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Relvar
Sets predicate
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Attribute
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Client
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.ClientCertificate
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Key
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.NonScalarAttributeAttribute
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Operator
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.RecordType
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Relvar
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
 
setPreUpdateState() - Method in interface be.SIRAPRISE.client.jsba.UpdatableDBObject
This method is called by the J/R bridging engine after an object has been setup from some tuple retrieved from the database.
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.User
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
 
setPublishedInfo(byte[]) - Method in class be.SIRAPRISE.util.JCECipher
 
setPublishedInfo(byte[]) - Method in class be.SIRAPRISE.util.ProprietaryOrJCECipher
Sets all the specific info needed to set up en-/decryption.
setPublishedInfo(byte[]) - Method in class be.SIRAPRISE.util.SPE
 
setRecordTypeName(String) - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Sets recordTypeName
setRecordTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Sets recordTypeName
setRecordTypeName(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets recordTypeName
setRecordTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets recordTypeName
setRecordTypeName(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets recordTypeName
setRecordTypeTame(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets recordTypeName
setReferencedparametersFromDB(Relation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of referenced parameters
setReferencedrelvarsFromDB(Relation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of referenced parameters
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Sets expression
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraintCheck
Sets expression
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.IndexAttribute
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.Key
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Key
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Sets The [name of the] relvar to which a new attribute is being added
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Sets The [name of the] relvar to which a new attribute is being added
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.Relvar
Sets name
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Relvar
Sets name
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets relvarName
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Sets The name for the virtual relvar
setRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Sets The name for the virtual relvar
setReturnTypeName(String) - Method in class be.SIRAPRISE.client.jsba.Operator
Sets typeName
setReturnTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Operator
Sets the typeName
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The file name
setStandardDeviation(double) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets standardDeviation
setStandardDeviation(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets standardDeviation
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
Sets the ID
setStorageSpaceID(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpace
Sets the ID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
Sets the ID
setStorageSpaceID(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ClusteredRecordSpaceLocAttrs
Sets the ID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets the ID
setStorageSpaceID(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.HashedRecordSpace
Sets the ID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets storageSpaceID
setStorageSpaceID(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets storageSpaceID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets the ID
setStorageSpaceID(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets the ID
setTargetRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets targetRelvarName
setTargetRelvarName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets targetRelvarName
SettersMissingException - Exception in be.SIRAPRISE.client.jsba
A SettersMissingException is thrown by the SIRA_PRISE/Java bridge to signal that a relation contained some attributes for which no corresponding setter methods could be found in any of the given classes.
SettersMissingException(String) - Constructor for exception be.SIRAPRISE.client.jsba.SettersMissingException
Creates the exception, setting the exception message
setTriggeredOperationType(int) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets triggeredOperationType
setTriggeredOperationType(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets triggeredOperationType
setTrustAuthentications(boolean) - Method in class be.SIRAPRISE.client.jsba.Client
Sets trustAuthentications
setTrustAuthentications(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Client
Sets trustAuthentications
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.Attribute
Sets The type name
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.Attribute
Sets The type name
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The type name
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The type name
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Sets typeName
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Sets the typeName
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
Sets typeName
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
Sets the typeName
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
Sets typeName
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
Sets typeName
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Sets typeName
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedType
Sets typeName
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
Sets typeName
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
Sets typeName
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Sets typeName
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Sets typeName
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Sets typeName
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Sets typeName
setTypeName(String) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Sets typeName
setTypeName(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Sets typeName
setTypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The page size
setTypeSizeHint(String) - Method in class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
Sets typeSizeHint
setTypeSizeHint(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
Sets the typeSizeHint
setUserID(String) - Method in class be.SIRAPRISE.client.jsba.User
Sets userID
setUserID(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.User
Sets userID
setValue(V) - Method in class be.SIRAPRISE.util.MyReadOnlyEntry
 
setValueCount(int) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets valueCount
setValueCount(ValueBuffer) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets valueCount
SHUTDOWN - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
ShutdownEngine - Class in be.SIRAPRISE.webclient
The shutdown command starts the server's graceful-shutdown procedure.
ShutdownEngine() - Constructor for class be.SIRAPRISE.webclient.ShutdownEngine
 
ShutdownEngineHelpPresentation - Class in be.SIRAPRISE.webclient
ShutdownEngineHelpPresentation
ShutdownEngineHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.ShutdownEngineHelpPresentation
 
ShutdownEnginePresentation - Class in be.SIRAPRISE.webclient
 
ShutdownEnginePresentation() - Constructor for class be.SIRAPRISE.webclient.ShutdownEnginePresentation
 
ShutDownMessage - Class in be.SIRAPRISE.messages
 
ShutDownMessageType - Class in be.SIRAPRISE.messages
The ShutDownMessageType is used for instructing the server monitor to shut down the engine.
ShutDownMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The ShutDownMessageType is used for instructing the server monitor to return an overview of the file pool to the user.
ShutDownParams - Class in be.SIRAPRISE.messages
 
ShutDownParams() - Constructor for class be.SIRAPRISE.messages.ShutDownParams
 
shutEngineDown() - Method in class be.SIRAPRISE.server.ServerEngineManager
 
shutEngineDown() - Method in interface be.SIRAPRISE.server.ServerEngineManagerMBean
MBean method to shut down a running engine without going through a Monitor connection.
sign(Signature, byte[]) - Method in class be.SIRAPRISE.client.ClientSideOperatorImplementationsManagerSigner
 
sign(Signature, byte[]) - Method in class be.SIRAPRISE.client.ClientSideTypeImplementationsManagerSigner
 
sign(Signature, byte[]) - Method in class be.SIRAPRISE.client.jsba.DBObjectGenerator
 
sign(Signature, byte[]) - Method in class be.SIRAPRISE.client.jsba.DBObjectInterfaceGenerator
 
sign(Signature, byte[]) - Method in class be.SIRAPRISE.client.ProcessScript
 
sign(Signature, byte[]) - Method in interface be.SIRAPRISE.util.Signer
Computes the signature for the given byte string and the given Signature.
sign(Signature, byte[]) - Method in class be.SIRAPRISE.util.UserPrivateKeyProvider
 
SIGNATUREALGORITHMNAMES - Static variable in class be.SIRAPRISE.client.ClientSideTypeImplementationsManagerProperties
The option that names the signatures that can be used by the type implementations manager client for authenticating/signing
SIGNATUREALGORITHMNAMESDEFAULT - Static variable in class be.SIRAPRISE.client.ClientSideTypeImplementationsManagerProperties
The default value for the SIGNATUREALGORITHMNAMES option
SIGNATUREALGORITHMS - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "SIGNATUREALGORITHMS" property defines which Signature algorithms are supported by the server engine.
SIGNATUREALGORITHMSDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value ("SPS, MD5withRSA, MD2withRSA, SHA1withRSA, SHA1withDSA") for the SIGNATUREALGORITHMS property
Signer - Interface in be.SIRAPRISE.util
Signers are used by clients in two circumstances : The client needs to establish a connection to a server and wants to authenticate itself The client needs to start a transaction for a non-anonymous user and wants/needs to authenticate the user identity by computing a signature
SIGNINGALGORITHMS - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name of the property ("SIGNINGALGORITHMS" ) used to indicate the set of signing algorithm names that can be used by a client
SIN_ANGLE - Class in be.SIRAPRISE.typeimplementations
The ANGLE sine operator.
SIN_ANGLE() - Constructor for class be.SIRAPRISE.typeimplementations.SIN_ANGLE
 
SiraPriseErrorMessage - Class in be.SIRAPRISE.messages
 
SiraPriseErrorMessageType - Class in be.SIRAPRISE.messages
The SiraPriseErrorMessageType is the message type returned by a SIRA_PRISE server in the event when any command issued by a client has resulted in a runtime error.
SiraPriseErrorMessageTypeV1_0 - Class in be.SIRAPRISE.messages
SiraPriseErrorMessageTypeV1_0 is V1_0 of the SiraPriseErrorMessageType.
SiraPriseErrorMessageTypeV1_1 - Class in be.SIRAPRISE.messages
SiraPriseErrorMessageTypeV1_1 is V1_1 of the SiraPriseErrorMessageType.
SiraPriseServer - Class in be.SIRAPRISE.client
A SiraPriseServer identifies a SIRA_PRISE host or server.
SiraPriseServer() - Constructor for class be.SIRAPRISE.client.SiraPriseServer
Deprecated.
Constructor for the Serializable/Externalizable machinery. Don't use in other contexts, as you don't have any setters to use.
SiraPriseServer(String, int, int) - Constructor for class be.SIRAPRISE.client.SiraPriseServer
Creates the SiraPriseServer identifier object.
SiraPriseServerSession - Class in be.SIRAPRISE.webclient
 
SiraPriseServerSession() - Constructor for class be.SIRAPRISE.webclient.SiraPriseServerSession
Constructor for the Serializable/Externalizable machinery.
SIRAPRISEServlet - Class in be.SIRAPRISE.webclient
 
SIRAPRISEServlet() - Constructor for class be.SIRAPRISE.webclient.SIRAPRISEServlet
 
SIRAPRISEServletMultiPartConfig - Class in be.SIRAPRISE.webclient
 
SIRAPRISEServletMultiPartConfig() - Constructor for class be.SIRAPRISE.webclient.SIRAPRISEServletMultiPartConfig
 
SIRAPRISEWEBCLIENT - Static variable in interface be.SIRAPRISE.client.NAMES.CLIENTANDUSERNAMES
 
SiraPriseWebClient - Class in be.SIRAPRISE.client
Class relating to the client signer and its certificates
SiraPriseWebClient - Class in be.SIRAPRISE.webclient
Class relating to the web client signer and its certificates.
SiraPriseWebClientFunction - Class in be.SIRAPRISE.webclient
Class that can be used to define methods that can commonly be used by all SIRA_PRISE web client functions
SiraPriseWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.SiraPriseWebClientFunction
 
size() - Method in class be.SIRAPRISE.client.TupleContainer
Gets The number of tuples that appear in the relation.
size() - Method in class be.SIRAPRISE.util.MyListSet
 
size() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
size() - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
size() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
size() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
SKIPAUTOLOAD() - Constructor for class be.SIRAPRISE.util.MyProperties.SKIPAUTOLOAD
 
smartUpdateComand() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Gets a "smart" update command that brings the catalog from the state reflected in preUpdateState, to the current state.
smartUpdateCommand() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Gets a "smart" update command that brings the catalog from the state reflected in preUpdateState, to the current state.
smartUpdateCommand() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Gets a "smart" update command that brings the catalog from the state reflected in preUpdateState, to the current state.
SnapShotIsolationMode - Enum in be.SIRAPRISE.util
 
SOCKETACCEPTTIMEOUT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The "SOCKETACCEPTTIMEOUT" property defines the time in milliseconds that the server will keep waiting for a connection to arrive.
SOCKETACCEPTTIMEOUTDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the SOCKETACCEPTTIMEOUT property is "3600000"
SP_EXPRESSION - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
SP_EXPRESSION_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
SPACECALC - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
SpaceCalcMessage - Class in be.SIRAPRISE.messages
 
SpaceCalcMessageType - Class in be.SIRAPRISE.messages
The SpaceCalcMessageType is used for instructing the server monitor to do a space calculation on the passed-in parameters and return the results.
SpaceCalcMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The SpaceCalcMessageType is used for instructing the server monitor to do a space calculation on the passed-in parameters and return the results.
SpaceCalcParams - Class in be.SIRAPRISE.messages
 
SpaceCalcParams(String, int, long, int, int) - Constructor for class be.SIRAPRISE.messages.SpaceCalcParams
 
SpaceCalculations - Class in be.SIRAPRISE.webclient
Function to perform space calculations, v2.
SpaceCalculations() - Constructor for class be.SIRAPRISE.webclient.SpaceCalculations
 
SpaceCalculationsHelpPresentation - Class in be.SIRAPRISE.webclient
 
SpaceCalculationsHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.SpaceCalculationsHelpPresentation
 
SpaceCalculationsPresentation - Class in be.SIRAPRISE.webclient
 
SpaceCalculationsPresentation() - Constructor for class be.SIRAPRISE.webclient.SpaceCalculationsPresentation
 
SpaceCalculationsSelectRelvarPresentation - Class in be.SIRAPRISE.webclient
 
SpaceCalculationsSelectRelvarPresentation() - Constructor for class be.SIRAPRISE.webclient.SpaceCalculationsSelectRelvarPresentation
 
SPACES - Static variable in class be.SIRAPRISE.util.MyException.LineBreakStyle
 
SPAN - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"SPAN" is the SPAN interval operator.
SPAN_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
SPCHALLENGE_LENGTH - Static variable in class be.SIRAPRISE.messages.ServerHelloMessageTypeV1_0
The length of the SPCHALLENGE field in bytes (14 )
SPE - Class in be.SIRAPRISE.util
 
SPE() - Constructor for class be.SIRAPRISE.util.SPE
 
SPEKey - Class in be.SIRAPRISE.util
 
SPEKey(int[]) - Constructor for class be.SIRAPRISE.util.SPEKey
 
SPEKey(LinkedList<Integer>) - Constructor for class be.SIRAPRISE.util.SPEKey
 
SPLITBY - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"SPLITBY" is the SPLITBY interval operator.
SPLITBY_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
splitIntoExpressions(String, int) - Static method in class be.SIRAPRISE.util.BracketParser
Gets the multiple expressions that are in the comma-separated list arg2
splitLog() - Method in class be.SIRAPRISE.server.ServerEngineManager
 
splitLog() - Method in interface be.SIRAPRISE.server.ServerEngineManagerMBean
MBean method to force a log split
SPLITS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"SPLITS" is the operator for the SPLITS interval operator.
SPLITS_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
SPS - Static variable in class be.SIRAPRISE.client.ProcessScript
The suffix by which script files can be recognized
SQRT_FLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT square root operator.
SQRT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
 
startNestedTransaction(boolean, boolean) - Method in class be.SIRAPRISE.client.DBTransaction
Starts a nested transaction within this transaction.
STARTPOINTOF - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"STARTPOINTOF" is the operator for the STARTPOINTOF interval operator.
STARTPOINTOF_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
StartServerEngine - Class in be.SIRAPRISE.server
StartServerEngine is the class that holds the main method to invoke when starting the server engine
StartSubTransactionMessage - Class in be.SIRAPRISE.messages
 
StartSubTransactionMessageType - Class in be.SIRAPRISE.messages
The StartSubTransactionMessageType is the type of message sent by a client to a SIRA_PRISE server if that client wants to establish a transaction savepoint and start a "nested" transaction within the currently running transaction.
StartSubTransactionMessageTypeV1_0 - Class in be.SIRAPRISE.messages
StartSubTransactionMessageTypeV1_0 is V1_0 of the StartSubTransactionMessageType.
startTransaction() - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction on the connection with the default autocommit, transactionmode and ddl capture settings for transactions created on this connection
startTransaction(boolean) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction on the connection with the given autocommit setting
startTransaction(boolean, DDLCapture) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction on the connection with the given autocommit and ddl capture settings
startTransaction(boolean, TransactionMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction in the given transaction mode on the connection with the given autocommit setting
startTransaction(boolean, TransactionMode, DDLCapture) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction in the given transaction mode on the connection with the given autocommit setting
startTransaction(boolean, TransactionMode, DDLCapture, SnapShotIsolationMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction in the given transaction mode on the connection with the given autocommit setting
startTransaction(boolean, TransactionMode, SnapShotIsolationMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction in the given transaction mode on the connection with the given autocommit setting
startTransaction(DDLCapture) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction on the connection with the default autocommit and transactionmode settings for transactions created on this connection, and the given ddl capture setting
startTransaction(String, boolean, String, byte[]) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection with the default autocommit setting for transactions created on this connection
startTransaction(String, boolean, String, byte[], boolean, TransactionMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection with the given autoCommit setting
startTransaction(String, boolean, String, byte[], boolean, TransactionMode, DDLCapture) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection with the given autoCommit setting
startTransaction(String, boolean, String, byte[], boolean, TransactionMode, DDLCapture, SnapShotIsolationMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection with the given autoCommit setting
startTransaction(String, boolean, String, byte[], boolean, TransactionMode, SnapShotIsolationMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection with the given autoCommit setting
startTransaction(String, boolean, String, byte[], DDLCapture) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection with the default autocommit setting for transactions created on this connection
startTransaction(String, boolean, String, byte[], TransactionMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection with the default autocommit setting for transactions created on this connection
startTransaction(String, boolean, String, byte[], TransactionMode, DDLCapture) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection with the default autocommit setting for transactions created on this connection
startTransaction(String, Signer) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection for the named user and with the default autocommit setting for transactions created on this connection.
startTransaction(String, Signer, boolean) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction on the connection for the named user and with the default autocommit setting for transactions created on this connection.
startTransaction(String, Signer, boolean, TransactionMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction in the given transaction mode on the connection for the named user and with the default autocommit setting for transactions created on this connection.
startTransaction(String, Signer, boolean, TransactionMode, SnapShotIsolationMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction in the given transaction mode on the connection for the named user and with the default autocommit setting for transactions created on this connection.
startTransaction(String, Signer, TransactionMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction in the given read-only mode on the connection for the named user and with the default autocommit setting for transactions created on this connection.
startTransaction(String, Signer, TransactionMode, SnapShotIsolationMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts a transaction in the given read-only mode on the connection for the named user and with the default autocommit setting for transactions created on this connection.
startTransaction(TransactionMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction in the given transaction mode on the connection with the default autocommit setting for transactions created on this connection
startTransaction(TransactionMode, DDLCapture) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction in the given transaction mode on the connection with the default autocommit setting for transactions created on this connection
startTransaction(TransactionMode, DDLCapture, SnapShotIsolationMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction in the given transaction mode on the connection with the default autocommit setting for transactions created on this connection
startTransaction(TransactionMode, SnapShotIsolationMode) - Method in class be.SIRAPRISE.client.DBConnection
Starts an anonymous transaction in the given transaction mode on the connection with the default autocommit setting for transactions created on this connection
StartTransactionMessage - Class in be.SIRAPRISE.messages
 
StartTransactionMessageType - Class in be.SIRAPRISE.messages
The StartTransactionMessageType is the message type to be sent by clients who wish to start a transaction on the server to do some data manipulation activity.
StartTransactionMessageTypeV1_0 - Class in be.SIRAPRISE.messages
StartTransactionMessageTypeV1_0 is V1_0 of the StartTransactionMessageType.
StartTransactionMessageTypeV1_1 - Class in be.SIRAPRISE.messages
StartTransactionMessageTypeV1_1 is V1_1 of the StartTransactionMessageType.
StartTransactionMessageTypeV1_2 - Class in be.SIRAPRISE.messages
StartTransactionMessageTypeV1_2 is V1_2 of the StartTransactionMessageType.
StartTransactionMessageTypeV1_3 - Class in be.SIRAPRISE.messages
StartTransactionMessageTypeV1_3 is V1_3 of the StartTransactionMessageType.
STATISTICS - Static variable in interface be.SIRAPRISE.client.MONITORCOMMANDNAMES
 
STATISTICS_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The storage space for RELVARNAME indexes for the statistics relvars
StatisticsMessage - Class in be.SIRAPRISE.messages
 
StatisticsMessageType - Class in be.SIRAPRISE.messages
The StatisticsMessageType is used for instructing the server monitor to do a DBVERIFY on a relvar.
StatisticsMessageTypeV1_0 - Class in be.SIRAPRISE.messages
The StatisticsMessageType is used for instructing the server monitor to do a DBVERIFY on a relvar.
StatisticsParams - Class in be.SIRAPRISE.messages
 
StatisticsParams(NameIdentifier) - Constructor for class be.SIRAPRISE.messages.StatisticsParams
 
STDDEV - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
STDDEV_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
StopServerEngine - Class in be.SIRAPRISE.server
StopServerEngine is the class with the main method to invoke when stopping the server engine
STORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
STORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID
STORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash index on STORAGESPACE.{FILENAME STORAGESPACEID}
StorageSpace - Class in be.SIRAPRISE.client.jsba
 
StorageSpace() - Constructor for class be.SIRAPRISE.client.jsba.StorageSpace
 
StorageSpace(String, int, int, int) - Constructor for class be.SIRAPRISE.client.jsba.StorageSpace
 
STORAGESPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The STORAGESPACE relvar lists the various storage spaces that the engine's physical files are made up of.
Heading : FILENAME(NAME) STORAGESPACEID(INT) PAGECOUNT(INT) EXTENTSCOUNT(INT)
Key {FILENAME STORAGESPACEID}
Predicate : StorageSpace <{2}> of Dbms File <{1}> has <{0}> pages and is extensible with up to <{3}> extents.
STORAGESPACE_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
deprecated
STORAGESPACEBOTHHASHANDDATA - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Storage space is defined to be both a hashing index space and a data space"
STORAGESPACEBOTHHASHANDMULTIHASH - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for STORAGESPACEBOTHHASHANDMULTIHASH
STORAGESPACEBOTHHASHANDTREE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Storage space is defined to be both a hashing index space and a tree index space"
STORAGESPACEBOTHMULTIHASHANDDATA - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for STORAGESPACEBOTHMULTIHASHANDDATA
STORAGESPACEBOTHMULTIHASHANDTREE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for STORAGESPACEBOTHMULTIHASHANDTREE
STORAGESPACEBOTHTREEANDDATA - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Storage space is defined to be both a tree index space and a data space"
StorageSpaceDelete - Class in be.SIRAPRISE.webclient
Function to delete a storage space.
StorageSpaceDelete() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceDelete
 
StorageSpaceDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
StorageSpaceDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceDeleteConfirmPresentation
 
STORAGESPACEEXTENTS - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
STORAGESPACEEXTENTS - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID
STORAGESPACEEXTENTS - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
deprecated
STORAGESPACEEXTENTSTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for STORAGESPACEEXTENTSTORAGESPACE
STORAGESPACEID - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for STORAGESPACEID
STORAGESPACEID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
STORAGESPACEID_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
StorageSpaceManage - Class in be.SIRAPRISE.webclient
Function to manage the details of a storage space.
StorageSpaceManage() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceManage
 
StorageSpaceOverview - Class in be.SIRAPRISE.webclient
Function to produce an overview of existing storage spaces
StorageSpaceOverview() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceOverview
 
StorageSpaceOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
StorageSpaceOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceOverviewHelpPresentation
 
StorageSpaceOverviewPresentation - Class in be.SIRAPRISE.webclient
 
StorageSpaceOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceOverviewPresentation
 
STORAGESPACEPAGECOUNT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for STORAGESPACEPAGECOUNT
StorageSpaceSelectPresentation - Class in be.SIRAPRISE.webclient
 
StorageSpaceSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceSelectPresentation
 
STORAGESPACESIZEUPDATEWHILEINUSE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An attempt was made to change the number of allowed extents for storage space §STORAGESPACEID§ in dbms file §FILENAME§, which is still used for recording record type §RECORDTYPENAME§ of relvar §RELVARNAME§."
StorageSpaceTypeEnum - Class in be.SIRAPRISE.webclient
The ASPL enumeration type for storage space types
StorageSpaceTypeEnum() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceTypeEnum
Creates the enum
STORAGESPACETYPEUNSPECIFIED - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A StorageSpace has no corresponding Data or Index Space"
StorageSpaceWebClientFunction - Class in be.SIRAPRISE.webclient
 
StorageSpaceWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.StorageSpaceWebClientFunction
 
STRING - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
STRING - Static variable in class be.SIRAPRISE.typeimplementations.TypeDeclaration
Utility constant usable for any type declaration object declaring a STRING.
STRING - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type STRING are all strings that can be composed using the characters of the CHAR type, limited to a maximum length of (close to) 1G (1073741820) tokens.
STRING_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
STRING_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
StringMapToNameIdentifierMapConverter<V> - Class in be.SIRAPRISE.typeimplementations
 
StringMapToNameIdentifierMapConverter() - Constructor for class be.SIRAPRISE.typeimplementations.StringMapToNameIdentifierMapConverter
 
StringToLongTransformer - Class in be.SIRAPRISE.util
 
StringToLongTransformer() - Constructor for class be.SIRAPRISE.util.StringToLongTransformer
 
StringToNameIdentifierTransformer - Class in be.SIRAPRISE.typeimplementations
Transformer for getting the NameIdentifier that is equivalent to a String
SUB_BIGINT_BIGINT - Class in be.SIRAPRISE.typeimplementations
The integer subtraction operator.
SUB_BIGINT_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
 
SUB_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT subtraction operator.
SUB_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
 
SUB_INT_INT - Class in be.SIRAPRISE.typeimplementations
The integer subtraction operator.
SUB_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.SUB_INT_INT
 
SUB_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
The LONG subtraction operator.
SUB_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
 
SUB_SCALEDNUMBER_SCALEDNUMBER - Class in be.SIRAPRISE.typeimplementations
The scalednumber subtraction operator.
SUB_SCALEDNUMBER_SCALEDNUMBER() - Constructor for class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
 
SUB_TIMEOFDAY_TIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
The timeofday difference operator.
SUB_TIMEOFDAY_TIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
 
subHeadingExcluding(Collection<NameIdentifier>, boolean) - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets a Heading that includes only the attribute definitions from this Heading whose attribute names do not appear in the given set
subHeadingExcluding(Collection<String>) - Method in class be.SIRAPRISE.typeimplementations.Heading
subHeadingIncluding(Set<NameIdentifier>, boolean) - Method in class be.SIRAPRISE.typeimplementations.Heading
Gets a Heading that includes only the attribute definitions from this Heading whose attribute names appear in the given set
subHeadingIncluding(Set<String>) - Method in class be.SIRAPRISE.typeimplementations.Heading
Deprecated.
subList(int, int) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
SUBSTR_STRING_INT - Class in be.SIRAPRISE.typeimplementations
The String Substring operator.
SUBSTR_STRING_INT() - Constructor for class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
 
SUBSTR_STRING_INT_INT - Class in be.SIRAPRISE.typeimplementations
The String Substring operator.
SUBSTR_STRING_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
 
success() - Method in class be.SIRAPRISE.client.jsba.DmlCommand
Invoked after successfull execution.
success() - Method in class be.SIRAPRISE.client.jsba.DmlMultipleAssignmentCommand
 
success() - Method in class be.SIRAPRISE.client.jsba.DmlSingleAssignmentCommand
If the object from which this command was created, implements UpdatableDBObject, invokes that object's setPreUpdateState() method to reflect the successfull database insert or update.
SUFFIX - Static variable in class be.SIRAPRISE.util.MyCertificate
 
SUFFIX - Static variable in class be.SIRAPRISE.util.MyKeyStore
 
SUFFIX - Static variable in class be.SIRAPRISE.util.MyProperties
 
SuffixFilter - Class in be.SIRAPRISE.util
A SuffixFilter is a FilenameFilter implementation that filters by suffix.
SuffixFilter(String) - Constructor for class be.SIRAPRISE.util.SuffixFilter
Creates the suffixfilter
summarizeby(Set<NameIdentifier>, Map<NameIdentifier, String>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the summaries specified by expressions groups of tuples in this relation, with the grouping as specified in byAttributes.
summarizeby(Set<NameIdentifier>, Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.client.RelationProxy
 
SUMMARIZEBY - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"SUMMARIZEBY" is the generic summarization operator as supported by SIRA_PRISE.
summarizeby(Set<NameIdentifier>, Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
SUMMARIZEBY - Class in be.SIRAPRISE.typeimplementations
SUMMARIZEBY
SUMMARIZEBY() - Constructor for class be.SIRAPRISE.typeimplementations.SUMMARIZEBY
 
SummarizebyProxy - Class in be.SIRAPRISE.client
SummarizebyProxy
SummarizebyProxy(RelationProxy, Set<NameIdentifier>, Map<NameIdentifier, String>) - Constructor for class be.SIRAPRISE.client.SummarizebyProxy
Creates the SummarizebyProxy
switchToCharset(String) - Method in class be.SIRAPRISE.util.CRLFInputStream
 
SyntaxException - Exception in be.SIRAPRISE.typeimplementations
 
SyntaxException(String, Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.SyntaxException
 
SysGen_CL - Class in be.SIRAPRISE.server
 
SysGen_CL(MyCommandLineParameters) - Constructor for class be.SIRAPRISE.server.SysGen_CL
Create the application.
SysGen_SW - Class in be.SIRAPRISE.server
 
SysGen_SW(MyCommandLineParameters) - Constructor for class be.SIRAPRISE.server.SysGen_SW
Create the application.
SYSTEMDEFINEDCLIENT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
SYSTEMDEFINEDCLIENT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID of the relvar
SYSTEMDEFINEDCLIENT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar lists the system-provided clients that can successfully connect to the server.
SYSTEMDEFINEDCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
SYSTEMDEFINEDCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for this relvar
SYSTEMDEFINEDCONSTRAINT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar lists the system-defined constraints.
SYSTEMDEFINEDCONSTRAINTCONSTRAINTS - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for SYSTEMDEFINEDCONSTRAINTCONSTRAINTRELVAR
SYSTEMDEFINEDDBMSFILE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
SYSTEMDEFINEDRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
SYSTEMDEFINEDRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for this relvar
SYSTEMDEFINEDRELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar lists the system-defined relvars.
SYSTEMDEFINEDRELVARRELVARVIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for SYSTEMDEFINEDRELVARRELVARVIRTUALRELVAR
SYSTEMDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
SYSTEMDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for this relvar
SYSTEMDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The SystemDefinedType relvar lists which types are system-defined, preventing their deletion from the catalog.
SYSTEMDEFINEDTYPE_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
SYSTEMDEFINEDTYPETYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for SYSTEMDEFINEDTYPETYPE
SYSTEMDEFINEDUSER - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
SYSTEMDEFINEDUSER - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Comment for USER
SYSTEMDEFINEDUSER - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar lists system-provided users that can succesfully start a transaction.

T

TABLE_DEE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TABLE_DEE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the TABLE_DEE rel"var"
TABLE_DEE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
TABLE_DEE is a system-defined virtual relvar, defined as the relation literal RELATION(HEADING()BODY(TUPLE())).
TABLE_DEE - Static variable in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
Return values for explicit commit and rollback commands, to prevent each command from having to allocate new Relation & Heading objects
TABLE_DEE_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- TABLE_DEE and TABLE_DUM are now virtual relvars, defined by their appropriate relation value selector expression
TABLE_DUM - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TABLE_DUM - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the TABLE_DUM rel"var"
TABLE_DUM - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
TABLE_DUM is a system-defined virtual relvar, defined as the relation literal RELATION(HEADING()BODY()).
TABLE_DUM - Static variable in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
TABLE_DUM_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- TABLE_DEE and TABLE_DUM are now virtual relvars, defined by their appropriate relation value selector expression
TAN_ANGLE - Class in be.SIRAPRISE.typeimplementations
The ANGLE tangent operator.
TAN_ANGLE() - Constructor for class be.SIRAPRISE.typeimplementations.TAN_ANGLE
 
TARGETRELVARNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TARGETRELVARNAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
tclose(Map<NameIdentifier, NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the transitive closure of the given relation using the attribute matching as specified by matchby.
tclose(Map<NameIdentifier, NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
TCLOSE - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"TCLOSE" is the transitive closure operator as supported by SIRA_PRISE.
tclose(Map<NameIdentifier, NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
TCLOSE - Class in be.SIRAPRISE.typeimplementations
 
TCLOSE() - Constructor for class be.SIRAPRISE.typeimplementations.TCLOSE
 
TCLOSE_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation UNPACK operator takes a single argument.
TCLOSE_RELATION(Heading, Map<NameIdentifier, NameIdentifier>, Map<NameIdentifier, NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
Creates the UNPACK_RELATION_RELATION
TCLOSEInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
TCLOSEInvocationResultDetails
TCLOSEInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, Map<NameIdentifier, NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.TCLOSEInvocationResultDetails
Creates the UNGROUPInvocationResultDetails
TCloseProxy - Class in be.SIRAPRISE.client
 
TCloseProxy(RelationProxy, Map<NameIdentifier, NameIdentifier>) - Constructor for class be.SIRAPRISE.client.TCloseProxy
 
THE_ - Static variable in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
THE_OperatorImplementation - Class in be.SIRAPRISE.typeimplementations
The class of the implementation objects of a THE_ operator
THE_OperatorImplementation(PossRepImplementation, String, String) - Constructor for class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
Creates an implementation object for a THE_ operator
TIMEBITCOUNT - Static variable in class be.SIRAPRISE.util.MyUniqueID
The bit count needed for registering the time portion : 64 available, minus 8 for the sequence, minus one for any indicator we might ever want, minus the hash portion.
TIMEOFDAY - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
Type TIMEOFDAY is intended to represent hours-minutes-seconds-nanoseconds time values.
TIMEOFDAY_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
TIMESCALEMASK - Static variable in class be.SIRAPRISE.util.MyUniqueID
The time mask
TO - Static variable in class be.SIRAPRISE.client.ServerPrintJournalsCommand
The keyword for specifying the upper bound of the time window
TO - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
TO_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
toArray() - Method in class be.SIRAPRISE.util.MyListSet
 
toArray(T[]) - Method in class be.SIRAPRISE.util.MyListSet
 
toArray() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
toArray(T[]) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
toArray() - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
toArray(T[]) - Method in class be.SIRAPRISE.util.MyReadOnlyEntrySet
 
TOBIGINT_INT - Class in be.SIRAPRISE.typeimplementations
 
TOBIGINT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
TOBIGINT_LONG - Class in be.SIRAPRISE.typeimplementations
 
TOBIGINT_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
TOFLOAT_INT - Class in be.SIRAPRISE.typeimplementations
The TOFLOAT operator "casts" an INT to an FLOAT
TOFLOAT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
 
TOFLOAT_LONG - Class in be.SIRAPRISE.typeimplementations
The TOFLOAT operator "casts" a LONG to an FLOAT
TOFLOAT_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
 
toHex(ByteBuffer) - Static method in class be.SIRAPRISE.util.MyByteBuffer
Builds a hexadecimal representation of the contents of any ByteBuffer
TOINT_LONG - Class in be.SIRAPRISE.typeimplementations
The TOINT operator "casts" a LONG to an INT
TOINT_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.TOINT_LONG
 
TOLONG_INT - Class in be.SIRAPRISE.typeimplementations
The TOLONG operator "casts" an INT to a LONG
TOLONG_INT() - Constructor for class be.SIRAPRISE.typeimplementations.TOLONG_INT
 
toObject(Class<C>) - Method in class be.SIRAPRISE.client.jsba.Tuple
Deprecated.
- replace by be.SIRAPRISE.client.jsba.DBObjectFactory.getObject(...) - e.g. by inlining the calls to this method
toObjectCollection(Class<C>) - Method in class be.SIRAPRISE.client.jsba.TupleContainer
Deprecated.
- replace with the replacing getObjectCollection method from the DBObjectFactory class
toObjectCollectionIgnoringMissingSetters(Class<C>) - Method in class be.SIRAPRISE.client.jsba.TupleContainer
Deprecated.
- replace with the replacing getObjectCollection method from the DBObjectFactory class
toObjects(Tuple, Map<Class<?>, HashMap<String, Method>>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Gets a Map of objects holding the same information as that which is held in this tuple.
toObjects(Class<?>[]) - Method in class be.SIRAPRISE.client.jsba.Tuple
Deprecated.
- replace by be.SIRAPRISE.client.jsba.DBObjectFactory.getObjects(...) - e.g. by inlining the calls to this method
toObjectsArray(Class<?>[]) - Method in class be.SIRAPRISE.client.jsba.TupleContainer
Deprecated.
- replace with the replacing getObjectsCollection method from the DBObjectFactory class, e.g. by inlining your the invocations of this method in your source code
toObjectsCollection(Class<?>[]) - Method in class be.SIRAPRISE.client.jsba.TupleContainer
Deprecated.
- replace with the replacing getObjectsCollection method from the DBObjectFactory class, e.g. by inlining your the invocations of this method in your source code
TOSCALEDNUMBER_BIGINT - Class in be.SIRAPRISE.typeimplementations
 
TOSCALEDNUMBER_BIGINT() - Constructor for class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
TOSCALEDNUMBER_INT - Class in be.SIRAPRISE.typeimplementations
 
TOSCALEDNUMBER_INT() - Constructor for class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
TOSCALEDNUMBER_LONG - Class in be.SIRAPRISE.typeimplementations
 
TOSCALEDNUMBER_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
toStream1_0(DataOutputStream) - Method in class be.SIRAPRISE.typeimplementations.Heading
Writes the heading to an outputstream in the V1.0 format
toStream1_0(Collection<TupleBuffer>, Heading, DataOutputStream) - Static method in class be.SIRAPRISE.typeimplementations.RelationBuffer
Writes the given tuple buffer collection to the given Stream
toStream1_0(TupleBuffer, Heading, DataOutputStream) - Static method in class be.SIRAPRISE.typeimplementations.TupleBuffer
Streams the given tupleBuffer to the given outputStream
toString() - Method in class be.SIRAPRISE.client.DBTransaction
 
toString() - Method in class be.SIRAPRISE.client.jsba.DmlAddCommand
 
toString() - Method in class be.SIRAPRISE.client.jsba.DmlAssertCommand
 
toString() - Method in class be.SIRAPRISE.client.jsba.DmlDeleteCommand
 
toString() - Method in class be.SIRAPRISE.client.jsba.DmlMultipleAssignmentCommand
 
toString() - Method in class be.SIRAPRISE.client.jsba.DmlUnassertCommand
 
toString() - Method in class be.SIRAPRISE.client.jsba.DmlUpdateCommand
 
toString() - Method in class be.SIRAPRISE.client.ServerCommand
 
toString() - Method in class be.SIRAPRISE.client.ServerMonitorCommand
 
toString() - Method in class be.SIRAPRISE.client.SiraPriseServer
 
toString() - Method in class be.SIRAPRISE.client.TupleContainer
 
toString() - Method in class be.SIRAPRISE.messages.DumpFileOption
 
toString() - Method in class be.SIRAPRISE.typeimplementations.FileNameIdentifier
 
toString() - Method in class be.SIRAPRISE.typeimplementations.Heading
 
toString() - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
 
toString() - Method in class be.SIRAPRISE.typeimplementations.NonScalarTypeDeclaration
 
toString() - Method in class be.SIRAPRISE.typeimplementations.RelationalOperator
 
toString() - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
 
toString() - Method in class be.SIRAPRISE.typeimplementations.ScalarTypeDeclaration
 
toString() - Method in class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
 
toString() - Method in class be.SIRAPRISE.typeimplementations.Tuple
 
toString() - Method in class be.SIRAPRISE.typeimplementations.TupleBagBuffer
 
toString() - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
 
toString() - Method in class be.SIRAPRISE.util.DDLCapture
 
toString() - Method in class be.SIRAPRISE.util.HTMLEntityRefs
 
toString(BigInteger) - Static method in class be.SIRAPRISE.util.MyBigInteger
Gets a radix 64 representation of i
toString() - Method in class be.SIRAPRISE.util.MyListSet
 
toString() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
toString() - Method in class be.SIRAPRISE.util.MyReadOnlyEntry
 
toString() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
toString() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
toString() - Method in class be.SIRAPRISE.util.NameValueResult
 
toString() - Method in class be.SIRAPRISE.util.Version
 
toXML(String) - Static method in class be.SIRAPRISE.util.EntityRefs
Gets the XML version of the input string, i.e.
toXML(String) - Static method in class be.SIRAPRISE.util.HTMLEntityRefs
Gets the XML version of the input string, i.e.
TRACETOPCONSUMERS - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
 
TRACETOPCONSUMERSDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
 
TRACETOPCONSUMERSTHRESHOLD - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name ("TRACETOPCONSUMERSTHRESHOLD") of the property that specifies the threshold above which "consumers" will be logged.
TRACETOPCONSUMERSTHRESHOLDDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default threshold ("0") above which "top consumers" will be traced.
TRANSACTION - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
Deprecated.
deprecated
TRANSACTIONCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal numeric ID of the Relvar
TRANSACTIONCONSTRAINT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- Support for Transaction Constraints has been removed as of version 1.4.
TRANSACTIONCONSTRAINTRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
TransactionEndedMessage - Class in be.SIRAPRISE.messages
 
TransactionEndedMessageType - Class in be.SIRAPRISE.messages
The TransactionEndedMessageType is the type of message sent by a server in response to an EndTransaction message
TransactionEndedMessageTypeV1_0 - Class in be.SIRAPRISE.messages
TransactionEndedMessageTypeV1_0 is V1_0 of the TransactionEndedMessageType.
TransactionMode - Class in be.SIRAPRISE.client
 
TransactionStartedMessage - Class in be.SIRAPRISE.messages
 
TransactionStartedMessageType - Class in be.SIRAPRISE.messages
The TransactionStartedMessageType is the message type sent by servers in response to a StartTransaction or StartSubTransaction message type
TransactionStartedMessageTypeV1_0 - Class in be.SIRAPRISE.messages
This message has no fields.
TransactionStartedMessageTypeV1_1 - Class in be.SIRAPRISE.messages
TransactionStartedMessageTypeV1_1 is V1_1 of the TransactionStartedMessageType.
transform(ByteBuffer) - Method in class be.SIRAPRISE.client.ByteBufferToValueBufferMapTransformer
 
transform(Map<NameIdentifier, String>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the specified transformation of this relation.
transform(AbstractDBObject) - Method in class be.SIRAPRISE.client.jsba.DBObjectToDmlAddCommandTransformer
 
transform(DBObject) - Method in class be.SIRAPRISE.client.jsba.DBObjectToDmlAssertCommandTransformer
 
transform(DBObject) - Method in class be.SIRAPRISE.client.jsba.DBObjectToDmlDeleteCommandTransformer
 
transform(DBObject) - Method in class be.SIRAPRISE.client.jsba.DBObjectToDmlUnassertCommandTransformer
 
transform(Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.client.RelationProxy
 
transform(Map<NameIdentifier, V>) - Method in class be.SIRAPRISE.typeimplementations.NameIdentifierMapToStringMapConverter
 
transform(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.NameIdentifierToStringTransformer
 
TRANSFORM - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"TRANSFORM" combines the functionality of the OPERATORNAMES.EXTEND, OPERATORNAMES.PROJECT and OPERATORNAMES.RENAME operators into one.
transform(Map<NameIdentifier, String>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
transform(Map<String, V>) - Method in class be.SIRAPRISE.typeimplementations.StringMapToNameIdentifierMapConverter
 
transform(String) - Method in class be.SIRAPRISE.typeimplementations.StringToNameIdentifierTransformer
 
TRANSFORM - Class in be.SIRAPRISE.typeimplementations
The TRANSFORM operator.
TRANSFORM() - Constructor for class be.SIRAPRISE.typeimplementations.TRANSFORM
 
transform(String) - Method in class be.SIRAPRISE.typeimplementations.TrimStringToNameIdentifierTransformer
 
transform(TypeDeclaration) - Method in class be.SIRAPRISE.typeimplementations.TypeDeclarationToStringTransformer
 
transform(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.ValueBufferToNameIdentifierTransformer
 
transform(Map.Entry<S1, V>) - Method in class be.SIRAPRISE.util.MapEntryKeyTransformer
 
transform(Map.Entry<K, VI>) - Method in class be.SIRAPRISE.util.MapEntryValueTransformer
 
transform(S1, int) - Method in class be.SIRAPRISE.util.OrdinalTransformer
Returns an object of class <S2> that is in some sense equivalent to the given from object
transform(String) - Method in class be.SIRAPRISE.util.StringToLongTransformer
 
transform(S1) - Method in class be.SIRAPRISE.util.Transformer
Returns an object of class <S2> that is in some sense equivalent to the given from object
Transformer<S1,S2> - Class in be.SIRAPRISE.util
A generic "transformer" class for transforming instances of class S1 to instances of class S2
Transformer() - Constructor for class be.SIRAPRISE.util.Transformer
 
TransformProxy - Class in be.SIRAPRISE.client
TransformProxy
TransformProxy(RelationProxy, Map<NameIdentifier, String>) - Constructor for class be.SIRAPRISE.client.TransformProxy
Creates the TransformProxy
transformToLinkedHashSet(LinkedHashSet<S1>) - Method in class be.SIRAPRISE.util.CollectionTransformer
Applies the transformer to the given collection of objects, returning a Set of correspondingly transformed objects that has maintained the iteration order of the input
transformToList(Collection<? extends S1>) - Method in class be.SIRAPRISE.util.CollectionTransformer
Applies the transformer to the given collection of objects, returning a List of correspondingly transformed objects
transformToList(List<S1>) - Method in class be.SIRAPRISE.util.OrdinalCollectionTransformer
Applies the transformer to the given collection of objects, returning a List of correspondingly transformed objects
transformToSet(Collection<? extends S1>) - Method in class be.SIRAPRISE.util.CollectionTransformer
Applies the transformer to the given collection of objects, returning a Set of correspondingly transformed objects
transformToSet(List<S1>) - Method in class be.SIRAPRISE.util.OrdinalCollectionTransformer
Applies the transformer to the given collection of objects, returning a Set of correspondingly transformed objects
TREEINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
TREEINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Deprecated.
deprecated
TREEINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated.
- was a single hash index on TREEINDEXSPACE.{FILENAME STORAGESPACEID}
TREEINDEXSPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- superseded by the new clusteredrecordspace facility, which combines the functionality of DATASPACE plus TREEINDEXes in one.
TREEINDEXSPACE_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
deprecated
TREEINDEXSPACESTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
TRIGGEREDDATAACTION - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TRIGGEREDDATAACTION - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the relvar
TriggeredDataAction - Class in be.SIRAPRISE.client.jsba
 
TriggeredDataAction() - Constructor for class be.SIRAPRISE.client.jsba.TriggeredDataAction
Creates the TriggeredDataAction
TriggeredDataAction(String, String, int, String, int, boolean, boolean, String) - Constructor for class be.SIRAPRISE.client.jsba.TriggeredDataAction
Creates the TriggeredDataAction
TRIGGEREDDATAACTION - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The TRIGGEREDDATAACTION relvar lists all the triggered data actions defined to the system.
Heading : DATAACTIONNAME(NAME) RELVARNAME(NAME) OPERATIONTYPE(INT) TARGETRELVARNAME(NAME) TRIGGEREDOPERATIONTYPE(INT) ISDISTINCT(BOOLEAN) BYPASSASSGCONSTRAINTS(BOOLEAN) SP_EXPRESSION(STRING)
Key {DATAACTIONNAME} and {RELVARNAME OPERATIONTYPE TARGETRELVARNAME TRIGGEREDOPERATIONTYPE ISDISTINCT BYPASSASSGCONSTRAINTS}
Predicate : Update operations of type <OPERATIONTYPE> on relvar <RELVARNAME> trigger an update operation of type <TRIGGEREDOPERATIONTYPE> (distinct: <ISDISTINCT>, bypass assignment constraints: <BYPASSASSGCONSTRAINTS>) on relvar <TARGETRELVARNAME> using expression <SP_EXPRESSION>.
TRIGGEREDDATAACTION_ACTIONNAME - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
Deprecated.
 
TRIGGEREDDATAACTION_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
TRIGGEREDDATAACTION_TARGETRELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
TRIGGEREDDATAACTIONOPERATIONTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TRIGGEREDDATAACTIONOPERATIONTYPE
TRIGGEREDDATAACTIONRELVAR1 - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TRIGGEREDDATAACTIONRELVAR1
TRIGGEREDDATAACTIONRELVAR2 - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TRIGGEREDDATAACTIONRELVAR2
TriggeredDataActionsCreate - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsCreate() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsCreate
 
TriggeredDataActionsCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsCreateHelpPresentation
 
TriggeredDataActionsCreatePresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsCreatePresentation
 
TriggeredDataActionsDelete - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsDelete() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsDelete
 
TriggeredDataActionsDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsDeleteConfirmPresentation
 
TriggeredDataActionsDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsDeleteHelpPresentation
 
TriggeredDataActionsManage - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsManage() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsManage
 
TriggeredDataActionsManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsManageDetailsPresentation
 
TriggeredDataActionsManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsManageHelpPresentation
 
TriggeredDataActionsOverview - Class in be.SIRAPRISE.webclient
Function to produce an overview of database constraints
TriggeredDataActionsOverview() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsOverview
 
TriggeredDataActionsOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsOverviewHelpPresentation
 
TriggeredDataActionsOverviewPresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsOverviewPresentation
 
TriggeredDataActionsSelectPresentation - Class in be.SIRAPRISE.webclient
 
TriggeredDataActionsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.TriggeredDataActionsSelectPresentation
 
TRIGGEREDOPERATIONTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TRIGGEREDOPERATIONTYPE_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TrimStringToNameIdentifierTransformer - Class in be.SIRAPRISE.typeimplementations
Transformer for getting the NameIdentifier that is equivalent to a String
trueValue - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Value representing 'true'
TRUNC_SCALEDNUMBER_INT - Class in be.SIRAPRISE.typeimplementations
TRUNC truncates the scaled number given as the first argument, to the power-of-10 scale given by the second argument.
TRUNC_SCALEDNUMBER_INT() - Constructor for class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
 
TruncatedIOException - Exception in be.SIRAPRISE.util
 
TruncatedIOException(int, int) - Constructor for exception be.SIRAPRISE.util.TruncatedIOException
Creates the TruncatedIOException
TRUSTAUTHENTICATION - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TRUSTAUTHENTICATION_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
Tuple - Class in be.SIRAPRISE.client.jsba
Deprecated.
- the Tuple class and its methods have been moved to the typeimplementations package. This class is left as extending those new classes for purposes of backward compatibility.
Tuple(Heading, Map<String, ValueBuffer>) - Constructor for class be.SIRAPRISE.client.jsba.Tuple
Deprecated.
Tuple(Map<NameIdentifier, ValueBuffer>, Heading) - Constructor for class be.SIRAPRISE.client.jsba.Tuple
Deprecated.
Creates the tuple
Tuple(Heading, TupleBuffer) - Constructor for class be.SIRAPRISE.client.jsba.Tuple
Deprecated.
Creates the Tuple object
TUPLE - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
Tuple - Class in be.SIRAPRISE.typeimplementations
 
Tuple(Heading, Map<String, ValueBuffer>) - Constructor for class be.SIRAPRISE.typeimplementations.Tuple
Deprecated.
Tuple(Map<NameIdentifier, ValueBuffer>, Heading) - Constructor for class be.SIRAPRISE.typeimplementations.Tuple
Creates the tuple
Tuple(Heading, TupleBuffer) - Constructor for class be.SIRAPRISE.typeimplementations.Tuple
Creates the Tuple object
TUPLE - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
The TUPLE type is still experimental.
TUPLE_I - Static variable in interface be.SIRAPRISE.typeimplementations.TYPENAMES
 
TupleBagBuffer - Class in be.SIRAPRISE.typeimplementations
A RelationBuffer is the ValueBuffer type for relation values.
TupleBagBuffer(Collection<TupleBuffer>) - Constructor for class be.SIRAPRISE.typeimplementations.TupleBagBuffer
Creates the buffer and sets its value
TupleBagBuffer(Collection<TupleBuffer>, boolean) - Constructor for class be.SIRAPRISE.typeimplementations.TupleBagBuffer
Creates the buffer and sets its value
TupleBuffer - Class in be.SIRAPRISE.typeimplementations
A TupleBuffer is the ValueBuffer type for tuple values.
TupleBuffer(boolean, Map<NameIdentifier, ValueBuffer>) - Constructor for class be.SIRAPRISE.typeimplementations.TupleBuffer
Creates the TupleBuffer
TupleBuffer(Heading, ByteBuffer) - Constructor for class be.SIRAPRISE.typeimplementations.TupleBuffer
Creates the TupleBuffer
TupleBuffer(Map<NameIdentifier, ValueBuffer>, int) - Constructor for class be.SIRAPRISE.typeimplementations.TupleBuffer
Creates the TupleBuffer
TupleBuffer(Map<String, ValueBuffer>) - Constructor for class be.SIRAPRISE.typeimplementations.TupleBuffer
Deprecated.
TupleBuffer(Map<String, ValueBuffer>, boolean) - Constructor for class be.SIRAPRISE.typeimplementations.TupleBuffer
Deprecated.
TupleBufferOrderer - Class in be.SIRAPRISE.typeimplementations
TupleBufferOrderers must be used in combination with OrderedRelations and OrderedTupleBags.
TupleBufferOrderer() - Constructor for class be.SIRAPRISE.typeimplementations.TupleBufferOrderer
 
TupleCollectionBuffer - Class in be.SIRAPRISE.typeimplementations
A TupleCollectionBuffer is the ValueBuffer type for collections of tuples.
TupleCollectionBuffer() - Constructor for class be.SIRAPRISE.typeimplementations.TupleCollectionBuffer
 
TUPLECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TUPLECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the relvar
TupleConstraint - Class in be.SIRAPRISE.client.jsba
 
TupleConstraint() - Constructor for class be.SIRAPRISE.client.jsba.TupleConstraint
Creates the TupleConstraint
TupleConstraint(String, long, String, String) - Constructor for class be.SIRAPRISE.client.jsba.TupleConstraint
Creates the TupleConstraint
TUPLECONSTRAINT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The TUPLECONSTRAINT relvar lists all the declared tuple constraints on the database's relvars.
Heading : RELVARNAME(NAME) SP_EXPRESSION(STRING) ERRORCODE(LONG)
Key {ERRORCODE}
Predicate : Relvar <RELVARNAME> is subject to tuple constraint <SP_EXPRESSION>.
TUPLECONSTRAINT_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.
 
TUPLECONSTRAINTATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TUPLECONSTRAINTATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Deprecated.
deprecated
TUPLECONSTRAINTATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
deprecated
TUPLECONSTRAINTATTRIBUTERELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
TUPLECONSTRAINTRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Relvar Constraint refers to a non-existing Relvar"
TupleConstraintsCreate - Class in be.SIRAPRISE.webclient
 
TupleConstraintsCreate() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsCreate
 
TupleConstraintsCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
TupleConstraintsCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsCreateHelpPresentation
 
TupleConstraintsCreatePresentation - Class in be.SIRAPRISE.webclient
 
TupleConstraintsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsCreatePresentation
 
TupleConstraintsDelete - Class in be.SIRAPRISE.webclient
 
TupleConstraintsDelete() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsDelete
 
TupleConstraintsDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
TupleConstraintsDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsDeleteConfirmPresentation
 
TupleConstraintsManage - Class in be.SIRAPRISE.webclient
 
TupleConstraintsManage() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsManage
 
TupleConstraintsManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
TupleConstraintsManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsManageDetailsPresentation
 
TupleConstraintsManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
TupleConstraintsManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsManageHelpPresentation
 
TupleConstraintsSelectPresentation - Class in be.SIRAPRISE.webclient
 
TupleConstraintsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.TupleConstraintsSelectPresentation
 
TupleContainer - Class in be.SIRAPRISE.client.jsba
Deprecated.
TupleContainer(Heading, TupleCollectionBuffer) - Constructor for class be.SIRAPRISE.client.jsba.TupleContainer
Deprecated.
Creates the AbstractTupleContainer
TupleContainer - Class in be.SIRAPRISE.client
 
TupleContainer(Heading, TupleCollectionBuffer) - Constructor for class be.SIRAPRISE.client.TupleContainer
Creates the AbstractTupleContainer
TUPLEID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Attribute name used internally by the engine
TUPLEINDEX - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
TUPLEINDEX - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numerical ID of this relvar
TUPLEINDEX - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- indexes and everything related have been superseded by the new record types
TUPLEINDEXINDEX - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TUPLEINDEXINDEX
TUPLEINDEXREQUIREDFORMULTIRECORDRELVARS - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TUPLEINDEXREQUIREDFORMULTIRECORDRELVARS
TUPLEINDEXWITHCOMPONENTS - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TUPLEINDEXWITHCOMPONENTS
TUPLEMARK - Static variable in class be.SIRAPRISE.typeimplementations.TupleCollectionBuffer
 
tvaValue(String) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Deprecated.
tvaValue(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Gets The attribute value for a relation-valued attribute, as a Relation object
TYPE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TypeDeclaration - Class in be.SIRAPRISE.typeimplementations
An abstract class covering the two possible types of type declaration : scalar and nonscalar ones
TypeDeclarationToStringTransformer - Class in be.SIRAPRISE.typeimplementations
Transformer for getting the NameIdentifier that is equivalent to a String
TYPEDIRECTLYREFERENCEDBY - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
TypeImplementationParams - Class in be.SIRAPRISE.messages
 
TypeImplementationParams(NameIdentifier) - Constructor for class be.SIRAPRISE.messages.TypeImplementationParams
 
TypeImplementationsManager - Class in be.SIRAPRISE.typeimplementations
The interface for TypeImplementations Managers.
TypeImplementationsManager() - Constructor for class be.SIRAPRISE.typeimplementations.TypeImplementationsManager
Creates the TypeImplementationsManager, and preloads the cache with the types named in the PRELOAD property of the class' properties file
typeImplementationsManagerClassName - Static variable in class be.SIRAPRISE.typeimplementations.TypeImplementationsManagerFactory
The FQ class name of the type implementations manager.
TypeImplementationsManagerFactory - Class in be.SIRAPRISE.typeimplementations
The TypeImplementationsManagerFactory holds the names of the TypeImplementationsManager class that is to be used by the JVM in which this application runs.
TypeImplementationsManagerProperties - Class in be.SIRAPRISE.typeimplementations
The TypeImplementationsManagerProperties instance holds all the configurable properties for any class subclassing the TypeImplementationsManager.
TypeImplementationsManagerRunTimeException - Exception in be.SIRAPRISE.typeimplementations
 
TypeImplementationsManagerRunTimeException(String, Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.TypeImplementationsManagerRunTimeException
Creates the TypeImplementationsManagerRunTimeException
TYPEIMPLEMENTATIONSSEARCHPATH - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- TYPEIMPLEMENTATIONSSEARCHPATH is now a TypeImplementationsManager property (i.e. must be configured in a TypeImplementationsManager.properties file or resource).
TYPEIMPLEMENTATIONSSEARCHPATH - Static variable in class be.SIRAPRISE.typeimplementations.TypeImplementationsManagerProperties
The TYPEIMPLEMENTATIONSSEARCHPATH property holds the list of package names that can be searched for type implementations.
TYPEIMPLEMENTATIONSSEARCHPATHDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.
- TYPEIMPLEMENTATIONSSEARCHPATH is now a TypeImplementationsManager property (i.e. must be configured in a TypeImplementationsManager.properties file or resource).
TYPEIMPLEMENTATIONSSEARCHPATHDEFAULT - Static variable in class be.SIRAPRISE.typeimplementations.TypeImplementationsManagerProperties
By default, there are no additional packages to search for typeimplementations (on the server side, the SIRA_PRISE packages are always searched first by default)
TypeIsNotOrderedException - Exception in be.SIRAPRISE.typeimplementations
 
TypeIsNotOrderedException() - Constructor for exception be.SIRAPRISE.typeimplementations.TypeIsNotOrderedException
 
TypeIsNotOrdinalException - Exception in be.SIRAPRISE.typeimplementations
 
TypeIsNotOrdinalException() - Constructor for exception be.SIRAPRISE.typeimplementations.TypeIsNotOrdinalException
 
TypeMismatchException - Exception in be.SIRAPRISE.typeimplementations
TypeMismatchException
TypeMismatchException(NameIdentifier, NameIdentifier) - Constructor for exception be.SIRAPRISE.typeimplementations.TypeMismatchException
Creates the TypeMismatchException
TYPENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TYPENAME_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TYPENAMES - Interface in be.SIRAPRISE.typeimplementations
The TYPENAMES interface defines the names of all system-defined types used in SIRA_PRISE.
TYPEPOSSREP - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Type has no PossRep"
TYPEPROPERTIES - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
Deprecated.
deprecated
TYPEPROPERTIES - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the relvar
TYPEPROPERTIES - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.
- the relvar is no longer in the catalog as of version 1.5
TYPEPROPERTIESTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated
TYPESIZEHINT - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TYPESIZEHINT_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TypesManage - Class in be.SIRAPRISE.webclient
Function to manage the details of a constrained type
TypesManage() - Constructor for class be.SIRAPRISE.webclient.TypesManage
 
TypesOverview - Class in be.SIRAPRISE.webclient
Function to display an overview of defined types
TypesOverview() - Constructor for class be.SIRAPRISE.webclient.TypesOverview
 
TypesOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
TypesOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.TypesOverviewHelpPresentation
 
TypesOverviewPresentation - Class in be.SIRAPRISE.webclient
 
TypesOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.TypesOverviewPresentation
 
TypeSpaceCalcHint - Class in be.SIRAPRISE.client.jsba
 
TypeSpaceCalcHint() - Constructor for class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
Creates the Type
TypeSpaceCalcHint(String, String) - Constructor for class be.SIRAPRISE.client.jsba.TypeSpaceCalcHint
Creates the Type
TYPESPACECALCHINT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The TYPESPACECALCHINT relvar holds descriptive hints about physical encoding sizes needed by types, which are used in the SPACECALC facility
Heading : TYPENAME(NAME) TYPESIZEHINT(STRING)
Key {TYPENAME}
TypesSelectPresentation - Class in be.SIRAPRISE.webclient
 
TypesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.TypesSelectPresentation
 
TypesWebClientFunction - Class in be.SIRAPRISE.webclient
 
TypesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.TypesWebClientFunction
 
TYPETYPEPROPERTIES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
deprecated

U

U_ATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for U_ATTRIBUTE
U_CONSTRAINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for U_CONSTRAINEDTYPE
U_CONSTRAINEDTYPE_2 - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
U_SYSTEMDEFINEDCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for U_SYSTEMDEFINEDCONSTRAINT
U_SYSTEMDEFINEDRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for U_SYSTEMDEFINEDRELVAR
U_USERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTORDERINGOPERATOR - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
UDTORDERINGOPERATOR - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
UDTORDERINGOPERATOR - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The UDTORDERINGOPERATOR relvar records the details of an ordering operator defined for a user-defined type that is made available to the server.
Heading : TYPENAME(NAME) SP_EXPRESSION(STRING)
Key {TYPENAME}
Predicate : The user-defined type <TYPENAME> has an ordering operator which is defined by the expression '<SP_EXPRESSION>'.
UDTORDERINGOPERATORUSERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPHYSICALCOMPONENTTYPENAME - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
Deprecated.
 
UDTPHYSICALPOSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
UDTPHYSICALPOSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
UDTPHYSICALPOSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The UDTPHYSICALPOSSREPCOMPONENT relvar records the details of the physical possrep for each user-defined type that is made available to the server.
Heading : TYPENAME(NAME) COMPONENTNAME(NAME) COMPONENTTYPENAME(NAME) MAXIMUMLENGTH(INT) ORDINAL(INT)
Key {TYPENAME COMPONENTNAME} and {TYPENAME ORDINAL}
Predicate : The physical possRep of type <TYPENAME> has a component of type <COMPONENTTYPENAME> named <COMPONENTNAME>, of logical length <MAXIMUMLENGTH>.
UDTPHYSICALPOSSREPCOMPONENTORDINAL - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
UDTPHYSICALPOSSREPCOMPONENTTYPENAMES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPHYSICALPOSSREPCOMPONENTTYPEPROPERTIES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
- the concept of logical lengths has been abandoned
UDTPHYSICALPOSSREPCOMPONENTTYPES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPHYSICALPOSSREPCOMPONENTUSERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPhysicalPossrepImplementation - Class in be.SIRAPRISE.typeimplementations
 
UDTPhysicalPossrepImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
Deprecated.
- this method is exclusively for use by the Externalizable() machinery
UDTPhysicalPossrepImplementation(String, String, LinkedHashMap<NameIdentifier, TypeDeclaration>) - Constructor for class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
Creates the UDTPhysicalPossrepImplementation
UDTPOSSREP - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
UDTPOSSREP - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
UDTPOSSREP - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The UDTPOSSREP relvar declares the existence of additional, non-physical possreps for some user-defined type.
Heading : TYPENAME(NAME) POSSREPNAME(NAME)
Predicate : <POSSREPNAME> is the name of a possible representation for values of user-defined type <TYPENAME>.
UDTPOSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
UDTPOSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
UDTPOSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The UDTPOSSREPCOMPONENT relvar declares the components that make up an additional, non-physical possreps for some user-defined type.
Heading : TYPENAME(NAME) POSSREPNAME(NAME) COMPONENTNAME(NAME) SP_EXPRESSION(STRING)
Key {TYPENAME COMPONENTNAME}
Predicate : PossRep <POSSREPNAME> of user-defined type <TYPENAME> has a component named <COMPONENTNAME> whose value is computed by the expression <SP_EXPRESSION>.
UDTPOSSREPCOMPONENTUDTPHYSICALPOSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPOSSREPCOMPONENTUDTPOSSREP - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPOSSREPUSERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPPCVALUESELECTOR - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
UDTPPCVALUESELECTOR - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
UDTPPCVALUESELECTOR - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The UDTPPCVALUESELECTOR relvar declares the formulae for computing the values for the physical possrep components, given a set of non-physical possrep component values.
Heading : TYPENAME(NAME) POSSREPNAME(NAME) COMPONENTNAME(NAME) SP_EXPRESSION(STRING)
Key {TYPENAME COMPONENTNAME POSSREPNAME}
Predicate : Component <COMPONENTNAME> of the physical possrep of user-defined type <TYPENAME> is computed by the expression <SP_EXPRESSION>, when computing from representations in possrep <POSSREPNAME>.
UDTPPCVALUESELECTORSCOMPLETEPERPOSSREP - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPPCVALUESELECTORUDTPHYSICALPOSSREPCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPPCVALUESELECTORUDTPOSSREP - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTTYPENAMECOMPONENTNAME - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UNASSERT - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
UNESCAPE_STRING - Class in be.SIRAPRISE.typeimplementations
UNESCAPE returns the result of 'unescaping' the given string argument according to the charactger escaping rules in SIRA_RPISE syntax.
UNESCAPE_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
 
ungroup(NameIdentifier...) - Method in interface be.SIRAPRISE.client.IRelation
Computes the ungrouping of this relation using the specified ungroup attributes.
ungroup(NameIdentifier...) - Method in class be.SIRAPRISE.client.RelationProxy
 
UNGROUP - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"UNGROUP" is the UNGROUPing operator as supported by SIRA_PRISE.
ungroup(NameIdentifier...) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
UNGROUP - Class in be.SIRAPRISE.typeimplementations
 
UNGROUP() - Constructor for class be.SIRAPRISE.typeimplementations.UNGROUP
 
UNGROUP_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation UNGROUP operator takes a single argument.
UNGROUP_RELATION(Heading, Map<NameIdentifier, TypeDeclaration>) - Constructor for class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
Creates the UNGROUP_RELATION
UnGroupAttributeIsNotRelationTypedException - Exception in be.SIRAPRISE.typeimplementations
UnGroupAttributeIsNotRelationTypedException
UnGroupAttributeIsNotRelationTypedException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.UnGroupAttributeIsNotRelationTypedException
Creates the UnGroupAttributeIsNotRelationTypedException
UnGroupCausesDuplicateAttributeException - Exception in be.SIRAPRISE.typeimplementations
UnGroupCausesDuplicateAttributeException
UnGroupCausesDuplicateAttributeException(String) - Constructor for exception be.SIRAPRISE.typeimplementations.UnGroupCausesDuplicateAttributeException
Creates the UnGroupCausesDuplicateAttributeException
UNGROUPInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
UNGROUPInvocationResultDetails
UNGROUPInvocationResultDetails(Heading, String, Collection<? extends KeyDef>) - Constructor for class be.SIRAPRISE.typeimplementations.UNGROUPInvocationResultDetails
Creates the UNGROUPInvocationResultDetails
UngroupProxy - Class in be.SIRAPRISE.client
 
UngroupProxy(RelationProxy, Set<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.UngroupProxy
 
UNICODE - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
UNICODE - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPNAMES
 
UNICODE_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
union(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the union of this relation with another one, with explicitly specified attributes (and only those) to be treated in 'USING' mode.
union(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
UNION - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"UNION" is the union operator of the relational algebra.
union(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
UNION - Class in be.SIRAPRISE.typeimplementations
UNION
UNION() - Constructor for class be.SIRAPRISE.typeimplementations.UNION
 
union(Map<K, V>, Map<K, V>) - Static method in class be.SIRAPRISE.util.MyMap
Returns a Map that holds all the entries that appear either in map1 or map2
union(Map<K, V>, Map<K, V>, Class<? extends Map<K, V>>) - Static method in class be.SIRAPRISE.util.MyMap
Returns a Map that holds all the entries that appear either in map1 or map2
UNION_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation UNION operator takes two arguments, both of a relation type.
UNION_RELATION_RELATION(Heading) - Constructor for class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
Creates the UNION_RELATION_RELATION
UnionHeadingsIncompatibleException - Exception in be.SIRAPRISE.typeimplementations
UnionHeadingsIncompatibleException
UnionHeadingsIncompatibleException(Exception) - Constructor for exception be.SIRAPRISE.typeimplementations.UnionHeadingsIncompatibleException
Creates the UnionHeadingsIncompatibleException
unionIntoMap(Map<K, V>, Map<K, V>, Map<? super K, ? super V>) - Static method in class be.SIRAPRISE.util.MyMap
Puts all entries that appear either in map1 or map2 in the result map.
UNIONInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
UNIONInvocationResultDetails
UNIONInvocationResultDetails(Heading, String, Collection<? extends KeyDef>, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.UNIONInvocationResultDetails
Creates the UNIONInvocationResultDetails
UnionProxy - Class in be.SIRAPRISE.client
 
UnionProxy(RelationProxy, IRelation) - Constructor for class be.SIRAPRISE.client.UnionProxy
 
unionUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the union of this relation with another one, with explicitly specified attributes (and only those) to be treated in 'USING' mode.
unionUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
UNIONUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
unionUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
UNIONUSING - Class in be.SIRAPRISE.typeimplementations
UNIONUSING
UNIONUSING() - Constructor for class be.SIRAPRISE.typeimplementations.UNIONUSING
 
UNIONUSING_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation UNION operator takes two arguments, both of a relation type.
UNIONUSING_RELATION_RELATION(Heading, LinkedList<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Constructor for class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
Creates the UNION_RELATION_RELATION_STRING
UnionUsingProxy - Class in be.SIRAPRISE.client
 
UnionUsingProxy(RelationProxy, IRelation, LinkedHashSet<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.UnionUsingProxy
 
UNIQUEKEY - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.
- keys correspond one on one to their own error code
unMeta(String) - Static method in class be.SIRAPRISE.util.BracketParser
Translates strings in SIRA_PRISE meta language to their actual value.
unMetaWithoutException(String) - Static method in class be.SIRAPRISE.util.BracketParser
Translates strings in SIRA_PRISE meta language to their actual value.
unpack(NameIdentifier...) - Method in interface be.SIRAPRISE.client.IRelation
Computes an unpack of this relation.
unpack(NameIdentifier...) - Method in class be.SIRAPRISE.client.RelationProxy
 
UNPACK - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
unpack(NameIdentifier...) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
UNPACK - Class in be.SIRAPRISE.typeimplementations
UNPACK
UNPACK() - Constructor for class be.SIRAPRISE.typeimplementations.UNPACK
 
UNPACK_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation UNPACK operator takes a single argument.
UNPACK_RELATION(Heading, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, MyReadOnlyMap<NameIdentifier, IntervalTypeImplementation>) - Constructor for class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
Creates the UNPACK_RELATION_RELATION
UNPACKInvocationResultDetails - Class in be.SIRAPRISE.typeimplementations
UNPACKInvocationResultDetails
UNPACKInvocationResultDetails(Heading, String, Collection<? extends KeyDef>) - Constructor for class be.SIRAPRISE.typeimplementations.UNPACKInvocationResultDetails
Creates the UNPACKInvocationResultDetails
UnpackProxy - Class in be.SIRAPRISE.client
UnpackProxy
UnpackProxy(RelationProxy, Set<NameIdentifier>) - Constructor for class be.SIRAPRISE.client.UnpackProxy
Creates the UnpackProxy
unpackTuple(TupleBuffer, MyReadOnlyMap<NameIdentifier, IntervalTypeImplementation>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>) - Static method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
UpdatableDBObject - Interface in be.SIRAPRISE.client.jsba
The UpdatableDBObject must be implemented by all classes whose objects are to be used as initiators of SIRA_PRISE update commands in the Jave/SIRA_PRISE bridge
UpdatableDBObjectTemplate - Class in be.SIRAPRISE.client.jsba
Class provided for purposes of documenting the methods involved in the SIRA_PRISE/Java bridge.
UpdatableDBObjectTemplate() - Constructor for class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
The public no-arg constructor is required in any (class that implements) DBObject.
UpdatableDBObjectTemplate(int, String) - Constructor for class be.SIRAPRISE.client.jsba.UpdatableDBObjectTemplate
Other constructors may exist to serve the application programs
UPDATE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
UPDATE - Static variable in class be.SIRAPRISE.client.TransactionMode
 
UPDATEDRELVARNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Deprecated.
- current transaction context and transaction constraints are to be replaced by assignment constraints
UpgradeServerEngine - Class in be.SIRAPRISE.server
The Upgrade class holds the application logic / conversion logic to upgrade from some SIRA_PRISE version to some higher version.
UpgradeServerEngine() - Constructor for class be.SIRAPRISE.server.UpgradeServerEngine
 
UPPERCASE_STRING - Class in be.SIRAPRISE.typeimplementations
UPPERCASE() returns the input argument, converted to uppercase.
UPPERCASE_STRING() - Constructor for class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
 
USER - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The property name ("USER" ) for specifying the user that will be owning the transactions started by some client
USER - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
USER - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Comment for USER
User - Class in be.SIRAPRISE.client.jsba
 
User() - Constructor for class be.SIRAPRISE.client.jsba.User
Creates the User
User(String) - Constructor for class be.SIRAPRISE.client.jsba.User
Creates the User
USER - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar records the identifications of the users of the database managed by the engine.
Heading : USERID(NAME)
Predicate : <USERID> is a registered user of the system.
USERCERTIFICATE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
USERCERTIFICATE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric ID of the relvar
USERCERTIFICATE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar records the certificates that can be used for authenticating the identity of a user who wishes to start a transaction.
Heading : USERID(NAME) ALGORITHM(NAME) CERTIFICATE(BITS)
Key {USERID ALGORITHM}
Predicate : User <USERID> can be authenticated using signing algorithm <ALGORITHM> and certfificate <CERTIFICATE>.
USERCERTIFICATEUSER - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for USERCERTIFICATEUSER
USERDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The default value for the "USER" property is ""
UserDefinedOrderingOperator - Class in be.SIRAPRISE.client.jsba
 
UserDefinedOrderingOperator() - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
Creates the UserDefinedOrderingOperator
UserDefinedOrderingOperator(String, String) - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedOrderingOperator
Creates the UserDefinedOrderingOperator
USERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
USERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
UserDefinedType - Class in be.SIRAPRISE.client.jsba
 
UserDefinedType() - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedType
Creates the UserDefinedType
UserDefinedType(String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedType
 
UserDefinedType(String, String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedType
Creates the UserDefinedType
USERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The UserDefinedType relvar records the names of the user-defined types that are made available to the server.
Heading : TYPENAME(NAME)POSSREPNAME(NAME)SP_EXPRESSION(STRING)
Key {TYPENAME}
Predicate : Type <TYPENAME> is a user-defined type.
UserDefinedTypeImplementation - Class in be.SIRAPRISE.typeimplementations
A UserDefinedTypeImplementation is the object holding the implementation for any user-defined type.
UserDefinedTypeImplementation() - Constructor for class be.SIRAPRISE.typeimplementations.UserDefinedTypeImplementation
Deprecated.
- This constructor is publicly available only for reasons to do with the Externalizable machinery. The preferred way of instantiating the class is through the other constructor
UserDefinedTypeImplementation(NameIdentifier, UDTPhysicalPossrepImplementation, MyReadOnlySet<PossRepImplementation>) - Constructor for class be.SIRAPRISE.typeimplementations.UserDefinedTypeImplementation
Creates the UserDefinedTypeImplementation
UserDefinedTypeNonPhysicalPossrep - Class in be.SIRAPRISE.client.jsba
 
UserDefinedTypeNonPhysicalPossrep() - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
Creates the UserDefinedTypeNonPhysicalPossrep
UserDefinedTypeNonPhysicalPossrep(String, String) - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedTypeNonPhysicalPossrep
Creates the UserDefinedTypeNonPhysicalPossrep
UserDefinedTypePhysicalPossrepComponent - Class in be.SIRAPRISE.client.jsba
 
UserDefinedTypePhysicalPossrepComponent() - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Creates the UserDefinedTypePhysicalPossrepComponent
UserDefinedTypePhysicalPossrepComponent(String, String, String, int) - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedTypePhysicalPossrepComponent
Creates the UserDefinedTypePhysicalPossrepComponent
UserDefinedTypePossrepComponent - Class in be.SIRAPRISE.client.jsba
 
UserDefinedTypePossrepComponent() - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Creates the UserDefinedTypePossrepComponent
UserDefinedTypePossrepComponent(String, String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedTypePossrepComponent
Creates the UserDefinedTypePossrepComponent
UserDefinedTypePPCValueSelector - Class in be.SIRAPRISE.client.jsba
 
UserDefinedTypePPCValueSelector() - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Creates the UserDefinedTypePPCValueSelector
UserDefinedTypePPCValueSelector(String, String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.UserDefinedTypePPCValueSelector
Creates the UserDefinedTypePPCValueSelector
UserDefinedTypesCreate - Class in be.SIRAPRISE.webclient
Function to create a user-defined type.
UserDefinedTypesCreate() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesCreate
 
UserDefinedTypesCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesCreateHelpPresentation
 
UserDefinedTypesCreatePresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesCreatePresentation
 
UserDefinedTypesDelete - Class in be.SIRAPRISE.webclient
Function to delete a user-defined type definition
UserDefinedTypesDelete() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesDelete
 
UserDefinedTypesDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesDeleteConfirmPresentation
 
UserDefinedTypesManage - Class in be.SIRAPRISE.webclient
Function to delete a user-defined type definition
UserDefinedTypesManage() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesManage
 
UserDefinedTypesManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesManageDetailsPresentation
 
UserDefinedTypesManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesManageHelpPresentation
 
UserDefinedTypesNonPhysicalPossrepDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesNonPhysicalPossrepDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepDeleteConfirmPresentation
 
UserDefinedTypesNonPhysicalPossrepsCreate - Class in be.SIRAPRISE.webclient
Function to create a user-defined type.
UserDefinedTypesNonPhysicalPossrepsCreate() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreate
 
UserDefinedTypesNonPhysicalPossrepsCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesNonPhysicalPossrepsCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreateHelpPresentation
 
UserDefinedTypesNonPhysicalPossrepsCreatePPC_ExpressionsPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesNonPhysicalPossrepsCreatePPC_ExpressionsPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreatePPC_ExpressionsPresentation
 
UserDefinedTypesNonPhysicalPossrepsCreatePresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesNonPhysicalPossrepsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreatePresentation
 
UserDefinedTypesNonPhysicalPossrepsCreateTHE_ExpressionsPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesNonPhysicalPossrepsCreateTHE_ExpressionsPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsCreateTHE_ExpressionsPresentation
 
UserDefinedTypesNonPhysicalPossrepsDelete - Class in be.SIRAPRISE.webclient
Function to create a user-defined type.
UserDefinedTypesNonPhysicalPossrepsDelete() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsDelete
 
UserDefinedTypesNonPhysicalPossrepsDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesNonPhysicalPossrepsDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsDeleteHelpPresentation
 
UserDefinedTypesNonPhysicalPossrepsSelectPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesNonPhysicalPossrepsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesNonPhysicalPossrepsSelectPresentation
 
UserDefinedTypesPhysicalPossrepComponentsCreate - Class in be.SIRAPRISE.webclient
Function to create a user-defined type.
UserDefinedTypesPhysicalPossrepComponentsCreate() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsCreate
 
UserDefinedTypesPhysicalPossrepComponentsCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesPhysicalPossrepComponentsCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsCreateHelpPresentation
 
UserDefinedTypesPhysicalPossrepComponentsCreatePresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesPhysicalPossrepComponentsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsCreatePresentation
 
UserDefinedTypesPhysicalPossrepComponentsDelete - Class in be.SIRAPRISE.webclient
Function to create a user-defined type.
UserDefinedTypesPhysicalPossrepComponentsDelete() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsDelete
 
UserDefinedTypesPhysicalPossrepComponentsDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesPhysicalPossrepComponentsDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsDeleteConfirmPresentation
 
UserDefinedTypesPhysicalPossrepComponentsDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesPhysicalPossrepComponentsDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsDeleteHelpPresentation
 
UserDefinedTypesPhysicalPossrepComponentsSelectPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesPhysicalPossrepComponentsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesPhysicalPossrepComponentsSelectPresentation
 
UserDefinedTypesSelectPresentation - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesSelectPresentation
 
UserDefinedTypesWebClientFunction - Class in be.SIRAPRISE.webclient
 
UserDefinedTypesWebClientFunction() - Constructor for class be.SIRAPRISE.webclient.UserDefinedTypesWebClientFunction
 
USERDEFINEDTYPETYPES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
USERDEFINEDTYPEUDTPOSSREP - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
USERID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
USERID_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
UserPrivateKeyProvider - Class in be.SIRAPRISE.util
 
UserPrivateKeyProvider(String) - Constructor for class be.SIRAPRISE.util.UserPrivateKeyProvider
 
UsersCreate - Class in be.SIRAPRISE.webclient
Function to create a user.
UsersCreate() - Constructor for class be.SIRAPRISE.webclient.UsersCreate
 
UsersCreatePresentation - Class in be.SIRAPRISE.webclient
 
UsersCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.UsersCreatePresentation
 
UsersDelete - Class in be.SIRAPRISE.webclient
Function to delete a user
UsersDelete() - Constructor for class be.SIRAPRISE.webclient.UsersDelete
 
UsersDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
UsersDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.UsersDeleteConfirmPresentation
 
UsersManage - Class in be.SIRAPRISE.webclient
Function to manage the details of an attribute
UsersManage() - Constructor for class be.SIRAPRISE.webclient.UsersManage
 
UsersManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
UsersManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.UsersManageDetailsPresentation
 
UsersOverview - Class in be.SIRAPRISE.webclient
The function to produce an overview of defined attributes
UsersOverview() - Constructor for class be.SIRAPRISE.webclient.UsersOverview
 
UsersOverviewPresentation - Class in be.SIRAPRISE.webclient
 
UsersOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.UsersOverviewPresentation
 
UsersSelectPresentation - Class in be.SIRAPRISE.webclient
 
UsersSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.UsersSelectPresentation
 
USERSYSTEMDEFINEDUSER - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for USERSYSTEMDEFINEDUSER
UsingRelationalOperator - Interface in be.SIRAPRISE.typeimplementations
UsingRelationalOperator is an interface intended to mark the 'USING' versions of some relational operators, and distinguish them from the 'straight' versions of same.

V

V0104toV0105PossrepComponentTypeDeclarationsMap(PossRepImplementation) - Static method in class be.SIRAPRISE.typeimplementations.MyPossrepImplementation
Gets the 1.5 possrep componentTypeDeclarationsMap derived from a 1.4 possrep implementation
V2_0 - Static variable in class be.SIRAPRISE.util.HTMLEntityRefs
 
V3_2 - Static variable in class be.SIRAPRISE.util.HTMLEntityRefs
 
V4_0 - Static variable in class be.SIRAPRISE.util.HTMLEntityRefs
 
validateDistinctAndCreateInOrderSet(E...) - Static method in class be.SIRAPRISE.util.MyLinkedHashSet
Creates a HashSet from a given collection of objects, if and only if the given collection contains no duplicates
validateDistinctAndCreateSet(E...) - Static method in class be.SIRAPRISE.util.MyHashSet
Creates a HashSet from a given collection of objects, if and only if the given collection contains no duplicates
validateExpressionDetails(Heading, Heading, Heading) - Static method in class be.SIRAPRISE.typeimplementations.DIVIDEBYPER_RELATION_RELATION_RELATION
 
validateExpressionDetails(Heading, Map<NameIdentifier, Set<NameIdentifier>>, String, Collection<? extends KeyDef>) - Static method in class be.SIRAPRISE.typeimplementations.GROUP
 
validateExpressionDetails(Heading, Heading, LinkedHashSet<NameIdentifier>, String, String, Collection<? extends KeyDef>, Collection<? extends KeyDef>) - Static method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
validateExpressionDetails(Heading, Heading, LinkedHashSet<NameIdentifier>, String, String, Collection<? extends KeyDef>, Collection<? extends KeyDef>) - Static method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
validateExpressionDetails(Heading, Heading, String, String, LinkedHashSet<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.MINUS_RELATION_RELATION
 
validateExpressionDetails(Heading, LinkedHashSet<NameIdentifier>, String, Collection<? extends KeyDef>) - Static method in class be.SIRAPRISE.typeimplementations.PACK_RELATION_STRING
 
validateExpressionDetails(Heading, Set<NameIdentifier>, String, Collection<? extends KeyDef>) - Static method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
validateExpressionDetails(Heading, Map<NameIdentifier, NameIdentifier>, String, Collection<? extends KeyDef>) - Static method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
validateExpressionDetails(Heading, Map<NameIdentifier, NameIdentifier>, String) - Static method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
validateExpressionDetails(Heading, Set<NameIdentifier>, String) - Static method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
validateExpressionDetails(Heading, Set<NameIdentifier>, String, Collection<? extends KeyDef>) - Static method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
validateExpressionDetails(Heading, Heading, String, String) - Static method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
validateExpressionDetails(Heading, Heading, String, String, LinkedHashSet<NameIdentifier>) - Static method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
validateExpressionDetails(Heading, Set<NameIdentifier>, String) - Static method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
validateExpressionDetails(Heading, Set<NameIdentifier>, String, Collection<? extends KeyDef>) - Static method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
ValidationException - Exception in be.SIRAPRISE.util
ValidationExceptions indicate something is wrong in the provided arguments to the invocation
ValidationException(Exception) - Constructor for exception be.SIRAPRISE.util.ValidationException
Creates the ValidationException
VALUE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Deprecated.
- replaced by SP_EXPRESSION
VALUE - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
VALUE_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
valueBuffer(String) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Deprecated.
valueBuffer(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Returns the ValueBuffer holding the value of the given attributename in this tuple
valueBuffer(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
Gets the ValueBuffer holding the value associated with the given attribute name
valueBuffer(String) - Method in class be.SIRAPRISE.typeimplementations.TupleBuffer
Deprecated.
ValueBuffer - Class in be.SIRAPRISE.typeimplementations
A ValueBuffer is a container class for any sort of value.
ValueBuffer() - Constructor for class be.SIRAPRISE.typeimplementations.ValueBuffer
 
ValueBufferToNameIdentifierTransformer - Class in be.SIRAPRISE.typeimplementations
Transformer for getting the NameIdentifier that is equivalent to a ValueBuffer holding an encoded NAME value
VALUECOUNT - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
VALUECOUNT_I - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
valueFromComponentValues(Map<String, ValueBuffer>) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Returns a ValueBuffer holding the value of the type that this PossRepImplementation is for, and that corresponds to the component values given in the componentValueMap argument.
valueFromComponentValues(Map<String, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
valueFromEscapedExternalRepresentation(AbstractTypeImplementation_V0105, String, Heading) - Static method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Utility method to obtain a value from an external representation of that value, given a type implementation, a Heading further defining the type if the type is nonscalar, and the external representation of the value.
valueFromEscapedExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the Value obejct holding the value of which s is the external representation
valueFromEscapedExternalRepresentationWithoutException(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.AbstractTypeImplementation_V0105
Gets the Value object holding the value of which s is the external representation
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
valueFromExternalRepresentation(String, Heading) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Convert a value of this possrep's type to internal format.
valueFromExternalRepresentation(String, Heading) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
valueFromIdentifierComponentValues(PossRepImplementation, Map<NameIdentifier, ValueBuffer>) - Static method in class be.SIRAPRISE.typeimplementations.MyPossrepImplementation
Frontend method for invoking the 1.5 valueFromIdentifierComponentValues method on 1.4 implementation objects
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation_V0105
Returns a ValueBuffer holding the value of the type that this PossRepImplementation is for, and that corresponds to the component values given in the componentValueMap argument.
valueFromIdentifierComponentValues(Map<NameIdentifier, ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
valueMap() - Method in class be.SIRAPRISE.typeimplementations.Tuple
Deprecated.
valueOf(String) - Static method in enum be.SIRAPRISE.typeimplementations.OperatorGeneratorArgumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.SIRAPRISE.util.SnapShotIsolationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.SIRAPRISE.typeimplementations.OperatorGeneratorArgumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class be.SIRAPRISE.util.MyPropertiesInInsertionOrder
 
values() - Method in class be.SIRAPRISE.util.MyReadOnlyLinkedHashMap
 
values() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
values() - Static method in enum be.SIRAPRISE.util.SnapShotIsolationMode
Returns an array containing the constants of this enum type, in the order they are declared.
valueText(String) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Deprecated.
valueText(NameIdentifier) - Method in class be.SIRAPRISE.typeimplementations.Tuple
Returns the external representation of the value of the given attributename in this tuple, using the default possrep of the attribute's type
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Converts a value in internal format to the appropriate textual representation of that value for this possrep.
valueToEscapedExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation_V0105
Converts a value in internal format to the appropriate textual representation of that value for this possrep, including the surrounding typename (i.e.
valueToEscapedExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
valueToExternalRepresentation(ValueBuffer, Heading) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Converts a value in internal format to the appropriate textual representation of that value for this possrep.
valueToExternalRepresentation(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation_MP
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.FromToPossrepImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation_V0105
Converts a value in internal format to the appropriate textual representation of that value for this possrep, including the surrounding typename (i.e.
valueToExternalRepresentationVerbose(ValueBuffer, Heading) - Method in class be.SIRAPRISE.typeimplementations.UDTPhysicalPossrepImplementation
 
verifyDB(String) - Method in class be.SIRAPRISE.server.ServerEngineManager
 
verifyDB(String) - Method in interface be.SIRAPRISE.server.ServerEngineManagerMBean
MBean method to request a relvar records verification
VerifyDBRelvar - Class in be.SIRAPRISE.webclient
 
VerifyDBRelvar() - Constructor for class be.SIRAPRISE.webclient.VerifyDBRelvar
 
VerifyDBRelvarPresentation - Class in be.SIRAPRISE.webclient
 
VerifyDBRelvarPresentation() - Constructor for class be.SIRAPRISE.webclient.VerifyDBRelvarPresentation
 
Version - Class in be.SIRAPRISE.util
Class to denote SIRA_PRISE versions and/or message type versions.
Version(int) - Constructor for class be.SIRAPRISE.util.Version
Creates a Version object from a full numeric version indicator
Version(short, short) - Constructor for class be.SIRAPRISE.util.Version
Creates a Version object from the given major and minor version numbers.
VIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
VIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Comment for VIRTUALRELVAR
VirtualRelvar - Class in be.SIRAPRISE.client.jsba
 
VirtualRelvar() - Constructor for class be.SIRAPRISE.client.jsba.VirtualRelvar
Creates an empty VirtualRelvar
VirtualRelvar(String, String) - Constructor for class be.SIRAPRISE.client.jsba.VirtualRelvar
Creates the VirtualRelvar
VIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
The VIRTUALRELVAR relvar inventorises the "virtual" relvars that constitute the database.
VIRTUALRELVAR_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
VIRTUALRELVARDEPENDENCYGRAPH - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
VIRTUALRELVARDEPENDENCYGRAPH_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
VIRTUALRELVARDEPENDSONTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
VIRTUALRELVARREFERENCES - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
VIRTUALRELVARREFERENCES - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for this relvar
VIRTUALRELVARREFERENCES - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
This relvar lists the direct references to other relvars made by the expression defining a virtual relvar.
VIRTUALRELVARREFERENCES_I - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
VIRTUALRELVARREFERENCESRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
VIRTUALRELVARREFERENCESVIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
VirtualRelvarsCreate - Class in be.SIRAPRISE.webclient
Function to add a new virtual relvar
VirtualRelvarsCreate() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsCreate
 
VirtualRelvarsCreateHelpPresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsCreateHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsCreateHelpPresentation
 
VirtualRelvarsCreatePresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsCreatePresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsCreatePresentation
 
VirtualRelvarsDelete - Class in be.SIRAPRISE.webclient
Function to delete an virtual relvar
VirtualRelvarsDelete() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsDelete
 
VirtualRelvarsDeleteConfirmPresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsDeleteConfirmPresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsDeleteConfirmPresentation
 
VirtualRelvarsDeleteHelpPresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsDeleteHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsDeleteHelpPresentation
 
VirtualRelvarsManage - Class in be.SIRAPRISE.webclient
Function to manage the details of a virtual relvar
VirtualRelvarsManage() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsManage
 
VirtualRelvarsManageDetailsPresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsManageDetailsPresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsManageDetailsPresentation
 
VirtualRelvarsManageHelpPresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsManageHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsManageHelpPresentation
 
VirtualRelvarsOverview - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsOverview() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsOverview
 
VirtualRelvarsOverviewHelpPresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsOverviewHelpPresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsOverviewHelpPresentation
 
VirtualRelvarsOverviewPresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsOverviewPresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsOverviewPresentation
 
VirtualRelvarsSelectPresentation - Class in be.SIRAPRISE.webclient
 
VirtualRelvarsSelectPresentation() - Constructor for class be.SIRAPRISE.webclient.VirtualRelvarsSelectPresentation
 

W

whiteSpacePos(String) - Static method in class be.SIRAPRISE.util.MyString
Gets the [offset of the] first position in s that is a whitespace character
WITH - Static variable in interface be.SIRAPRISE.client.NAMES.KEYWORDS
 
WITHIN - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"WITHIN" is an interval operator that is equivalent to, in Allen terms, STARTS or DURING or FINISHES or EQUAL.
WITHIN_I - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
write(int) - Method in class be.SIRAPRISE.util.MyCipherOutputStream
 
writeBigUTF(String, DataOutput) - Static method in class be.SIRAPRISE.util.MyDataOutputStream
Writes a string to the specified DataOutput using Java modified UTF-8 encoding in a machine-independent manner.
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.client.SiraPriseServer
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__ACVFROMDC_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__ACVFROMTC_NAME_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__DCVFROMTC_NAME_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFO_STRING_NAME
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVE_STRING_NAME
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__ISVALIDX509CERTIFICATE_BITS
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__TYPEIMPLINFO_NAME
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.server.__UDTERRORS_NAME
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ABS_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ABS_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ABS_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ABS_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ABS_SCALEDNUMBER
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ACOS_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ACOSEC_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ACOTAN_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ASEC_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ASIN_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ATAN_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_NAME_NAME
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.BEGINSWITH_STRING_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.BinaryMaxOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.BinaryMinOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.BitPatternComparisonOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.CEIL_BIGINT_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.CEIL_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ChooseOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ConstrainedTypeImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSR_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSRUSING_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.CONTAINST_RELATION_TUPLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.CONTAINSTUSING_RELATION_TUPLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.COS_ANGLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.COSEC_ANGLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.COTAN_ANGLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DATESHIFT_DATE_INT_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsBigintImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsRelationImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsScalednumberImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DbmsTupleImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DIV_BIGINT_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DIV_FLOAT_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DIV_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DIV_LONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.DIV_SCALEDNUMBER_SCALEDNUMBER
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_NAME_NAME
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ENDSWITH_STRING_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.EQ_BOOLEAN_BOOLEAN
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.EQ_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.EQ_TUPLE_TUPLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ESCAPE_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.EXP_FLOAT_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTDATE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTFLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.FIRSTTIMEOFDAY
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_BIGINT_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.FLOOR_LONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GreaterOrEqualOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GROUP_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_ANGLE_ANGLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_BIGINT_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_DATE_DATE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_DECIMAL_DECIMAL
Deprecated.
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_FLOAT_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_FOO_FOO
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_LONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_SCALEDNUMBER_SCALEDNUMBER
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.GT_TIMEOFDAY_TIMEOFDAY
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.Heading
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.INTERSECT_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.INTERSECTUSING_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalAfterOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalBeforeOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalBeginsOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalContainsPointOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalEndPointOfOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalEndsOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalGapBetweenOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIntersectOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsEmptyOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsInfiniteOperatorImplementation
Deprecated.
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsLowerBoundedOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalIsUpperBoundedOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalMeetsOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalMergesOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalMinusOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalOverlapsOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalSpanOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitByOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalSplitsOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalStartPointOfOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalTypeImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalUnionOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.IntervalWithinOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.JOIN_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.JOINUSING_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LASTFLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LASTINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LASTTIMEOFDAY
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_BITS
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_FILENAME
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_INTINTERVAL
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_LONGINTERVAL
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_NAME
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LENGTH_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LessOrEqualOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LessThanOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LN_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LOWERCASE_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.LUID
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MATCHES_STRING_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MOD_BIGINT_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MOD_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MOD_LONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MULT_BIGINT_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MULT_FLOAT_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MULT_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MULT_LONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.MULT_SCALEDNUMBER_SCALEDNUMBER
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.NameIdentifier
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.NEXTDATE_DATE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.NEXTINT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.NEXTLONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.NOT_BOOLEAN
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.OR_BOOLEAN_BOOLEAN
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PI
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_AVERAGE_AVERAGE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_BIGINT_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_DECIMAL_DECIMAL
Deprecated.
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_FLOAT_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_LONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_SCALEDNUMBER_SCALEDNUMBER
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PRIORDATE_DATE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PRIORINT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PRIORLONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.PROJECT_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.RENAME_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ROUND_FLOAT_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ROUND_SCALEDNUMBER_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.ScalarEqualityOperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SEC_ANGLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SIN_ANGLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SQRT_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SUB_BIGINT_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SUB_FLOAT_FLOAT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SUB_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SUB_LONG_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SUB_SCALEDNUMBER_SCALEDNUMBER
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.SUBSTR_STRING_INT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TAN_ANGLE
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TCLOSE_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.THE_OperatorImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOBIGINT_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOFLOAT_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOINT_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOLONG_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_BIGINT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TOSCALEDNUMBER_LONG
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.TRUNC_SCALEDNUMBER_INT
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.UNESCAPE_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.UNGROUP_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.UNION_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.UNIONUSING_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.UNPACK_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.UPPERCASE_STRING
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.UserDefinedTypeImplementation
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
writeExternal(ObjectOutput) - Method in class be.SIRAPRISE.webclient.SiraPriseServerSession
 
writeSmallUTF(String, DataOutput) - Static method in class be.SIRAPRISE.util.MyDataOutputStream
Writes a string to the specified DataOutput using Java modified UTF-8 encoding in a machine-independent manner.

X

X509CERTIFICATETYPE - Static variable in class be.SIRAPRISE.util.MyCertificate
 
XHTMLV1_0 - Static variable in class be.SIRAPRISE.util.HTMLEntityRefs
 
xminus(IRelation) - Method in interface be.SIRAPRISE.client.IRelation
Computes the symmetric difference between this relation and the given one.
xminus(IRelation) - Method in class be.SIRAPRISE.client.RelationProxy
 
XMINUS - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
"XMINUS" is the symmetric difference operator of the relational algebra.
xminus(IRelation) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
XMINUS - Class in be.SIRAPRISE.typeimplementations
XMINUS
XMINUS() - Constructor for class be.SIRAPRISE.typeimplementations.XMINUS
 
XMINUS_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The relation XMINUS operator takes two arguments, both of a relation type.
XMINUS_RELATION_RELATION(Heading) - Constructor for class be.SIRAPRISE.typeimplementations.XMINUS_RELATION_RELATION
Creates the XMINUS_RELATION_RELATION
xminusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in interface be.SIRAPRISE.client.IRelation
Computes the symmetric difference between this relation and the given one, with the attributes mentioned in usingAttributes treated in 'USING' mode.
xminusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.client.RelationProxy
 
XMINUSUSING - Static variable in interface be.SIRAPRISE.typeimplementations.OPERATORNAMES
 
xminusUsing(IRelation, LinkedHashSet<NameIdentifier>) - Method in class be.SIRAPRISE.typeimplementations.Relation
 
XMINUSUSING - Class in be.SIRAPRISE.typeimplementations
XMINUSUSING
XMINUSUSING() - Constructor for class be.SIRAPRISE.typeimplementations.XMINUSUSING
 
XMINUSUSING_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
An invocation XMINUSUSING(r1,r2,i) is equivalent to UNIONUSING(MINUSUSING(r1,r2,i),MINUSUSING(r2,r1,i),i).
Some examples of XMINUSUSING invocations and their result r1 r2 i result REL { TUP {IV:[1-7]} } REL { TUP {IV:[5-9]} } REL { TUP {IV:[1-7] TUP {IV:[5-9]} } REL { TUP {IV:[1-7]} } REL { TUP {IV:[5-9]} } IV REL { TUP {IV:[1-4]} TUP {IV:[8-9]} } REL { TUP {IV1:[1-7] IV2:[1-7]} } REL { TUP {IV1:[1-3] IV2:[1-3]} } IV1,IV2 REL { TUP {IV1:[1-7] IV2:[4-7]} TUP {IV1:[4-7] IV2:[1-3]} } REL { TUP {IV1:[1-7] IV2:[1-7]} } REL { TUP {IV1:[1-3] IV2:[1-3]} } IV2,IV1 REL { TUP {IV1:[4-7] IV2:[1-7]} TUP {IV1:[1-3] IV2:[4-7]} }
XMINUSUSING_RELATION_RELATION(Heading, LinkedList<NameIdentifier>, MyReadOnlyLinkedHashMap<NameIdentifier, Map<String, OperatorImplementation_V0104>>, Map<NameIdentifier, IntervalTypeImplementation>) - Constructor for class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
Creates the XMINUSUSING_RELATION_RELATION
XMINUSUSING_RELATION_RELATION(Heading, LinkedList<NameIdentifier>) - Constructor for class be.SIRAPRISE.typeimplementations.XMINUSUSING_RELATION_RELATION
Creates the XMINUSUSING_RELATION_RELATION
XOR_BOOLEAN_BOOLEAN - Class in be.SIRAPRISE.typeimplementations
The implementation for the boolean XOR operator.
XOR_BOOLEAN_BOOLEAN() - Constructor for class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
Deprecated.
The public constructor is available only for use by the Externalizable machinery. The preferred way of obtaining an instance of this class is by invoking the getInstance method.

Y

YEAR - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
YEAR_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
YEARS - Static variable in class be.SIRAPRISE.server.RequestLicense_SW
 
YN - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 
YN_I - Static variable in interface be.SIRAPRISE.typeimplementations.POSSREPCOMPONENTNAMES
 

Z

zip(File, ZipOutputStream) - Static method in class be.SIRAPRISE.util.MyZip
Zips the given file to the given ZipOutputStream.
zip(File, ZipOutputStream, File) - Static method in class be.SIRAPRISE.util.MyZip
Zips the given file to the given ZipOutputStream.
zipFilesAndDirectories(String, ZipOutputStream, File) - Static method in class be.SIRAPRISE.util.MyZip
Zips the entire contents of the named zipDirectory to the given ZipOutputStream.

_

__ACVFROMDC_STRING - Class in be.SIRAPRISE.server
An operator needed for the internal operation of the server
__ACVFROMTC_NAME_STRING - Class in be.SIRAPRISE.server
An operator needed for the internal operation of the server
__DCVFROMTC_NAME_STRING - Class in be.SIRAPRISE.server
An operator needed for the internal operation of the server
__EXPRESSIONINFO_STRING - Class in be.SIRAPRISE.server
The operator implementation to get type properties for a given type name
__EXPRESSIONINFO_STRING_NAME - Class in be.SIRAPRISE.server
The operator implementation to get "introspective" ("meta") information on a given expression, and a given lexical scope designated by a single relvar name that can be passed.
__EXPRESSIONINFOTENTATIVE_STRING - Class in be.SIRAPRISE.server
The operator implementation to get "introspective" ("meta") information on a given expression, taking into account the post-update state of the catalog.
__EXPRESSIONINFOTENTATIVE_STRING_NAME - Class in be.SIRAPRISE.server
The operator implementation to get "introspective" ("meta") information on a given expression, and a given lexical scope designated by a single relvar name that can be passed, taking into account the post-update state of the catalog.
__EXPRESSIONINFOTENTATIVEUDTOO_NAME_STRING - Class in be.SIRAPRISE.server
The operator implementation to get "introspective" ("meta") information on a given expression, taking into account the post-update state of the catalog.
__EXPRESSIONINFOTENTATIVEUDTPC_NAME_STRING - Class in be.SIRAPRISE.server
The operator implementation to get "introspective" ("meta") information on a given expression, taking into account the post-update state of the catalog.
__ISVALIDX509CERTIFICATE_BITS - Class in be.SIRAPRISE.server
An operator needed for the internal operation of the server
__TYPEIMPLINFO_NAME - Class in be.SIRAPRISE.server
The operator implementation to get type properties (from the implementation object) for a given type name
__UDTERRORS_NAME - Class in be.SIRAPRISE.server
The operator implementation to get "introspective" ("meta") information on a (user-defined) type whose name that can be passed, taking into account the post-update state of the catalog.
_DBCCHECKS - Static variable in interface be.SIRAPRISE.client.NAMES.VARIOUSNAMES
 
_DEFAULTHASHMOD - Static variable in class be.SIRAPRISE.util.MyUniqueID
The hash modulo number (58881877 )
_FALSE - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
The numeric value for false
_INFERREDKEYS - Static variable in interface be.SIRAPRISE.client.NAMES.VARIOUSNAMES
 
_INSERTSDELETESINVOCATIONS - Static variable in interface be.SIRAPRISE.client.NAMES.VARIOUSNAMES
 
_INVOLVEDTYPES - Static variable in interface be.SIRAPRISE.client.NAMES.VARIOUSNAMES
 
_NONSCALARHEADING - Static variable in interface be.SIRAPRISE.client.NAMES.VARIOUSNAMES
 
_REFERENCEDPARAMETERS - Static variable in interface be.SIRAPRISE.client.NAMES.VARIOUSNAMES
 
_REFERENCEDRELVARS - Static variable in interface be.SIRAPRISE.client.NAMES.VARIOUSNAMES
 
_TRUE - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
The numeric value for true
A B C D E F G H I J K L M N O P R S T U V W X Y Z _ 
Skip navigation links