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

A

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
 
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
 
AbstractRelation - Class in be.SIRAPRISE.client
The AbstractRelation provides an implementation for the Relation interface
AbstractRelation(Heading, Set<Tuple>) - Constructor for class be.SIRAPRISE.client.AbstractRelation
Creates the container, setting the intended heading for the tuples and the underlying Set object
AbstractTuple - Class in be.SIRAPRISE.client
AbstractTuple provides method implementations for the Tuple interface
AbstractTuple(Heading) - Constructor for class be.SIRAPRISE.client.AbstractTuple
Creates the Tuple object
AbstractTupleBag - Class in be.SIRAPRISE.client
Abstract implementation of the TupleBag interface
AbstractTupleBag(Heading, List<Tuple>) - Constructor for class be.SIRAPRISE.client.AbstractTupleBag
Creates the TupleBag
AbstractTupleContainer - Class in be.SIRAPRISE.client
Abstract implementation of the TupleContainer interface
AbstractTupleContainer(Heading) - Constructor for class be.SIRAPRISE.client.AbstractTupleContainer
Creates the container, setting the intended heading for the tuples
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.SiraPriseConjunctFileNameFilterSet
 
accept(File, String) - Method in class be.SIRAPRISE.util.SiraPrisePrefixFilter
 
accept(File, String) - Method in class be.SIRAPRISE.util.SiraPriseRegexFilter
 
accept(File, String) - Method in class be.SIRAPRISE.util.SiraPriseSuffixFilter
 
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(String, Heading) - Method in class be.SIRAPRISE.client.Heading
Adds a relation-typed attribute to the heading.
add(String, String) - Method in class be.SIRAPRISE.client.Heading
Adds a scalar attribute to the heading.
add(String, TypeDeclaration) - Method in class be.SIRAPRISE.client.Heading
Adds an attribute declaration to the heading.
ADD - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
add(E) - Method in class be.SIRAPRISE.util.MyListSet
 
add(V) - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
add(int, V) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
add(V) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
add(V) - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
add(E) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
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 V>) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
addAll(int, Collection<? extends V>) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
addAll(Collection<? extends E>) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
addOK(Tuple) - Method in class be.SIRAPRISE.client.AbstractRelation
"exit" method called by the addTuple() methods to check if it is OK to add the given tuple to this relation.
addOK(Tuple) - Method in class be.SIRAPRISE.client.AbstractTupleBag
"exit" method called by the addTuple() methods to check if it is OK to add the given tuple to this relation.
addOK(Tuple) - Method in class be.SIRAPRISE.client.InsertionOrderRelation
 
addOK(Tuple) - Method in class be.SIRAPRISE.client.InsertionOrderTupleBag
 
addOK(Tuple) - Method in class be.SIRAPRISE.client.OrderedRelation
 
addTuplesWithHeadingCheck(TupleContainer) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Adds all tuples of the given TupleContainer to this one.
addTuplesWithHeadingCheck(TupleContainer) - Method in interface be.SIRAPRISE.client.TupleContainer
Adds all tuples of the given TupleContainer to this one.
addTuplesWithoutHeadingCheck(TupleContainer) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Adds all tuples of the given TupleContainer to this one.
addTuplesWithoutHeadingCheck(TupleContainer) - Method in interface be.SIRAPRISE.client.TupleContainer
Adds all tuples of the given TupleContainer to this one.
addTupleWithHeadingCheck(Tuple) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Adds a Tuple to the container.
addTupleWithHeadingCheck(Tuple) - Method in interface be.SIRAPRISE.client.TupleContainer
Adds a Tuple to the container.
addTupleWithoutHeadingCheck(Tuple) - Method in class be.SIRAPRISE.client.AbstractRelation
 
addTupleWithoutHeadingCheck(Tuple) - Method in class be.SIRAPRISE.client.AbstractTupleBag
 
addTupleWithoutHeadingCheck(Tuple) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Adds a Tuple to the container without checking the conformance of the tuple to the declared heading.
addTupleWithoutHeadingCheck(Tuple) - Method in interface be.SIRAPRISE.client.TupleContainer
Adds a Tuple to the container without checking the conformance of the tuple to the declared heading.
AGGREGATE - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
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. it has two arguments.
ALGORITHM - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
AND_BOOLEAN_BOOLEAN - Class in be.SIRAPRISE.typeimplementations
The implementation for the boolean AND operator.
ANGLE - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
ANGLE - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
appendBlanks(int, String) - Static method in class be.SIRAPRISE.util.FixedLengthFormatter
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.FixedLengthFormatter
 
appendZeroes(int, StringBuffer) - Static method in class be.SIRAPRISE.util.FixedLengthFormatter
 
asCSV(Set<String>) - Static method in class be.erwinsmout.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
 
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
 
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
 
ASSIGNMENTCONSTRAINTCHECK_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
AssignmentconstraintcheckToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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
AssignmentconstraintToDBObject - Interface in be.SIRAPRISE.client.jsba
 
ASSIGNMENTTYPE - Static variable in class be.SIRAPRISE.client.DmlAddCommand
The byte code identifying the 'ADD' assignment type within the messages system
ASSIGNMENTTYPE - Static variable in class be.SIRAPRISE.client.DmlAssertCommand
The byte code identifying the 'ASSERT' assignment type within the messages system
ASSIGNMENTTYPE - Static variable in class be.SIRAPRISE.client.DmlDeleteCommand
The byte code identifying the 'DELETE' assignment type within the messages system
ASSIGNMENTTYPE - Static variable in class be.SIRAPRISE.client.DmlUnassertCommand
The byte code identifying the 'ASSERT' assignment type within the messages system
ASSIGNMENTTYPE - Static variable in class be.SIRAPRISE.client.DmlUpdateCommand
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
 
ATTRIBUTE - 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
 
ATTRIBUTEATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ATTRIBUTEATTRIBUTEPHYSICALLENGTH
ATTRIBUTECONSTRAINEDTYPESIZE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.  
ATTRIBUTELOGICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
ATTRIBUTELOGICALLENGTH:{ATTRIBUTENAME}
ATTRIBUTELOGICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of this relvar
ATTRIBUTELOGICALLENGTH - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
ATTRIBUTELOGICALLENGTHATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ATTRIBUTELOGICALLENGTHATTRIBUTE
AttributelogicallengthToDBObject - Interface in be.SIRAPRISE.client.jsba
 
ATTRIBUTENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
ATTRIBUTEPHYSICALLENGTH:{ATTRIBUTENAME}
ATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
ATTRIBUTEPHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
ATTRIBUTEPHYSICALLENGTHATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ATTRIBUTEPHYSICALLENGTHATTRIBUTE
ATTRIBUTESIZE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An attribute's internal length is outside the range of the type's size"
ATTRIBUTESIZEMISSING - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for ATTRIBUTESIZEMISSING
AttributeToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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
 
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
AttributevaluedistributionToDBObject - Interface in be.SIRAPRISE.client.jsba
 
AUTHENTICATIONOK - Static variable in class be.SIRAPRISE.messages.ServerMessageTypes
The message type id
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.
AVERAGE - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
AVERAGE - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 

B

BACKUPHOST - Static variable in class be.SIRAPRISE.server.RequestLicense
 
BACKUPMONITORPORT - Static variable in class be.SIRAPRISE.server.RequestLicense
 
BACKUPPORT - Static variable in class be.SIRAPRISE.server.RequestLicense
 
BASETYPE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
be.erwinsmout - package be.erwinsmout
 
be.SIRAPRISE.client - package be.SIRAPRISE.client
 
be.SIRAPRISE.client.jsba - package be.SIRAPRISE.client.jsba
 
be.SIRAPRISE.messages - package be.SIRAPRISE.messages
 
be.SIRAPRISE.server - package be.SIRAPRISE.server
 
be.SIRAPRISE.typeimplementations - package be.SIRAPRISE.typeimplementations
 
be.SIRAPRISE.util - package be.SIRAPRISE.util
 
BEGIN - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
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
 
BinaryBooleanOperatorImplementation - Interface in be.SIRAPRISE.typeimplementations
Interface to be implemented by all implementations of one of the 16 binary operators of the boolean algebra.
BITS - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
BITS - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
BODY - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
BOOLEAN - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
BracketParser - Class in be.SIRAPRISE.util
Provides methods for working with bracketed expressions.
BracketParser() - Constructor for class be.SIRAPRISE.util.BracketParser
 
BracketParseResult - Class in be.SIRAPRISE.util
 
BracketParseResult(String, int) - Constructor for class be.SIRAPRISE.util.BracketParseResult
 
BYPASSASSGCONSTRAINTS - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 

C

CACHE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
Deprecated.  
CARDINALITY - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
CATALOG - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The CATALOG property defines the filename of the file in the DBMSFILEDIRECTORY that holds the catalog.
CATALOGDATASPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The internal identification number used for the catalog dataspace
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
 
CHAR - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
CHAR - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
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.erwinsmout.MyPropertiesInInsertionOrder
 
clear() - Method in class be.SIRAPRISE.client.AbstractRelation
 
clear() - Method in class be.SIRAPRISE.client.AbstractTupleBag
 
clear() - Method in interface be.SIRAPRISE.client.TupleContainer
Empties the TupleContainer
clear() - Method in class be.SIRAPRISE.util.IntersectableMap
 
clear() - Method in class be.SIRAPRISE.util.MyListSet
 
clear() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
clear() - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
clear() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
clear() - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
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
 
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 - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
CLIENTCERTIFICATECLIENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CLIENTCERTIFICATECLIENT
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
 
CLIENTSYSTEMDEFINEDCLIENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CLIENTSYSTEMDEFINEDCLIENT
ClientToDBObject - Interface in be.SIRAPRISE.client.jsba
 
ClientTuple - Class in be.SIRAPRISE.client
 
ClientTuple(IntersectableMap<String, ?>, Heading) - Constructor for class be.SIRAPRISE.client.ClientTuple
Creates the tuple
clone() - Method in class be.SIRAPRISE.util.IntersectableMap
 
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
 
CMD - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
CommandLineParameters - Class in be.SIRAPRISE.util
 
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.  
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.client
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. a Signature computation that failed for some reason).
CommunicationProtocolException(String, int) - Constructor for exception be.SIRAPRISE.client.CommunicationProtocolException
Deprecated.  
CommunicationProtocolException(String, String) - Constructor for exception be.SIRAPRISE.client.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.client.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.client.CommunicationProtocolException
Creates the exception, setting a message that the cause of this exception is the other exception given as an argument here
comparator() - Method in class be.SIRAPRISE.util.IntersectableTreeMap
 
compareTo(Version) - Method in class be.SIRAPRISE.client.Version
 
COMPILE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
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
Sends a query expression to the server for compilation-and-caching.
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
Sends a query expression to the server for verification only.
COMPONENTNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
COMPONENTTYPENAME - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
The internal ID for the componentTypeName index
COMPONENTTYPENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
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
 
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.
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
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. the minimum value for the CONNECTIONIDLETIMEMAX property
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
CONNECTIONS - Static variable in class be.SIRAPRISE.server.RequestLicense
 
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
 
CONSTRAINEDTYPE_BASETYPE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
CONSTRAINEDTYPEANDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CONSTRAINEDTYPETYPE
ConstrainedtypeToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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
 
CONSTRAINTLABEL - 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
 
CONSTRAINTMESSAGETEXTCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CONSTRAINTMESSAGETEXTCONSTRAINT
ConstraintmessagetextToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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
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.ConstructorMissingException
Creates the exception, setting the given exception as its cause
ConstructorMissingException() - Constructor for exception be.SIRAPRISE.client.ConstructorMissingException
Creates the exception
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.MyReadOnlyList
 
contains(Object) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
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.MyReadOnlyList
 
containsAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
containsKey(Object) - Method in class be.SIRAPRISE.util.IntersectableMap
 
containsKey(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
containsTuple(Tuple) - Method in class be.SIRAPRISE.client.AbstractRelation
 
containsTuple(Tuple) - Method in class be.SIRAPRISE.client.AbstractTupleBag
 
containsTuple(Tuple) - Method in interface be.SIRAPRISE.client.TupleContainer
Checks whether the given tuple appears in this container
containsTuples(TupleContainer) - Method in class be.SIRAPRISE.client.AbstractRelation
 
containsTuples(TupleContainer) - Method in class be.SIRAPRISE.client.AbstractTupleBag
 
containsTuples(TupleContainer) - Method in interface be.SIRAPRISE.client.TupleContainer
Checks whether all tuples that appear in the given container also appear in this one
containsValue(Object) - Method in class be.SIRAPRISE.util.IntersectableMap
 
containsValue(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
CONTEXTUSERID - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Deprecated. - replaced by USERID
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.client.NAMES.POSSREPCOMPONENTNAMES
 
CountDown - Class in be.SIRAPRISE.util
 
countDown(int) - Static method in class be.SIRAPRISE.util.CountDown
 
CREATE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
createListFromEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createListFromNonEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createMapFromEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
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.
createMapFromNonEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createMapWithMandatoryValuesFromEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap for a String in the general format Name1(value1)Name2(value2)...
createMapWithMandatoryValuesFromNonEscaped(String) - Static method in class be.SIRAPRISE.util.BracketParser
Creates a HashMap 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
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
 
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
 
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
 
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
 

D

D_TYPEINTERVALTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.  
DATAACTION_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
 
DATAACTION_REFERENCEDRELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
DATAACTIONNAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
DATAACTIONNAME - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
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
 
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
 
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 - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
DATABASECONSTRAINTCHECK_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
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"
DatabaseconstraintToDBObject - Interface in be.SIRAPRISE.client.jsba
 
DATABASECONSTRAINTTRANSACTIONCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.  
DATABASECONSTRAINTTUPLECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for CONSTRAINTSERRORCODE
DataInputStreamWithByteCounter - Class in be.SIRAPRISE.util
 
DataInputStreamWithByteCounter(InputStream) - Constructor for class be.SIRAPRISE.util.DataInputStreamWithByteCounter
Creates the DataInputStreamWithByteCounter
DATASPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
DATASPACE:{FILENAME STORAGESPACEID}
DATASPACE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the dataspace relvar
DATASPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated. - was a single hash index storage space for DATASPACE.{FILENAME STORAGESPACEID} - the locator index on FILENAME should suffice
DataSpace - Class in be.SIRAPRISE.client.jsba
 
DataSpace() - Constructor for class be.SIRAPRISE.client.jsba.DataSpace
 
DataSpace(String, int, int, int, int) - Constructor for class be.SIRAPRISE.client.jsba.DataSpace
 
DataSpace(String, int, int, int, int, int) - Constructor for class be.SIRAPRISE.client.jsba.DataSpace
 
DATASPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
DATASPACE_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.  
DATASPACECOMPRESSIONTHRESHOLD - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for DATASPACECOMPRESSIONTHRESHOLD
DATASPACEMAXIMUMGAPS - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for DATASPACEMAXIMUMGAPS
DATASPACESTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A DataSpace refers to a non-existing StorageSpace"
DataspaceToDBObject - Interface in be.SIRAPRISE.client.jsba
 
DATE - Static variable in interface be.SIRAPRISE.client.NAMES.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.client.NAMES.POSSREPCOMPONENTNAMES
 
dbAdd(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Adds an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbAddAndEndTransaction(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Adds an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbAddCommand(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Gets the command for adding an entry in the named relvar (in the database the transaction is connected to), for the given object.
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.
dbAssert(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Asserts an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbAssertAndEndTransaction(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Asserts an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbAssertCommand(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
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(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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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.
DBConnectionProperties - Class in be.SIRAPRISE.client
The DBConnectionProperties singleton holds the property values mentioned in the DBCONNECTION.PROPERTIES file.
dbDelete(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Deletes an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbDeleteAndEndTransaction(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Deletes an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbDeleteCommand(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Gets the command for deleting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
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.
DbmsAngleImplementation - Class in be.SIRAPRISE.typeimplementations
Type 'Angle' is provided to demonstrate the type-plugin feature.
DbmsAverageImplementation - Class in be.SIRAPRISE.typeimplementations
Type 'Average' is used when computing averages.
DbmsBarImplementation - Class in be.SIRAPRISE.typeimplementations
Type 'Bar' is provided to demonstrate the type-plugin feature, and to test the catalog constraints re. types.
DbmsBitsImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the binary bucket type.
DbmsBooleanImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined Boolean type.
DbmsCharImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined CHAR type.
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.
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.
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
 
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.
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"
DBMSFILESTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A StorageSpace refers to a non-existing DbmsFile"
DbmsfileToDBObject - Interface in be.SIRAPRISE.client.jsba
 
DbmsFloatImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined FLOAT type.
DbmsFooImplementation - Class in be.SIRAPRISE.typeimplementations
Type 'Foo' is provided to demonstrate the type-plugin feature.
DbmsIntImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the SIRA_PRISE int type.
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.
DbmsNameImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the system-defined NAME type.
DbmsRelationImplementation - Class in be.SIRAPRISE.server
The implementation for the (generic) Relation type.
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.
DbmsStringImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the String type.
DbmsTimeofdayImplementation - Class in be.SIRAPRISE.typeimplementations
The implementation for the Sira_Prise time-of-day type.
DbmsTupleImplementation - Class in be.SIRAPRISE.server
Deprecated. - unsupported and unofficial for the time being
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
 
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
DBObjectToAssignmentconstraint - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToAssignmentconstraintcheck - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToAttribute - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToAttributelogicallength - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToAttributevaluedistribution - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToClient - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToConstrainedtype - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToConstraintmessagetext - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToDatabaseconstraint - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToDataspace - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToDbmsfile - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToHashingindexspace - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToIndex - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToIndexcomponent - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToJavabackedtype - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToKey - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToKeyattribute - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToMultihashingindexspace - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToNewattributedefaultvalue - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToRecordattribute - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToRecordtype - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToRelvar - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToRelvarattribute - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToRelvarcardinality - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToStoragespace - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToTransactionconstraint - Interface in be.SIRAPRISE.client.jsba
Deprecated. 
DBObjectToTreeindexspace - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToTriggereddataaction - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToTupleconstraint - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToTupleindex - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToTypeproperties - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToUser - Interface in be.SIRAPRISE.client.jsba
 
DBObjectToVirtualrelvar - Interface in be.SIRAPRISE.client.jsba
 
DBTransaction - Class in be.SIRAPRISE.client
A DBTransaction represents the transaction that is active on some DBConnection.
dbUnAssert(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Unasserts an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbUnAssertAndEndTransaction(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Unasserts an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbUnAssertCommand(String, DBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Gets the command for unasserting the tuple in the named relvar (in the database the transaction is connected to), for the given object.
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.
dbUpdate(String, UpdatableDBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Updates an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbUpdateAndEndTransaction(String, UpdatableDBObject) - Method in class be.SIRAPRISE.client.DBTransaction
Updates an entry in the named relvar (in the database the transaction is connected to), for the given object.
dbUpdateCommand(String, UpdatableDBObject) - Method in class be.SIRAPRISE.client.DBTransaction
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, 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 (in the database the transaction is connected to), for this DBObject.
DDLCAPTURE - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name for the property configuring the DBConnection-level default DDLCAPTURE setting for transactions started by methods not explicitly providing this setting
DDLCapture - Class in be.SIRAPRISE.client
 
DECIMAL - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
DECIMAL - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
DEFAULTAUTOCOMMITFORTRANSACTIONS - 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.
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
 
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
DEGREES - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
DELETE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
DELETES - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
DELETESBAC - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
DELETESSAC - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
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
 
DIVIDEBYPER - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
DmlAddCommand - Class in be.SIRAPRISE.client
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.DmlAddCommand
Creates the command object.
DmlAssertCommand - Class in be.SIRAPRISE.client
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.DmlAssertCommand
Creates the command object.
DmlAssignmentCommand - Class in be.SIRAPRISE.client
A DmlAssignmentCommand is any command that performs some kind of update in the database.
DmlAssignmentCommand() - Constructor for class be.SIRAPRISE.client.DmlAssignmentCommand
 
DmlCommand - Class in be.SIRAPRISE.client
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.DmlCommand
 
DmlDeleteCommand - Class in be.SIRAPRISE.client
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.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
 
DmlMultipleAssignmentCommand(DmlAssignmentCommand[]) - Constructor for class be.SIRAPRISE.client.DmlMultipleAssignmentCommand
Creates the command object.
DmlMultipleAssignmentCommand(DmlSingleAssignmentCommand[]) - Constructor for class be.SIRAPRISE.client.DmlMultipleAssignmentCommand
Creates the command object.
DmlNonAssignmentCommand - Class in be.SIRAPRISE.client
A DmlNonAssignmentCommand is any command that doesn't perform some kind of update in the database.
DmlNonAssignmentCommand() - Constructor for class be.SIRAPRISE.client.DmlNonAssignmentCommand
 
DmlSingleAssignmentCommand - Class in be.SIRAPRISE.client
 
DmlSingleAssignmentCommand(String, Object) - Constructor for class be.SIRAPRISE.client.DmlSingleAssignmentCommand
Creates the command object.
DmlUnassertCommand - Class in be.SIRAPRISE.client
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.DmlUnassertCommand
Creates the command object.
DmlUpdateCommand - Class in be.SIRAPRISE.client
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.DmlUpdateCommand
Creates the command object.
DMY - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
dumpDB(String) - Method in class be.SIRAPRISE.server.ServerEngineMBeanManager
 
dumpDB(String) - Method in interface be.SIRAPRISE.server.ServerEngineMBeanManagerMBean
MBean method to request a DBMS file dump
DuplicateException - Exception in be.SIRAPRISE.client
 
DuplicateException(String) - Constructor for exception be.SIRAPRISE.client.DuplicateException
Creates the exception, setting the exception message
DuplicateNameException - Exception in be.SIRAPRISE.util
 
DuplicateNameException(String) - Constructor for exception be.SIRAPRISE.util.DuplicateNameException
 
DuplicateSetterException - Exception in be.SIRAPRISE.client
Deprecated.  
DuplicateSetterException(String) - Constructor for exception be.SIRAPRISE.client.DuplicateSetterException
Deprecated.  

E

end(boolean) - Method in class be.SIRAPRISE.client.DBTransaction
Ends the transaction, issuing either a commit or a rollback.
end() - Method in class be.SIRAPRISE.client.MonitorConnection
Simply closes the connection.
END - Static variable in interface be.SIRAPRISE.client.NAMES.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.
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.client
Class holding a utility method to replace the <>'"& tokens with XML entity refs in XML output
entrySet() - Method in class be.erwinsmout.MyPropertiesInInsertionOrder
 
entrySet() - Method in class be.SIRAPRISE.util.IntersectableMap
 
entrySet() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
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_RELATION_RELATION - Class in be.SIRAPRISE.typeimplementations
The equality operator implementation for the nonscalar RELATION 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
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.AbstractRelation
 
equals(Object) - Method in class be.SIRAPRISE.client.jsba.GetterMethodKey
 
equals(Object) - Method in class be.SIRAPRISE.client.Version
 
equals(Object) - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
 
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.util.IntersectableMap
 
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.MyReadOnlyList
 
equals(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
equals(Object) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
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
 
ErrorMessageException - Exception in be.SIRAPRISE.client
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.client.ErrorMessageException
Creates the exception, setting the server error message that caused this exception to be thrown.
escapedValue(String) - Method in class be.SIRAPRISE.client.AbstractTuple
Gets The attribute value for the named attribute
escapedValue(String) - Method in class be.SIRAPRISE.client.ClientTuple
 
escapedValue(String) - Method in interface be.SIRAPRISE.client.Tuple
Gets The attribute value for the named attribute
execCommand(String, String, Signer, boolean) - Method in class be.SIRAPRISE.client.MonitorConnection
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(DmlCommand) - Method in class be.SIRAPRISE.client.DBTransaction
Sends a command to the server and returns the result obtained.
execDmlCommand(ServerCommand) - Method in class be.SIRAPRISE.client.DBTransaction
Sends a command to the server and returns the result obtained.
execDmlCommand(String) - Method in class be.SIRAPRISE.client.DBTransaction
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(DmlCommand) - Method in class be.SIRAPRISE.client.DBTransaction
Sends a command to the server and returns the result obtained.
execDmlCommandAndEndTransaction(ServerCommand) - Method in class be.SIRAPRISE.client.DBTransaction
Sends a command to the server and returns the result obtained.
execDmlCommandAndEndTransaction(String) - Method in class be.SIRAPRISE.client.DBTransaction
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()
execMultipleStatement(Collection<? extends Object>) - Method in class be.SIRAPRISE.client.DBTransaction
Executes a series of single-assignment commands as a multiple-assignment command.
execMultipleStatement(DmlAssignmentCommand[]) - Method in class be.SIRAPRISE.client.DBTransaction
Executes a series of single-assignment commands as a multiple-assignment command.
execMultipleStatement(String[]) - Method in class be.SIRAPRISE.client.DBTransaction
Executes a series of single-assignment commands as a multiple-assignment command.
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(Collection<? extends Object>) - Method in class be.SIRAPRISE.client.DBTransaction
Executes a series of single-assignment commands as a multiple-assignment command.
execMultipleStatementAndEndTransaction(DmlAssignmentCommand[]) - Method in class be.SIRAPRISE.client.DBTransaction
Executes a series of single-assignment commands as a multiple-assignment command.
execMultipleStatementAndEndTransaction(String[]) - Method in class be.SIRAPRISE.client.DBTransaction
Executes a series of single-assignment commands as a multiple-assignment command.
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.
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.
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.
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.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.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.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.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.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_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.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.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.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.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.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_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_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.LASTDATE
The operator returns the highest supported DATE value
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.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.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.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.MAX_DATE_DATE
MAX returns the highest of the two dates given
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MAX_FLOAT_FLOAT
MAX returns the highest of the given two argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MAX_INT_INT
MAX returns the highest of the two given argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MAX_LONG_LONG
MAX returns the highest of the two given argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MAX_TIMEOFDAY_TIMEOFDAY
MAX returns the highest of the two given TIMEOFDAY values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MIN_DATE_DATE
MIN returns the lowest of the two given DATE values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MIN_FLOAT_FLOAT
MIN returns the lowest of the two given argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MIN_INT_INT
MIN returns the lowest of the two given argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MIN_LONG_LONG
MIN returns the lowest of the two given argument values
executeOperator(LinkedList<ValueBuffer>) - Method in class be.SIRAPRISE.typeimplementations.MIN_TIMEOFDAY_TIMEOFDAY
MIN returns the lowest of the two given TIMEOFDAY values
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_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.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
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_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_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.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.SEC_ANGLE
SECANT returns the secant, i.e. the reciprocal of the cosine, of the angle given as argument value
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_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_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. i is in the range [1-(LENGTH(s)+1)].
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 immeidately before j. i is in the range [1-(LENGTH(s)+1)]. j is in the range [i-(LENGTH(s)+1)].
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.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.UPPERCASE_STRING
UPPERCASE() returns the input argument, converted to uppercase.
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
 
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 - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
EXTENTSCOUNT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for EXTENTSCOUNT
EXTENTSCOUNT - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 

F

falseValue - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Value representing 'false'
FILE - Static variable in class be.SIRAPRISE.client.ProcessScript
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.client.NAMES.POSSREPNAMES
 
FILENAME - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
fillMapWithMandatoryValuesFromEscaped(String, Map<String, String>) - Static method in class be.SIRAPRISE.util.BracketParser
 
fillMapWithMandatoryValuesFromNonEscaped(String, Map<String, String>) - Static method in class be.SIRAPRISE.util.BracketParser
 
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.
FIRSTDATE - Class in be.SIRAPRISE.typeimplementations
The FIRSTDATE operator returns the lowest supported DATE value
FIRSTDATE() - Constructor for class be.SIRAPRISE.typeimplementations.FIRSTDATE
 
FIRSTINT - Class in be.SIRAPRISE.typeimplementations
The FIRSTINT operator returns the lowest supported INT value
FIRSTINT() - Constructor for class be.SIRAPRISE.typeimplementations.FIRSTINT
 
firstKey() - Method in class be.SIRAPRISE.util.IntersectableTreeMap
 
FIRSTLONG - Class in be.SIRAPRISE.typeimplementations
The FIRSTLONG operator returns the lowest supported LONG value
FIRSTLONG() - Constructor for class be.SIRAPRISE.typeimplementations.FIRSTLONG
 
FixedLengthFormatter - Class in be.SIRAPRISE.util
 
FLOAT - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
FLOAT - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
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.erwinsmout.MyConsole
Displays the given consoleMessage on the System console, unless the System console is null.
format(String, Object[]) - Static method in class be.erwinsmout.MyMessageFormat
formats a message by filling in a pattern with values taken from the given array of parameters.
ForRelvars - Annotation Type in be.SIRAPRISE.client.jsba
 
FREQUENCY - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
FROM - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
fromHtml(String, Version) - Static method in class be.SIRAPRISE.client.EntityRefs
Processes the input string and replaces all appearances of entity references that are valid under the htmlVersion specified with their actual codepoint value.
fromSiraPriseRelationValue(PresentationField, String, UserData, Locale) - Static method in class be.SIRAPRISE.util.WaarListFactory
Creates a list value from a relation value obtained from a sira_prise server
FROMTO - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
fromXHtml(String, Version) - Static method in class be.SIRAPRISE.client.EntityRefs
Processes the input string and replaces all appearances of entity references that are valid under the htmlVersion specified with their actual codepoint value.

G

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
 
get(Object) - Method in class be.SIRAPRISE.util.IntersectableMap
 
get(int) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
get(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
getActionName() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets actionName
getAlternativeSigningProtocols() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The set of alternative signing protocols that the server engine supports (e.g. for user identity signing)
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
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.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.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.CONCAT_STRING_STRING
CONCAT takes two arguments, both of type STRING
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_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.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.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.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.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.GT_ANGLE_ANGLE
The ANGLE ordering operator takes two operands, both of type ANGLE
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_TIMEOFDAY_TIMEOFDAY
The TIMEOFDAY ordering operator takes two operands, both of type TIMEOFDAY
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
The operator 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.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.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.MATCHES_STRING_STRING
MATCHES takes two arguments, both of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MAX_DATE_DATE
MAX takes two arguments, both of type DATE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MAX_FLOAT_FLOAT
MAX takes two arguments, both of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MAX_INT_INT
MAX takes two arguments, both of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MAX_LONG_LONG
MAX takes two arguments, both of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MAX_TIMEOFDAY_TIMEOFDAY
MAX takes two arguments, both of type TIMEOFDAY
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MIN_DATE_DATE
MIN takes two arguments, both of type DATE
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MIN_FLOAT_FLOAT
MIN takes two arguments, both of type FLOAT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MIN_INT_INT
MIN takes two arguments, both of type INT
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MIN_LONG_LONG
MIN takes two arguments, both of type LONG
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.MIN_TIMEOFDAY_TIMEOFDAY
MIN takes two arguments, both of type TIMEOFDAY
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_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.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
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_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_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.ROUND_FLOAT_FLOAT
ROUND takes two arguments, each of type FLOAT
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_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_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.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.UPPERCASE_STRING
The operator takes a single argument of type STRING
getArgumentTypeNames() - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getAssignmentCommand() - Method in class be.SIRAPRISE.messages.ExecuteAssignmentMessage
Gets the assignment Commands
getAssignmentconstraintcheckErrorcode() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
 
getAssignmentconstraintcheckErrorcode() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAssignmentconstraintcheck
Gets the errorcode for assignmentconstraintcheck
getAssignmentconstraintcheckOperationtype() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
 
getAssignmentconstraintcheckOperationtype() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAssignmentconstraintcheck
Gets the operationtype for assignmentconstraintcheck
getAssignmentconstraintcheckRelvarname() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
 
getAssignmentconstraintcheckRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAssignmentconstraintcheck
Gets the relvarname for assignmentconstraintcheck
getAssignmentconstraintConstraintlabel() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
getAssignmentconstraintConstraintlabel() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAssignmentconstraint
Gets the constraintlabel for assignmentconstraint
getAssignmentconstraintErrorcode() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
getAssignmentconstraintErrorcode() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAssignmentconstraint
Gets the errorcode for assignmentconstraint
getAssignmentconstraintSp_expression() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
getAssignmentconstraintSp_expression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAssignmentconstraint
Gets the sp_expression for assignmentconstraint
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
getAttributeAttributename() - Method in class be.SIRAPRISE.client.jsba.Attribute
 
getAttributeAttributename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttribute
Gets the attributename for attribute
getAttributelogicallengthAttributename() - Method in class be.SIRAPRISE.client.jsba.Attribute
 
getAttributelogicallengthAttributename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttributelogicallength
Gets the attributename for attributelogicallength
getAttributelogicallengthLogicallength() - Method in class be.SIRAPRISE.client.jsba.Attribute
 
getAttributelogicallengthLogicallength() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttributelogicallength
Gets the logicallength for attributelogicallength
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Gets attributeName
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.RecordAttribute
Gets attributeName
getAttributeName() - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Gets attributeName
getAttributeNames() - Method in class be.SIRAPRISE.client.Heading
Gets The set of attribute names
getAttributeTypename() - Method in class be.SIRAPRISE.client.jsba.Attribute
 
getAttributeTypename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttribute
Gets the typename for attribute
getAttributevaluedistributionAttributename() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
getAttributevaluedistributionAttributename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttributevaluedistribution
Gets the attributename for attributevaluedistribution
getAttributevaluedistributionFrequency() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
getAttributevaluedistributionFrequency() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttributevaluedistribution
Gets the frequency for attributevaluedistribution
getAttributevaluedistributionRelvarname() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
getAttributevaluedistributionRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttributevaluedistribution
Gets the relvarname for attributevaluedistribution
getAttributevaluedistributionStddev() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
getAttributevaluedistributionStddev() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttributevaluedistribution
Gets the stddev for attributevaluedistribution
getAttributevaluedistributionValuecount() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
getAttributevaluedistributionValuecount() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToAttributevaluedistribution
Gets the valuecount for attributevaluedistribution
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
getBaseTypeName() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Gets The base type's name
getBigInteger(String) - Static method in class be.SIRAPRISE.util.MyBigInteger
Gets a BigInteger from a radix 64 representation created by toString()
getBigUTFString(DataInputStream) - 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.
getByteBuffer() - Method in class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
Gets a read-only bytebuffer holding the encoded value
getByteCounter() - Method in class be.SIRAPRISE.util.DataInputStreamWithByteCounter
Gets byteCounter
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.
getCertificateInputStream(Class<?>) - Static method in class be.SIRAPRISE.util.MyCertificate
Gets an InputStream for reading a resource corresponding to the given class.
getChanges() - Method in class be.SIRAPRISE.client.ServerUpdateCommand
Gets The textual representation of the RA formula defining how to compute the replacing tuples.
getClientClientid() - Method in class be.SIRAPRISE.client.jsba.Client
 
getClientClientid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToClient
Gets the client for client
getClientCryptoProtocolNames() - 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.messages.ClientAuthenticationMessage
Gets The Identification that the client will give of itself
getClientResponseText() - Method in class be.SIRAPRISE.messages.ServerErrorMessage
Gets The response text to be shown to the client/user
getClientSignatureProtocolNames() - 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
getClientTrustauthentication() - Method in class be.SIRAPRISE.client.jsba.Client
 
getClientTrustauthentication() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToClient
Gets the trustauthentication for client
getCommand() - Method in class be.SIRAPRISE.client.DmlAddCommand
 
getCommand() - Method in class be.SIRAPRISE.client.DmlAssertCommand
 
getCommand() - Method in class be.SIRAPRISE.client.DmlCommand
Gets the command text
getCommand() - Method in class be.SIRAPRISE.client.DmlDeleteCommand
 
getCommand() - Method in class be.SIRAPRISE.client.DmlMultipleAssignmentCommand
 
getCommand() - Method in class be.SIRAPRISE.client.DmlUnassertCommand
 
getCommand() - Method in class be.SIRAPRISE.client.DmlUpdateCommand
 
getCommandLineParameters(String[], String, Properties) - Static method in class be.SIRAPRISE.util.CommandLineParameters
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
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(...)"
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerAddCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerAssertCommand
 
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.ServerDeleteCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerInquireCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerUnassertCommand
 
getCommandParametersText() - Method in class be.SIRAPRISE.client.ServerUpdateCommand
 
getComponentNameMap() - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getComponentNameMap() - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
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.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.DbmsStringImplementation
 
getComponentNameMap() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getComponentNameMap() - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Gets a map of component/type names.
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getComponentValue(String, ValueBuffer) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getComponentValue(String, ScalarValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
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.PossRepImplementation14
"Extracts" a possrep component value out of a value of the type
getConstrainedtypeBasetype() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
 
getConstrainedtypeBasetype() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToConstrainedtype
Gets the basetype for constrainedtype
getConstrainedtypeSp_expression() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
 
getConstrainedtypeSp_expression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToConstrainedtype
Gets the expression for constrainedtype
getConstrainedtypeTypename() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
 
getConstrainedtypeTypename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToConstrainedtype
Gets the typename for constrainedtype
getConstraintExpression() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Gets The constraint expression
getConstraintExpression() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Gets constraintExpression
getConstraintLabel() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Gets The constraint label
getConstraintMessageText() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Gets The corresponding constraint message text, if any
getConstraintmessagetextConstraintmessagetext() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
getConstraintmessagetextConstraintmessagetext() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
getConstraintmessagetextConstraintmessagetext() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToConstraintmessagetext
Gets the constraintmessagetext for constraintmessagetext
getConstraintmessagetextConstraintmessagetext() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
getConstraintmessagetextConstraintmessagetext() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
getConstraintmessagetextErrorcode() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
getConstraintmessagetextErrorcode() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
getConstraintmessagetextErrorcode() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToConstraintmessagetext
Gets the errorcode for constraintmessagetext
getConstraintmessagetextErrorcode() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
getConstraintmessagetextErrorcode() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
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.
getCryptoProtocol() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The name of the encryption/decryption protocol to be used on the connection
getDatabaseconstraintConstraintlabel() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
getDatabaseconstraintConstraintlabel() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDatabaseconstraint
Gets the constraintlabel for databaseconstraint
getDatabaseconstraintErrorcode() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
getDatabaseconstraintErrorcode() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDatabaseconstraint
Gets the errorcode for databaseconstraint
getDatabaseconstraintSp_expression() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
getDatabaseconstraintSp_expression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDatabaseconstraint
Gets the constraintexpression for databaseconstraint
getDataspaceFilename() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The file name
getDataspaceFilename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDataspace
Gets the filename for dataspace
getDataspaceGapcompressionthreshold() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The gap compression threshold
getDataspaceGapcompressionthreshold() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDataspace
Gets the gapcompressionthreshold for dataspace
getDataspaceMaximumgaps() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The gap compression threshold
getDataspaceMaximumgaps() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDataspace
Gets the maximumgaps for dataspace
getDataspaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets the ID
getDataspaceStoragespaceid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDataspace
Gets the storagespaceid for dataspace
getDbcChecks() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets dbcChecks
getDbmsfileFilename() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Gets The file name
getDbmsfileFilename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDbmsfile
Gets the filename for dbmsfile
getDbmsfilePagesize() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Gets The page size
getDbmsfilePagesize() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToDbmsfile
Gets the pagesize for dbmsfile
getDDLCapture(boolean) - Static method in class be.SIRAPRISE.client.DDLCapture
Gets the DDLCapture object corresponding to the specified capturing mode (ON/OFF for true/false, repsectively)
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
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.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.DbmsStringImplementation
 
getDefaultPossrepImplementation() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getDefaultPossrepImplementation() - Method in interface be.SIRAPRISE.typeimplementations.TypeImplementation
Gets the possrep implementation that is to be considered the default for the type.
getDefaultTransactionAutoCommit() - Method in class be.SIRAPRISE.client.DBConnection
Gets The default autocommit setting for all transactions created on this connection
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
getDfltLogicalSize() - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getDfltLogicalSize() - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
The default, min and max logical size is 1
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getDfltLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getDfltLogicalSize() - Method in interface be.SIRAPRISE.typeimplementations.TypeImplementation
Gets the default (logical) size of an attribute of this type.
getDmlCommand() - Method in class be.SIRAPRISE.messages.ExecuteDMLMessage
Gets the dml Command
getDmlExecutedMessage(AbstractRelation) - 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(AbstractRelation) - Method in class be.SIRAPRISE.messages.DmlExecutedMessageTypeV1_0
 
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.Key
Gets keyID
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
Gets keyID
getErrorCode() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. 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
getExpression() - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Gets The constraint expression
getExpression() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Gets expression
getExpression() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets The file name
getExpression() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
Gets expression
getExpression() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Gets expression
getExpression() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Gets expression
getExpression() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets expression
getExpression() - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Gets The expression
getExpressionText() - Method in class be.SIRAPRISE.client.ServerInquireCommand
Gets The target relvar Name
getExtentsCount() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The extents count
getExtentsCount() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets The extents count
getExtentsCount() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The number of extents that the storage space can take
getExtentsCount() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets extentsCount
getExtentsCount() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
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.DataSpace
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.HashingIndexSpace
Gets The file name
getFileName() - Method in class be.SIRAPRISE.client.jsba.Index
 
getFileName() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
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.jsba.TreeIndexSpace
Gets The file name
getFooValuebuffer(double, double) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
Gets A ValueBuffer holding the given value
getFrequency() - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Gets frequency
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerAddCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerAssertCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerCommand
Gets the full textual representation of the command
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerDeleteCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerInquireCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerUnassertCommand
 
getFullCommandText() - Method in class be.SIRAPRISE.client.ServerUpdateCommand
 
getFullVersion() - Method in class be.SIRAPRISE.client.Version
Gets the full numeric indicator of the version value.
getGapCompressionThreshold() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The gap compression threshold
getGapCompressionThreshold() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The gap compression threshold
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.
getHashingindexspaceFilename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToHashingindexspace
Gets the filename for hashingindexspace
getHashingindexspaceFilename() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets The file name
getHashingindexspaceStoragespaceid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToHashingindexspace
Gets the storagespaceid for hashingindexspace
getHashingindexspaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets the ID
getHeading() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the heading that the Tuple conforms to
getHeading() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets The heading for tuple container.
getHeading(String) - Method in class be.SIRAPRISE.client.Heading
Gets the heading object defining the relation type of the named attribute, which must be relation-typed
getHeading() - Method in class be.SIRAPRISE.client.NonScalarTypeDeclaration
 
getHeading() - Method in interface be.SIRAPRISE.client.Tuple
Gets the heading that the Tuple conforms to
getHeading() - Method in interface be.SIRAPRISE.client.TupleContainer
Gets the Heading of the tuple container
getHeading() - Method in interface be.SIRAPRISE.client.TypeDeclaration
Gets the Heading (i.e. the relation or tuple type) of a nonscalar type declaration
getHours(long) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets the hours portion of a long value holding a timeofday
getID() - Method in class be.SIRAPRISE.client.jsba.Client
Gets clientID
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.EQ_BOOLEAN_BOOLEAN
 
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MAX_DATE_DATE
The identity value is DATE(1,1,1)
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MAX_FLOAT_FLOAT
The identity value is the lowest possible FLOAT value, -1.7976931348623157E308
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MAX_INT_INT
The identity value is the lowest possible INT value, -231
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MAX_LONG_LONG
The identity value is the lowest possible LONG value, -263
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MAX_TIMEOFDAY_TIMEOFDAY
The identity value is the lowest possible TIMEOFDAY value, 00:00:00.000000000
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MIN_DATE_DATE
The identity value is the highest possible DATE value, 9999-12-31.
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MIN_FLOAT_FLOAT
The identity value is the highest possible FLOAT value, 1.7976931348623157e+308
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MIN_INT_INT
The identity value is the highest possible INT value, 231-1
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MIN_LONG_LONG
The identity value is the highest possible LONG value, 263-1
getIdentityElement() - Method in class be.SIRAPRISE.typeimplementations.MIN_TIMEOFDAY_TIMEOFDAY
The identity value is the highest possible TIMEOFDAY value, 23:59:59.999999999
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.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_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_TIMEOFDAY_TIMEOFDAY
The identity value is 0:0:0.0
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
getIndexcomponentIndexname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndexcomponent
Gets the indexname for indexcomponent
getIndexcomponentIndexname() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
getIndexcomponentOrdinal() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndexcomponent
Gets the ordinal for indexcomponent
getIndexcomponentOrdinal() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
getIndexcomponentRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndexcomponent
Gets the relvarname for indexcomponent
getIndexcomponentRelvarname() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
getIndexcomponentSp_expression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndexcomponent
Gets the expression for indexcomponent
getIndexcomponentSp_expression() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
getIndexFilename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndex
Gets the filename for index
getIndexFilename() - Method in class be.SIRAPRISE.client.jsba.Index
 
getIndexIndexname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndex
Gets the indexname for index
getIndexIndexname() - Method in class be.SIRAPRISE.client.jsba.Index
 
getIndexName() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
Gets indexName
getIndexName() - Method in class be.SIRAPRISE.client.jsba.RecordType
Gets indexName
getIndexName() - Method in class be.SIRAPRISE.client.jsba.TupleIndex
Gets indexName
getIndexRecordtypename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndex
Gets the recordtypename for index
getIndexRecordtypename() - Method in class be.SIRAPRISE.client.jsba.Index
 
getIndexRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndex
Gets the relvarname for index
getIndexRelvarname() - Method in class be.SIRAPRISE.client.jsba.Index
 
getIndexStoragespaceid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToIndex
Gets the storagespaceid for index
getIndexStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.Index
 
getIndividualAssignmentCommands() - Method in class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
Gets The individual assignments that make up the multiple assignment
getInsertsDeletesInvocations() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets diTransactionReferences
getInstance() - Static method in class be.SIRAPRISE.client.DBConnectionProperties
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.ServerMessageTypes
Gets The instance
getInstance() - Static method in class be.SIRAPRISE.server.DbmsRelationImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated. Gets the instance
getInstance() - Static method in class be.SIRAPRISE.server.ServerEngineMBeanManager
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.AND_BOOLEAN_BOOLEAN
Gets instance
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.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.DbmsStringImplementation
Gets the instance
getInstance() - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets 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.OR_BOOLEAN_BOOLEAN
 
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
getInvolvedTypes() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets involvedTypes
getJavabackedtypeTypename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToJavabackedtype
Gets the typename for type
getJavabackedtypeTypename() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
getJavaBoolean(ScalarValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Converts a ValueBuffer holding a boolean into a java boolean
getJavaDouble(ScalarValueBuffer) - 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
getJavaInt(ScalarValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
Inspects a ScalarValueBuffer holding an integer and returns that integer
getJavaLong(ScalarValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getJavaString(ScalarValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
Gets the Name value contained in the valuebuffer in java String format
getJavaString(ScalarValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
Gets the Name value contained in the valuebuffer in java String format
getJavaString(ScalarValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
Gets a java String from a SIRA_PRISE scalarvaluebuffer
getKey() - Method in exception be.SIRAPRISE.util.EqualKeyUnequalValuesException
 
getKeyattributeAttributename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToKeyattribute
Gets the attributename for keyattribute
getKeyattributeAttributename() - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
 
getKeyattributeErrorcode() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToKeyattribute
Gets the keyid for keyattribute
getKeyattributeErrorcode() - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
 
getKeyErrorcode() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToKey
Gets the keyid for key
getKeyErrorcode() - Method in class be.SIRAPRISE.client.jsba.Key
 
getKeyRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToKey
Gets the relvarname for key
getKeyRelvarname() - Method in class be.SIRAPRISE.client.jsba.Key
 
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.
getLabel() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Gets label
getLabel() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Gets label
getLogicalLength() - Method in class be.SIRAPRISE.client.jsba.Attribute
Gets The logical length, or -1 if this doen't apply
getLowest(Version) - Method in class be.SIRAPRISE.client.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.client.Version
Gets The major version
getMaximumGaps() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The maximum gap count
getMaximumGaps() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The maximum gap count
getMaximumSize() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Gets maximumSize
getMaxLogicalSize() - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getMaxLogicalSize() - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
The default, min and max logical size is 1
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getMaxLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getMaxLogicalSize() - Method in interface be.SIRAPRISE.typeimplementations.TypeImplementation
Gets the maximum logical size of an attribute of this type.
getMessageText() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Gets messageText
getMessageText() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Gets messageText
getMessageText() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Gets messageText
getMessageTypeID() - Method in class be.SIRAPRISE.messages.ServerMessage
Gets the message type identification number
getMethod() - Method in class be.SIRAPRISE.client.jsba.RelationSetterMethod
 
getMethod() - Method in class be.SIRAPRISE.client.jsba.SetterMethod
Gets the method
getMethod() - Method in class be.SIRAPRISE.client.jsba.StringSetterMethod
Gets The String setter method
getMinimumSize() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Gets minimumSize
getMinLogicalSize() - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getMinLogicalSize() - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
The default, min and max logical size is 1
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getMinLogicalSize() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getMinLogicalSize() - Method in interface be.SIRAPRISE.typeimplementations.TypeImplementation
Gets the minimum logical size of an attribute of this type.
getMinorVersion() - Method in class be.SIRAPRISE.client.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
getMonitorCommand() - Method in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessage
Gets the monitor command issued by the user
getMultihashingindexspaceFilename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToMultihashingindexspace
Gets the filename for multihashingindexspace
getMultihashingindexspaceFilename() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The file name
getMultihashingindexspaceGapcompressionthreshold() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToMultihashingindexspace
Gets the gapcompressionthreshold for multihashingindexspace
getMultihashingindexspaceGapcompressionthreshold() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The file name
getMultihashingindexspaceMaximumgaps() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToMultihashingindexspace
Gets the maximumgaps for multihashingindexspace
getMultihashingindexspaceMaximumgaps() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets the ID
getMultihashingindexspaceStoragespaceid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToMultihashingindexspace
Gets the storagespaceid for multihashingindexspace
getMultihashingindexspaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets the ID
getName() - Method in class be.SIRAPRISE.client.jsba.Attribute
Gets The attribute name
getName() - Method in class be.SIRAPRISE.client.jsba.Index
 
getName() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Gets typeName
getName() - Method in class be.SIRAPRISE.client.jsba.Relvar
Gets name
getName() - Method in exception be.SIRAPRISE.util.DuplicateNameException
Gets the name that was found to be duplicate
getName() - Method in class be.SIRAPRISE.util.NameValuePair
Gets The name
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)"
getNameBeforeBracket(String) - Static method in class be.SIRAPRISE.util.BracketParser
Deprecated.  
getNames(String) - Static method in class be.SIRAPRISE.util.RelationValueSelectorFactory
Gets A Set holding the individual names that appear in the comma-separated list
getNamesInEntryOrder(String, char) - Static method in class be.erwinsmout.MyString
Gets a LinkedList 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.util.RelationValueSelectorFactory
Gets A Set holding the individual names that appear in the comma-separated list
getNamesInEntryOrderWithoutDuplicates(String) - Static method in class be.SIRAPRISE.util.RelationValueSelectorFactory
Gets A Set holding the individual names that appear in the comma-separated list
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(ScalarValueBuffer) - 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(ScalarValueBuffer) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Converts a ValueBuffer holding a boolean into a java boolean
getNewattributedefaultvalueAttributename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToNewattributedefaultvalue
Gets the attributename for newattributedefaultvalue
getNewattributedefaultvalueAttributename() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
getNewattributedefaultvalueRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToNewattributedefaultvalue
Gets the relvarname for newattributedefaultvalue
getNewattributedefaultvalueRelvarname() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
getNewattributedefaultvalueSp_expression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToNewattributedefaultvalue
Gets the sp_expression for newattributedefaultvalue
getNewattributedefaultvalueSp_expression() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
getNextParsePos() - Method in class be.SIRAPRISE.util.NameValueResult
Gets The last parsed position in the input string
getNonScalarHeading() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets nonScalarHeading
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>, HashMap<String, SetterMethod>) - 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(AbstractTupleContainer, 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(AbstractTupleContainer, 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(AbstractTupleContainer, 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.
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.
getOperationType() - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Gets operationType
getOperationType() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Gets operationType
getOperationType() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets operationType
getOrderByAttributeNames() - Method in class be.SIRAPRISE.client.ServerInquireCommand
Gets The ordering spec for the inquire command.
getOrdinal() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
Gets ordinal
getOrdinal() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Gets ordinal
getOriginalExceptionMessage() - Method in class be.SIRAPRISE.messages.ServerErrorMessage
Gets the server's original exception message
getOtherValue() - Method in exception be.SIRAPRISE.util.EqualKeyUnequalValuesException
 
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.erwinsmout.MyResource
Gets the base name for the resource of the indicated type corresponding to the package of the given class.
getPageCount() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The page count
getPageCount() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets The page count
getPageCount() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The number of pages in the index space
getPageCount() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets The page count
getPageCount() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
getPageSize() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
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
getParsedCharCount() - Method in class be.SIRAPRISE.util.BracketParseResult
Gets the number of positions parsed to obtain the result string
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
The physical size of an encoding is always 4 bytes
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getPhysicalSizeFor(int) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getPhysicalSizeFor(int) - Method in interface be.SIRAPRISE.typeimplementations.TypeImplementation
Determines the number of bytes needed to encode a value of the given logical size of this type.
getPossrepImplementation(String) - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getPossrepImplementation(String) - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
getPossrepImplementation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getPossrepImplementation(String) - Method in interface be.SIRAPRISE.typeimplementations.TypeImplementation
Gets the PossrepImplementation object implementing the possrep of which the given component name names a component.
getPossrepImplementations() - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getPossrepImplementations() - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
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.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.DbmsStringImplementation
 
getPossrepImplementations() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getPossrepImplementations() - Method in interface be.SIRAPRISE.typeimplementations.TypeImplementation
Gets the set of all PossRepImplementations for this type.
getPossrepName() - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
getPossrepName() - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
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.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.DbmsStringImplementation
 
getPossrepName() - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
getPossrepName() - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Gets the possrep name
getPredicate() - Method in class be.SIRAPRISE.client.jsba.Relvar
Gets predicate
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.ConstrainedType
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DataSpace
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Index
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
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.MultiHashingIndexSpace
 
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
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.TransactionConstraint
Deprecated.  
getPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
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.TupleIndex
 
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.VirtualRelvar
 
getPublicNoArgConstructor(Class<?>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Gets the public no-arg constructor from a class
getPublicTupleConstructor(Class<?>) - Static method in class be.SIRAPRISE.client.jsba.DBObjectFactory
Gets the 'Tuple' constructor from a class
getQuery() - Method in class be.SIRAPRISE.messages.ExecuteQueryMessage
Gets the assignment Commands
getRecordattributeAttributename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordattribute
Gets the attributename for recordattribute
getRecordattributeAttributename() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
getRecordattributeOrdinal() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordattribute
Gets the ordinal for recordattribute
getRecordattributeOrdinal() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
getRecordattributeRecordtypename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordattribute
Gets the recordtypename for recordattribute
getRecordattributeRecordtypename() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
getRecordattributeRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordattribute
Gets the relvarname for recordattribute
getRecordattributeRelvarname() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
getRecordtypeFilename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordtype
Gets the filename for recordtype
getRecordtypeFilename() - Method in class be.SIRAPRISE.client.jsba.RecordType
 
getRecordtypeIndexname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordtype
Gets the indexname for recordtype
getRecordtypeIndexname() - Method in class be.SIRAPRISE.client.jsba.RecordType
 
getRecordTypeName() - Method in class be.SIRAPRISE.client.jsba.Index
 
getRecordTypeName() - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Gets recordTypeName
getRecordTypeName() - Method in class be.SIRAPRISE.client.jsba.RecordType
Gets recordTypeName
getRecordTypeName() - Method in class be.SIRAPRISE.client.jsba.TupleIndex
Gets recordTypeName
getRecordtypeRecordtypename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordtype
Gets the recordtypename for recordtype
getRecordtypeRecordtypename() - Method in class be.SIRAPRISE.client.jsba.RecordType
 
getRecordtypeRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordtype
Gets the relvarname for recordtype
getRecordtypeRelvarname() - Method in class be.SIRAPRISE.client.jsba.RecordType
 
getRecordtypeStoragespaceid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRecordtype
Gets the storagespaceid for recordtype
getRecordtypeStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.RecordType
 
getReferencedParameters() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets referencedParameters
getReferencedRelvars() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets referencedRelvars
getRelation() - 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
getRelation() - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
Gets the relation value
getRelationAttributeValueCommalist(AbstractRelation, String) - Static method in class be.SIRAPRISE.util.RelationValueSelectorFactory
 
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
getRelationText() - Method in class be.SIRAPRISE.client.DmlSingleAssignmentCommand
Gets the relation text denoting the singleton relation holding the tuple holding the values drawn from object o for the named relvar
getRelationValueSelector(Set<String>, String, String) - Static method in class be.SIRAPRISE.util.RelationValueSelectorFactory
 
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.
getRelvarattributeAttributename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRelvarattribute
Gets the attributename for relvarattribute
getRelvarattributeAttributename() - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
 
getRelvarattributeRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRelvarattribute
Gets the relvarname for relvarattribute
getRelvarattributeRelvarname() - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
 
getRelvarcardinalityCardinality() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRelvarcardinality
Gets the cardinality for relvarcardinality
getRelvarcardinalityCardinality() - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
 
getRelvarcardinalityRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRelvarcardinality
Gets the relvarname for relvarcardinality
getRelvarcardinalityRelvarname() - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
 
getRelvarName() - Method in class be.SIRAPRISE.client.DmlSingleAssignmentCommand
Gets The name of the relvar to which the update is targeted
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.Index
 
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
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.RelvarAttribute
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. 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.TupleIndex
Gets relvarName
getRelvarName() - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Gets The constraint label
getRelvarRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRelvar
Gets the relvarname for relvar
getRelvarRelvarname() - Method in class be.SIRAPRISE.client.jsba.Relvar
 
getRelvarRelvarpredicate() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToRelvar
Gets the relvarpredicate for relvar
getRelvarRelvarpredicate() - Method in class be.SIRAPRISE.client.jsba.Relvar
 
getResourceBaseName(Class<? extends Object>, String) - Static method in class be.erwinsmout.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.erwinsmout.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.erwinsmout.MyResource
Attempts to find a resource of the given name, and returns an input stream for reading that resource if it can be found.
getReturnTypeName() - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Gets The page size
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.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.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.CONCAT_STRING_STRING
CONCAT returns a STRING
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_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.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.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.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.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.GT_ANGLE_ANGLE
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_TIMEOFDAY_TIMEOFDAY
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
The return type is DATE
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.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.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.MATCHES_STRING_STRING
The return type is BOOLEAN
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MAX_DATE_DATE
The return type is DATE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MAX_FLOAT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MAX_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MAX_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MAX_TIMEOFDAY_TIMEOFDAY
The return type is TIMEOFDAY
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MIN_DATE_DATE
The return type is DATE
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MIN_FLOAT_FLOAT
The return type is FLOAT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MIN_INT_INT
The return type is INT
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MIN_LONG_LONG
The return type is LONG
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.MIN_TIMEOFDAY_TIMEOFDAY
The return type is TIMEOFDAY
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_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.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
Gets the name of the type of the return value
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_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_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.ROUND_FLOAT_FLOAT
The return type is FLOAT
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_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_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.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.UPPERCASE_STRING
The return type is STRING
getReturnTypeName() - Method in class be.SIRAPRISE.typeimplementations.XOR_BOOLEAN_BOOLEAN
 
getSeconds(long) - Static method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
Gets the seconds portion of a long value holding a timeofday
getServerAssignmentCommand() - Method in class be.SIRAPRISE.client.DmlAssignmentCommand
Gets the ServerAssignmentCommand object representing this dml command
getServerCommand() - Method in class be.SIRAPRISE.client.DmlAddCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.DmlAssertCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.DmlCommand
Gets the ServerCommand object representing this dml command
getServerCommand() - Method in class be.SIRAPRISE.client.DmlDeleteCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.DmlMultipleAssignmentCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.DmlUnassertCommand
 
getServerCommand() - Method in class be.SIRAPRISE.client.DmlUpdateCommand
 
getServerErrorMessage() - Method in exception be.SIRAPRISE.client.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<?>, Heading) - 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.ExecuteMonitorCommandMessage
Gets the signature authenticating the user ID
getSignature() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Gets the signature computed by the user
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.
getSigningProtocol() - Method in class be.SIRAPRISE.messages.ServerHelloMessage
Gets The name of the signing protocol to be used on the connection
getSmallUTFString(DataInputStream) - 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.
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
getStoragespaceExtentscount() - Method in class be.SIRAPRISE.client.jsba.DataSpace
 
getStoragespaceExtentscount() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToStoragespace
Gets the extentscount for storagespaceextents
getStoragespaceExtentscount() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
 
getStoragespaceExtentscount() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
 
getStoragespaceExtentscount() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
 
getStoragespaceExtentscount() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
getStoragespaceextentsExtentscount() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Deprecated.  
getStoragespaceextentsExtentscount() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets the extents count
getStoragespaceextentsFilename() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Deprecated.  
getStoragespaceextentsFilename() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets The file name
getStoragespaceextentsStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Deprecated.  
getStoragespaceextentsStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets the ID
getStoragespaceFilename() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The file name
getStoragespaceFilename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToStoragespace
Gets the filename for storagespace
getStoragespaceFilename() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets The file name
getStoragespaceFilename() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The file name
getStoragespaceFilename() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets The file name
getStoragespaceFilename() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets the ID
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets the ID
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.Index
 
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
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
getStorageSpaceID() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
Gets the ID
getStoragespacePagecount() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The page count
getStoragespacePagecount() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToStoragespace
Gets the pagecount for storagespace
getStoragespacePagecount() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets The page count
getStoragespacePagecount() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The gap compression threshold
getStoragespacePagecount() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets The page count
getStoragespacePagecount() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
getStoragespaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets the ID
getStoragespaceStoragespaceid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToStoragespace
Gets the storagespaceid for storagespace
getStoragespaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Gets the ID
getStoragespaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets the ID
getStoragespaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Gets the ID
getStoragespaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
getString() - Method in class be.SIRAPRISE.util.BracketParseResult
Gets the parsed String
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
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.
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
getThisPackagesSiraPriseVersion() - Method in class be.SIRAPRISE.messages.ServerMessageTypes
Gets The specification version that this package corresponds to
getTransactionconstraintConstraintexpression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTransactionconstraint
Deprecated. Gets the constraintexpression for transactionconstraint
getTransactionconstraintConstraintexpression() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
getTransactionconstraintConstraintlabel() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTransactionconstraint
Deprecated. Gets the constraintlabel for transactionconstraint
getTransactionconstraintConstraintlabel() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
getTransactionconstraintErrorcode() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTransactionconstraint
Deprecated. Gets the errorcode for transactionconstraint
getTransactionconstraintErrorcode() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
getTransactionconstraintOperationtype() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTransactionconstraint
Deprecated. Gets the operationtype for transactionconstraint
getTransactionconstraintOperationtype() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
getTransactionconstraintRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTransactionconstraint
Deprecated. Gets the relvarname for transactionconstraint
getTransactionconstraintRelvarname() - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
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
getTreeindexspaceFilename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTreeindexspace
Gets the filename for treeindexspace
getTreeindexspaceFilename() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
Gets The file name
getTreeindexspaceStoragespaceid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTreeindexspace
Gets the storagespaceid for treeindexspace
getTreeindexspaceStoragespaceid() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
Gets the ID
getTriggereddataactionBypassassgconstraints() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTriggereddataaction
Gets the bypassassgconstraints for triggereddataaction
getTriggereddataactionBypassassgconstraints() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getTriggereddataactionDataactionname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTriggereddataaction
Gets the data action name for triggereddataaction
getTriggereddataactionDataactionname() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getTriggereddataactionIsdistinct() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTriggereddataaction
Gets the isdistinct for triggereddataaction
getTriggereddataactionIsdistinct() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getTriggereddataactionOperationtype() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTriggereddataaction
Gets the operationtype for triggereddataaction
getTriggereddataactionOperationtype() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getTriggereddataactionRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTriggereddataaction
Gets the relvarname for triggereddataaction
getTriggereddataactionRelvarname() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getTriggereddataactionSp_expression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTriggereddataaction
Gets the sp_expression for triggereddataaction
getTriggereddataactionSp_expression() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getTriggereddataactionTargetrelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTriggereddataaction
Gets the targetrelvarname for triggereddataaction
getTriggereddataactionTargetrelvarname() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getTriggereddataactionTriggeredoperationtype() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTriggereddataaction
Gets the triggeredoperationtype for triggereddataaction
getTriggereddataactionTriggeredoperationtype() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
getTriggeredOperationType() - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Gets triggeredOperationType
getTupleconstraintErrorcode() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTupleconstraint
Gets the errorcode for tupleconstraint
getTupleconstraintErrorcode() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
getTupleconstraintRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTupleconstraint
Gets the relvarname for tupleconstraint
getTupleconstraintRelvarname() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
getTupleconstraintSp_expression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTupleconstraint
Gets the constraintexpression for tupleconstraint
getTupleconstraintSp_expression() - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
getTupleindexIndexname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTupleindex
Gets the indexname for tupleindex
getTupleindexIndexname() - Method in class be.SIRAPRISE.client.jsba.Index
 
getTupleindexIndexname() - Method in class be.SIRAPRISE.client.jsba.TupleIndex
 
getTupleindexRecordtypename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTupleindex
Gets the recordtypename for tupleindex
getTupleindexRecordtypename() - Method in class be.SIRAPRISE.client.jsba.Index
 
getTupleindexRecordtypename() - Method in class be.SIRAPRISE.client.jsba.TupleIndex
 
getTupleindexRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTupleindex
Gets the relvarname for tupleindex
getTupleindexRelvarname() - Method in class be.SIRAPRISE.client.jsba.Index
 
getTupleindexRelvarname() - Method in class be.SIRAPRISE.client.jsba.TupleIndex
 
getTupleSet() - Method in class be.SIRAPRISE.client.AbstractRelation
 
getTupleSet() - Method in interface be.SIRAPRISE.client.Relation
Deprecated.  
getTypeName(String) - Method in class be.SIRAPRISE.client.Heading
Gets the typename of the named attribute.
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.NonScalarTypeDeclaration
 
getTypeName() - Method in interface be.SIRAPRISE.client.TypeDeclaration
Gets the name of the type
getTypepropertiesIsordered() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTypeproperties
Gets the isordered for typeproperties
getTypepropertiesIsordered() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
getTypepropertiesIsscalar() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTypeproperties
Gets the isscalar for typeproperties
getTypepropertiesIsscalar() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
getTypepropertiesMaximumsize() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTypeproperties
Gets the maximumsize for typeproperties
getTypepropertiesMaximumsize() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
getTypepropertiesMinimumsize() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTypeproperties
Gets the minimumsize for typeproperties
getTypepropertiesMinimumsize() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
getTypepropertiesTypename() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToTypeproperties
Gets the typename for typeproperties
getTypepropertiesTypename() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
getUnMetaContentsWithinBrackets(String) - Static method in class be.SIRAPRISE.util.BracketParser
Deprecated.  
getUnMetaContentsWithinBracketsUntrimmed(String) - Static method in class be.SIRAPRISE.util.BracketParser
Deprecated.  
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.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
getUserUserid() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToUser
Gets the userid for user
getUserUserid() - Method in class be.SIRAPRISE.client.jsba.User
 
getUTFString(DataInputStream, 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
getUUString(byte[]) - Static method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
Gets a java String holding the SIRA_PRISE UU String from a given byte array
getValue() - Method in exception be.SIRAPRISE.util.EqualKeyUnequalValuesException
 
getValue() - Method in class be.SIRAPRISE.util.NameValuePair
Gets the value
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(String, int) - Static method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
Gets a ValueBuffer of the given size 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(String, int) - Static method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
Gets a ValueBuffer of the given size containing the given Name value
getValueBuffer(String) - Static method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
Gets a SIRA_PRISE scalarvaluebuffer from a java String
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
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
getVirtualrelvarRelvarname() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToVirtualrelvar
Gets the relvarname for virtualrelvar
getVirtualrelvarRelvarname() - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
 
getVirtualrelvarSp_expression() - Method in interface be.SIRAPRISE.client.jsba.DBObjectToVirtualrelvar
Gets the sp_expression for virtualrelvar
getVirtualrelvarSp_expression() - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
 
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 - Static variable in interface be.SIRAPRISE.client.NAMES.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_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_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_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
 

H

hash(ByteBuffer) - Static method in class be.SIRAPRISE.util.Hasher
 
hashCode() - Method in class be.SIRAPRISE.client.AbstractRelation
 
hashCode() - Method in class be.SIRAPRISE.client.jsba.GetterMethodKey
 
hashCode() - Method in class be.SIRAPRISE.client.Version
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
 
hashCode() - Method in class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
 
hashCode() - Method in class be.SIRAPRISE.util.IntersectableMap
 
hashCode() - Method in class be.SIRAPRISE.util.MyListSet
 
hashCode() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
hashCode() - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
hashCode() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
hashCode() - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
Hasher - Class in be.SIRAPRISE.util
 
Hasher() - Constructor for class be.SIRAPRISE.util.Hasher
 
HASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
HASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
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 - Class in be.SIRAPRISE.client.jsba
 
HashingIndexSpace() - Constructor for class be.SIRAPRISE.client.jsba.HashingIndexSpace
 
HashingIndexSpace(String, int, int) - Constructor for class be.SIRAPRISE.client.jsba.HashingIndexSpace
 
HashingIndexSpace(String, int, int, int) - Constructor for class be.SIRAPRISE.client.jsba.HashingIndexSpace
 
HASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
HASHINGINDEXSPACE_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.  
HASHINGINDEXSPACESTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A HashingindexSpace refers to a non-existing StorageSpace"
HashingindexspaceToDBObject - Interface in be.SIRAPRISE.client.jsba
 
hasNext() - Method in class be.SIRAPRISE.util.MyListSetIterator
 
hasNext() - Method in class be.SIRAPRISE.util.MyReadOnlyIterator
 
hasNext() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
hasPrevious() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
Heading - Class in be.SIRAPRISE.client
A Heading maps attribute names onto typenames.
Heading() - Constructor for class be.SIRAPRISE.client.Heading
 
HEADING - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
headMap(K) - Method in class be.SIRAPRISE.util.IntersectableTreeMap
 
HEX - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
HEX - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
HMS - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
HOST - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The property name 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
hotRestart() - Method in class be.SIRAPRISE.server.ServerEngineMBeanManager
 
hotRestart() - Method in interface be.SIRAPRISE.server.ServerEngineMBeanManagerMBean
MBean method to initiate a hotRestart
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 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
 
HOURS - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 

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
Comment for I_D_ATTRIBUTEPHYSICALLENGTH
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
Comment for I_D_INDEXID
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.  
I_D_TYPEPROPERTIES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for I_D_TYPEPROPERTIES
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
 
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
The INDEXIDS interface contains the values for the internal ID of all catalog indexes whose ID differs from the concerned relvar's ID plus one.
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
IDS.VERSION - Interface in be.SIRAPRISE.client
 
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
 
INDEX - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
INDEX:{INDEXNAME RELVARNAME}
INDEX - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID for the index relvar
Index - Class in be.SIRAPRISE.client.jsba
 
Index() - Constructor for class be.SIRAPRISE.client.jsba.Index
 
Index(String, String, String, String, int) - Constructor for class be.SIRAPRISE.client.jsba.Index
 
INDEX - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
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
 
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 - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
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
 
INDEXCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numeric id of the indexcomponent relvar
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 - Class in be.SIRAPRISE.client.jsba
 
IndexComponent() - Constructor for class be.SIRAPRISE.client.jsba.IndexComponent
Creates the IndexComponent
IndexComponent(String, String, int, String) - Constructor for class be.SIRAPRISE.client.jsba.IndexComponent
Creates the IndexComponent
INDEXCOMPONENT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
INDEXCOMPONENTINDEX - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
All indexcomponents must be components for an existing index
INDEXCOMPONENTORDINAL - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"The ordinal of an indexcomponent must be > 0"
IndexcomponentToDBObject - Interface in be.SIRAPRISE.client.jsba
 
INDEXID - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
INDEXID:{INDEXNAME RELVARNAME}
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
 
INDEXID - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
INDEXID_ID - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
 
INDEXID_ID - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
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
 
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
Comment for INDEXIDINDEX
INDEXINDEXID - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for INDEXINDEXID
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
 
indexOf(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
INDEXRECORDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
An index is defined on a relvar that is not recorded
IndexToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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 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 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 for the INITIALCONNECTIONPOOLSIZE property
INITIALDATABASECONSTRAINTPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.  
INITIALDATABASECONSTRAINTPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
Deprecated.  
INITIALOPERATORPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The INITIALOPERATORPOOLSIZE property defines the initial size of the server engine's cache for operator objects.
INITIALOPERATORPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the INITIALOPERATORPOOLSIZE property
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 for the INITIALRELVARPOOLSIZE property
INITIALTYPEPOOLSIZE - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The INITIALTYPEPOOLSIZE property defines the initial size of the server engine's cache for Type objects.
INITIALTYPEPOOLSIZEDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default value for the INITIALTYPEPOOLSIZE property
INQUIRE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
INSERT - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
InsertionOrderRelation - Class in be.SIRAPRISE.client
An InsertionOrderRelation is a relation that maintains its tuples in insertion order.
InsertionOrderRelation(Heading) - Constructor for class be.SIRAPRISE.client.InsertionOrderRelation
Creates the Relation object, declaring it to be of the given Heading type.
InsertionOrderTupleBag - Class in be.SIRAPRISE.client
An InsertionOrderTupleBag is a TupleBag that maintains its tuples in insertion order
InsertionOrderTupleBag(Heading) - Constructor for class be.SIRAPRISE.client.InsertionOrderTupleBag
Creates the InsertionOrderTupleBag
INSERTS - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
INSERTSBAC - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
INSERTSSAC - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
INT - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
INT - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
INTERNALPARAMETERSPREFIX - Static variable in interface be.SIRAPRISE.client.NAMES
 
INTERSECT - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
intersect(Set<?>) - Method in class be.SIRAPRISE.util.IntersectableMap
Returns a Map that holds only the entries whose keys also occur in keys, and whose class is the same as the caller's class.
intersect(Set<?>, Class<? extends Map<K, V>>) - Method in class be.SIRAPRISE.util.IntersectableMap
Returns a Map that holds only the entries whose keys also occur in keys
IntersectableHashMap<K,V> - Class in be.SIRAPRISE.util
IntersectableHashMap is an extension of HashMap that has definitions for union, intersection and difference of maps, definitions that are loosely based on the definitions of those operators of set theory.
IntersectableHashMap() - Constructor for class be.SIRAPRISE.util.IntersectableHashMap
Initializes a DbmsHashMap of the default size
IntersectableHashMap(int) - Constructor for class be.SIRAPRISE.util.IntersectableHashMap
Initializes a DbmsHashMap with an initial size that is given
IntersectableHashMap(int, float) - Constructor for class be.SIRAPRISE.util.IntersectableHashMap
Initializes a DbmsHashMap with an initial size that is given
IntersectableHashMap(Map<? extends K, ? extends V>) - Constructor for class be.SIRAPRISE.util.IntersectableHashMap
Initializes a DbmsHashMap with an initial size that is given
IntersectableLinkedHashMap<K,V> - Class in be.SIRAPRISE.util
IntersectableLinkedHashMap is an extension of IntersectableMap that exposes the behaviour of a LinkedHashMap.
IntersectableLinkedHashMap() - Constructor for class be.SIRAPRISE.util.IntersectableLinkedHashMap
Initializes a LinkedHashMap of the default size
IntersectableLinkedHashMap(int) - Constructor for class be.SIRAPRISE.util.IntersectableLinkedHashMap
Initializes a LinkedHashMap with an initial size that is given
IntersectableLinkedHashMap(int, float) - Constructor for class be.SIRAPRISE.util.IntersectableLinkedHashMap
Initializes a LinkedHashMap with an initial size that is given
IntersectableLinkedHashMap(int, float, boolean) - Constructor for class be.SIRAPRISE.util.IntersectableLinkedHashMap
Initializes a LinkedHashMap with an initial size that is given
IntersectableLinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class be.SIRAPRISE.util.IntersectableLinkedHashMap
Initializes a LinkedHashMap with an initial size that is given
IntersectableMap<K,V> - Class in be.SIRAPRISE.util
Defines the intersect, minus and union operations on maps
IntersectableMap() - Constructor for class be.SIRAPRISE.util.IntersectableMap
 
IntersectableTreeMap<K,V> - Class in be.SIRAPRISE.util
IntersectableHashMap is an extension of IntersectableMap that has a TreeMap as its underlying map type
IntersectableTreeMap() - Constructor for class be.SIRAPRISE.util.IntersectableTreeMap
Initializes a new IntersectableTreeMap
IntersectableTreeMap(Comparator<? super K>) - Constructor for class be.SIRAPRISE.util.IntersectableTreeMap
Initializes a IntersectableTreeMap
IntersectableTreeMap(Map<? extends K, ? extends V>) - Constructor for class be.SIRAPRISE.util.IntersectableTreeMap
Initializes a IntersectableTreeMap
IntersectableTreeMap(SortedMap<? extends K, ? extends V>) - Constructor for class be.SIRAPRISE.util.IntersectableTreeMap
Initializes a IntersectableTreeMap
INTERVALLOCATORCOMPONENT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
No intervaltyped attribute can be a determinant in a component of a locator index
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
 
INTERVALTYPE_NAME - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
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.server
IntervalTypeImplementation generically defines implementation objects for each interval type.
INTERVALTYPENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
INTERVALTYPETYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"An interval Type is itself not registered as a Type"
InvalidEscapedCharacterException - Exception in be.SIRAPRISE.util
 
InvalidEscapedCharacterException(int, char) - Constructor for exception be.SIRAPRISE.util.InvalidEscapedCharacterException
 
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
invoke(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
isAtLeast(short, short) - Method in class be.SIRAPRISE.client.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.client.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.client.Version
Checks whether this version indicates an earlier version than the one indicated by the given arguments
isBefore(Version) - Method in class be.SIRAPRISE.client.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.client.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.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.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.CEIL_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CEIL_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.CONCAT_STRING_STRING
 
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_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.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.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.FIRSTINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.FIRSTLONG
 
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.GT_ANGLE_ANGLE
 
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_TIMEOFDAY_TIMEOFDAY
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LASTDATE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LASTINT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.LASTLONG
 
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.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.MATCHES_STRING_STRING
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MAX_DATE_DATE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MAX_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MAX_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MAX_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MAX_TIMEOFDAY_TIMEOFDAY
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MIN_DATE_DATE
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MIN_FLOAT_FLOAT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MIN_INT_INT
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MIN_LONG_LONG
 
isDeterministic() - Method in class be.SIRAPRISE.typeimplementations.MIN_TIMEOFDAY_TIMEOFDAY
 
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_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.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_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_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.ROUND_FLOAT_FLOAT
 
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_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_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.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.UPPERCASE_STRING
 
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
 
isEmpty() - Method in class be.SIRAPRISE.util.IntersectableMap
 
isEmpty() - Method in class be.SIRAPRISE.util.MyListSet
 
isEmpty() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
isEmpty() - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
isEmpty() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
isEmpty() - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
isFatal() - Method in class be.SIRAPRISE.messages.ServerErrorMessage
Gets a flag indicating whether the error was 'fatal', i.e. whether the server has aborted its side of the transaction as a consequence of the error
isNegativeInfinite(short) - Static method in class be.SIRAPRISE.server.IntervalTypeImplementation
Checks whether the interval value that the given finiteness indicator was drawn from, lacks a begin component.
ISO - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
ISO - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
isOpen() - Method in class be.SIRAPRISE.client.DBConnection
Checks whether a connection is open
isOrdered() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Gets ordered
ISORDERED - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
ISOWITHNANOSECONDS - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
ISOWITHNANOSECONDS - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
isPositiveInfinite(short) - Static method in class be.SIRAPRISE.server.IntervalTypeImplementation
Checks whether the interval value that the given finiteness indicator was drawn from, lacks an end component
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. whether it will or will not attempt updates to the database
isReadOnlyTransaction() - Method in class be.SIRAPRISE.messages.StartTransactionMessage
Checks whether or not the new transaction is a read-only one, i.e. whether it will or will not attempt updates to the database
isScalar() - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Gets scalar
ISSCALAR - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
isScalar() - Method in class be.SIRAPRISE.client.NonScalarTypeDeclaration
 
isScalar() - Method in interface be.SIRAPRISE.client.TypeDeclaration
Checks whether the declared type is scalar
isStrictUnionCompatibleWith(Heading) - Method in class be.SIRAPRISE.client.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
isTrustAuthentications() - Method in class be.SIRAPRISE.client.jsba.Client
Gets trustAuthentications
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.AbstractRelation
 
iterator() - Method in class be.SIRAPRISE.client.AbstractTupleBag
 
iterator() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets an iterator over the tuples in the container
iterator() - Method in interface 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.MyReadOnlyList
 
iterator() - Method in class be.SIRAPRISE.util.MyReadOnlySet
 

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(String, boolean, boolean, int, int) - Constructor for class be.SIRAPRISE.client.jsba.JavaBackedType
Creates the Type
JAVABACKEDTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
JavabackedtypeToDBObject - Interface in be.SIRAPRISE.client.jsba
 
JOIN - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
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 for the KEEPPAGEINPOOLMILLIS property
KEY - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
 
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
 
KEY_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
KEYATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
 
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
 
KEYATTRIBUTE_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
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"
KeyattributeToDBObject - Interface in be.SIRAPRISE.client.jsba
 
KEYRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Key refers to a non-existing Relvar"
keySet() - Method in class be.erwinsmout.MyPropertiesInInsertionOrder
 
keySet() - Method in class be.SIRAPRISE.util.IntersectableMap
 
keySet() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
KeyToDBObject - Interface in be.SIRAPRISE.client.jsba
 
KEYTUPLECONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 

L

LASTDATE - Class in be.SIRAPRISE.typeimplementations
The LASTDATE operator returns the highest supported DATE value
LASTDATE() - Constructor for class be.SIRAPRISE.typeimplementations.LASTDATE
 
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
 
lastKey() - Method in class be.SIRAPRISE.util.IntersectableTreeMap
 
LASTLONG - Class in be.SIRAPRISE.typeimplementations
The LASTLONG operator returns the highest supported LONG value
LASTLONG() - Constructor for class be.SIRAPRISE.typeimplementations.LASTLONG
 
LEFTJOIN - Static variable in interface be.SIRAPRISE.client.NAMES.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
 
LessOrEqualOperatorImplementation - Class in be.SIRAPRISE.typeimplementations
 
LessOrEqualOperatorImplementation(OperatorImplementation) - 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) - 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
 
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 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 for the LOCKDENIALWAITTIME property
LOGICALLENGTH - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
LONG - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
LONG - Static variable in interface be.SIRAPRISE.client.NAMES.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
 

M

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.client.RunAllScripts
Executes all SIRA_PRISE scripts found in a directory to be specified
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
Method to create a license request
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_CP
Main program for the System Generation procedure
main(String[]) - Static method in class be.SIRAPRISE.server.SysGen_SW
 
main(String[]) - Static method in class be.SIRAPRISE.server.SysGen_SW_obsoleted
 
main(String[]) - Static method in class be.SIRAPRISE.server.UpgradeServerEngine
Performs a SIRA_PRISE upgrade
MAJORSPECIFICATIONVERSION - Static variable in interface be.SIRAPRISE.client.IDS.VERSION
 
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
 
MAX_DATE_DATE - Class in be.SIRAPRISE.typeimplementations
The DATE 'maximumof' operator.
MAX_DATE_DATE() - Constructor for class be.SIRAPRISE.typeimplementations.MAX_DATE_DATE
 
MAX_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT maximumof() operator.
MAX_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.MAX_FLOAT_FLOAT
 
MAX_HOURS - Static variable in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
MAX_INT_INT - Class in be.SIRAPRISE.typeimplementations
The INT maximumof operator.
MAX_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.MAX_INT_INT
 
MAX_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
The LONG maximumof() operator.
MAX_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.MAX_LONG_LONG
 
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
 
MAX_TIMEOFDAY_TIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
The TIMEOFDAY 'maximumof' operator.
MAX_TIMEOFDAY_TIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.MAX_TIMEOFDAY_TIMEOFDAY
 
MAXIMUMGAPS - 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
 
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(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) - 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) - 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() - 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(ServerSingleAssignmentCommand[]) - Method in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
Factory method for producing a message of this type holding the given Assignment command
message(ServerCommand) - Method in class be.SIRAPRISE.messages.ExecuteAssignmentMessageTypeV1_0
 
message(ServerSingleAssignmentCommand[]) - Method in class be.SIRAPRISE.messages.ExecuteAssignmentMessageTypeV1_0
 
message(String) - Method in class be.SIRAPRISE.messages.ExecuteDMLMessageType
Factory method for producing a message of this type holding the given DML command
message(ServerCommand) - Method in interface be.SIRAPRISE.messages.ExecuteDMLMessageTypesV14
Factory method for getting the Message to send to the server in order to get the command held in cmd executed
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(ServerCommand) - Method in class be.SIRAPRISE.messages.ExecuteQueryMessageTypeV1_0
 
message(String, List<String>) - Method in class be.SIRAPRISE.messages.ExecuteQueryMessageTypeV1_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(Signature, ProprietaryOrJCECipher, long, Version, Set<String>) - Method in class be.SIRAPRISE.messages.ServerHelloMessageType
Factory method to produce a ServerHello message of this version of the message type
message(Signature, ProprietaryOrJCECipher, long, Version, Set<String>) - Method in class be.SIRAPRISE.messages.ServerHelloMessageTypeV1_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(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) - 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) - Method in class be.SIRAPRISE.messages.StartTransactionMessageType
Deprecated.  
message(String, boolean, String, byte[]) - Method in class be.SIRAPRISE.messages.StartTransactionMessageType
Deprecated.  
message(String, boolean, String, byte[], boolean, boolean, DDLCapture) - Method in class be.SIRAPRISE.messages.StartTransactionMessageTypeV1_0
 
message(String, boolean, String, byte[], boolean, boolean, DDLCapture) - Method in class be.SIRAPRISE.messages.StartTransactionMessageTypeV1_1
 
message(String, boolean, String, byte[], boolean, boolean, DDLCapture) - Method in class be.SIRAPRISE.messages.StartTransactionMessageTypeV1_2
 
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.  
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
 
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ClientAuthenticationMessageType
 
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ClientHelloMessageType
The numeric identifier for this message type
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.CommitRollbackMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.CommittedMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ConstraintViolatedErrorMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.DmlExecutedMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.EndConnectionMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.EndTransactionMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ExecuteAssignmentMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ExecuteDMLMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ExecuteMonitorCommandMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ExecuteQueryMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.NonSiraPriseErrorMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.ServerHelloMessageType
The numeric ID for messages of this type
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.SiraPriseErrorMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.StartSubTransactionMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.StartTransactionMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.TransactionEndedMessageType
Comment for MESSAGETYPEID
MESSAGETYPEID - Static variable in class be.SIRAPRISE.messages.TransactionStartedMessageType
Comment for MESSAGETYPEID
meta(String) - Static method in class be.SIRAPRISE.util.BracketParser
Adapts a given string for representation of the siraprise metalanguage characters ()\
MIN_DATE_DATE - Class in be.SIRAPRISE.typeimplementations
The DATE 'minimumof' operator.
MIN_DATE_DATE() - Constructor for class be.SIRAPRISE.typeimplementations.MIN_DATE_DATE
 
MIN_FLOAT_FLOAT - Class in be.SIRAPRISE.typeimplementations
The FLOAT 'minimumof' operator.
MIN_FLOAT_FLOAT() - Constructor for class be.SIRAPRISE.typeimplementations.MIN_FLOAT_FLOAT
 
MIN_INT_INT - Class in be.SIRAPRISE.typeimplementations
The INT 'minimumof' operator.
MIN_INT_INT() - Constructor for class be.SIRAPRISE.typeimplementations.MIN_INT_INT
 
MIN_LONG_LONG - Class in be.SIRAPRISE.typeimplementations
The implementation for the LONG 'minimumof' operator.
MIN_LONG_LONG() - Constructor for class be.SIRAPRISE.typeimplementations.MIN_LONG_LONG
 
MIN_TIMEOFDAY_TIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
The TIMEOFDAY 'minimumof' operator.
MIN_TIMEOFDAY_TIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.MIN_TIMEOFDAY_TIMEOFDAY
 
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 string
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.client.IDS.VERSION
 
MINUS - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
minus(Set<?>) - Method in class be.SIRAPRISE.util.IntersectableMap
Returns a Map that holds only the entries whose keys do not occur in set, and whose class is the same as the caller's class.
minus(Set<?>, Class<? extends Map<K, V>>) - Method in class be.SIRAPRISE.util.IntersectableMap
Returns a Map that holds only the entries whose keys do not occur in keys
MINUTES - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
MissingEscapedCharacterException - Exception in be.SIRAPRISE.util
 
MissingEscapedCharacterException() - Constructor for exception be.SIRAPRISE.util.MissingEscapedCharacterException
 
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
 
MonitorConnection - Class in be.SIRAPRISE.client
Class used to communicate between a program and the SIRA_PRISE monitor.
MonitorConnection(InetAddress, int) - Constructor for class be.SIRAPRISE.client.MonitorConnection
 
MonitorConnection(InetAddress, int, Set<String>, String, Signer) - Constructor for class be.SIRAPRISE.client.MonitorConnection
 
MonitorConnection(String, int) - Constructor for class be.SIRAPRISE.client.MonitorConnection
Creates a monitor connection to the specified host and port for an anonymous client.
MonitorConnection(String, int, Set<String>, String, Signer) - Constructor for class be.SIRAPRISE.client.MonitorConnection
Creates the monitor connection to the specified host and port.
MONITORPORT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
 
MONITORPORTDEFAULT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
 
MONTH - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
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
 
MULTIHASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
MULTIHASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
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 - Class in be.SIRAPRISE.client.jsba
 
MultiHashingIndexSpace() - Constructor for class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
 
MultiHashingIndexSpace(String, int, int, int, int, int) - Constructor for class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
 
MULTIHASHINGINDEXSPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
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
Comment for MULTIHASHINGINDEXSPACESTORAGESPACE
MultihashingindexspaceToDBObject - Interface in be.SIRAPRISE.client.jsba
 
MyBigInteger - Class in be.SIRAPRISE.util
 
MyBigInteger() - Constructor for class be.SIRAPRISE.util.MyBigInteger
 
MyByteBuffer - Class in be.SIRAPRISE.util
Class to dump the contents of a ByteBuffer in hex
MyByteBuffer() - Constructor for class be.SIRAPRISE.util.MyByteBuffer
 
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
MyConsole - Class in be.erwinsmout
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() - Constructor for class be.SIRAPRISE.util.MyDataInputStream
 
MyDataOutputStream - Class in be.SIRAPRISE.util
 
MyDataOutputStream() - Constructor for class be.SIRAPRISE.util.MyDataOutputStream
 
MyKeyStore - Class in be.SIRAPRISE.util
 
MyListSet<E> - Class in be.SIRAPRISE.util
 
MyListSet(Collection<E>) - Constructor for class be.SIRAPRISE.util.MyListSet
Creates the MyReadOnlySet
MyListSet(Set<E>) - Constructor for class be.SIRAPRISE.util.MyListSet
Creates the MyReadOnlyEntrySet
MyListSetIterator<E> - Class in be.SIRAPRISE.util
 
MyListSetIterator(MyListSet<E>, Iterator<E>) - Constructor for class be.SIRAPRISE.util.MyListSetIterator
Creates the MyListSetIterator
MyMessageFormat - Class in be.erwinsmout
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.
MyProperties - Class in be.erwinsmout
 
MyProperties() - Constructor for class be.erwinsmout.MyProperties
 
MyProperties(boolean) - Constructor for class be.erwinsmout.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.erwinsmout.MyProperties
Creates the MyProperties
MyProperties(Properties, boolean) - Constructor for class be.erwinsmout.MyProperties
Creates the MyProperties
MyProperties(MyProperties.SKIPAUTOLOAD) - Constructor for class be.erwinsmout.MyProperties
Constructor that skips the automatic loading process.
MyProperties.SKIPAUTOLOAD - Class in be.erwinsmout
 
MyProperties.SKIPAUTOLOAD() - Constructor for class be.erwinsmout.MyProperties.SKIPAUTOLOAD
 
MyPropertiesInInsertionOrder - Class in be.erwinsmout
 
MyPropertiesInInsertionOrder() - Constructor for class be.erwinsmout.MyPropertiesInInsertionOrder
 
MyPropertiesInInsertionOrder(boolean) - Constructor for class be.erwinsmout.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.erwinsmout.MyPropertiesInInsertionOrder
Creates the MyProperties
MyPropertiesInInsertionOrder(Properties, boolean) - Constructor for class be.erwinsmout.MyPropertiesInInsertionOrder
Creates the MyProperties
MyReadOnlyCollection<V> - Class in be.SIRAPRISE.util
 
MyReadOnlyCollection(Collection<V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyCollection
Creates the MyReadOnlyCollection
MyReadOnlyIterator<T> - Class in be.SIRAPRISE.util
 
MyReadOnlyIterator(Iterator<T>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyIterator
Creates the MyReadOnlyIterator
MyReadOnlyList<V> - Class in be.SIRAPRISE.util
 
MyReadOnlyList(List<V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyList
Creates the MyReadOnlyList
MyReadOnlyListIterator<V> - Class in be.SIRAPRISE.util
 
MyReadOnlyListIterator(ListIterator<V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyListIterator
Creates the MyReadOnlyListIterator
MyReadOnlyMap<K,V> - Class in be.SIRAPRISE.util
 
MyReadOnlyMap(Map<K, V>) - Constructor for class be.SIRAPRISE.util.MyReadOnlyMap
Creates the MyReadOnlyMap
MyReadOnlySet<E> - Class in be.SIRAPRISE.util
 
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.erwinsmout
 
MyString - Class in be.erwinsmout
 
MyString() - Constructor for class be.erwinsmout.MyString
 

N

NAME - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
NAME - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
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
The INDEXNAMES interface defines the names of all system-defined indexes that are not the locator index of a system-defined relvar
NAMES.OPERATORNAMES - Interface in be.SIRAPRISE.client
The OPERATORNAMES interface defines the names of all system-defined relational operators used in SIRA_PRISE
NAMES.POSSREPCOMPONENTNAMES - Interface in be.SIRAPRISE.client
The POSSREPCOMPONENTNAMES interface defines the names of all comonents of possreps of system-defined types used in SIRA_PRISE
NAMES.POSSREPNAMES - Interface in be.SIRAPRISE.client
The POSSREPNAMES interface defines the names of all possreps of system-defined types used in SIRA_PRISE
NAMES.RELVARNAMES - Interface in be.SIRAPRISE.client
The RELVARNAMES interface defines the names of all system-defined relvars used in SIRA_PRISE
NAMES.TYPENAMES - Interface in be.SIRAPRISE.client
The TYPENAMES interface defines the names of all system-defined types used in SIRA_PRISE
NameValuePair - Class in be.SIRAPRISE.util
A NameValuePair contains the separated Name and value components from a textual expression of the form NAME(value).
NameValuePair(String, String) - Constructor for class be.SIRAPRISE.util.NameValuePair
 
NameValueResult - Class in be.SIRAPRISE.util
 
NameValueResult(int, int, NameValuePair) - Constructor for class be.SIRAPRISE.util.NameValueResult
Creates the NameValueResult
NANOSECONDS - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
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
 
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.
NewattributedefaultvalueToDBObject - Interface in be.SIRAPRISE.client.jsba
 
next() - Method in class be.SIRAPRISE.util.MyListSetIterator
 
next() - Method in class be.SIRAPRISE.util.MyReadOnlyIterator
 
next() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
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
 
NoClosingBracketException - Exception in be.SIRAPRISE.util
 
NoClosingBracketException(String) - Constructor for exception be.SIRAPRISE.util.NoClosingBracketException
 
NoIdentityElementException - Exception in be.SIRAPRISE.typeimplementations
 
NoIdentityElementException() - Constructor for exception be.SIRAPRISE.typeimplementations.NoIdentityElementException
 
NonScalarTypeDeclaration - Class in be.SIRAPRISE.client
A NonScalarTypeDeclaration is a TypeDeclaration that accompanies the name of an attribute in a Heading if that attribute is relation-typed or tuple-typed.
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.
NoOpeningBracketException - Exception in be.SIRAPRISE.util
 
NoOpeningBracketException(String) - Constructor for exception be.SIRAPRISE.util.NoOpeningBracketException
Creates the exception
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.erwinsmout
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(String) - Constructor for exception be.erwinsmout.NotFoundException
Creates the Exception, setting a message argument.
NotFoundException() - Constructor for exception be.erwinsmout.NotFoundException
Creates the exception without additional info
NoUpdatesException - Exception in be.SIRAPRISE.client
 
NoUpdatesException() - Constructor for exception be.SIRAPRISE.client.NoUpdatesException
 
NumericOverflowException - Exception in be.SIRAPRISE.typeimplementations
 
NumericOverflowException() - Constructor for exception be.SIRAPRISE.typeimplementations.NumericOverflowException
 

O

OFF - Static variable in class be.SIRAPRISE.client.DDLCapture
 
ON - Static variable in class be.SIRAPRISE.client.DDLCapture
 
ONE_FOUR - Static variable in class be.SIRAPRISE.client.Version
 
ONE_ONE - Static variable in class be.SIRAPRISE.client.Version
 
ONE_THREE - Static variable in class be.SIRAPRISE.client.Version
 
ONE_TWO - Static variable in class be.SIRAPRISE.client.Version
 
ONE_ZERO - Static variable in class be.SIRAPRISE.client.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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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.
OPERATIONTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OperatorImplementation - Interface in be.SIRAPRISE.typeimplementations
Defines the methods that the implementation class for a sira_prise operator must provide.
OperatorImplementation_V0104 - Interface in be.SIRAPRISE.typeimplementations
Defines the methods that the implementation class for a sira_prise operator must provide.
OPERATORIMPLEMENTATIONSSEARCHPATH - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name of the engine property that holds the list of package names that can be searched for operator implementations
OPERATORIMPLEMENTATIONSSEARCHPATHDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
By default, there are no additional packages to search for operator implementations (the SIRAPRISE packages are always searched first by default)
OR_BOOLEAN_BOOLEAN - Class in be.SIRAPRISE.typeimplementations
The implementation for the boolean OR operator
OrderedRelation - Class in be.SIRAPRISE.client
An OrderedRelation is a relation that maintains its tuples in the order determined by the given comparator
OrderedRelation(TupleOrderer, Heading) - Constructor for class be.SIRAPRISE.client.OrderedRelation
 
ORDINAL - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
OUTFILE - Static variable in class be.SIRAPRISE.client.ProcessScript
The property name for specifying the output file.

P

PAGECOUNT - 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 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 for the PAGEPOOLGCTHRESHOLD property
PAGESIZE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
PHYSICALLENGTH - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
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_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_TIMEOFDAY_TIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
The TIMEOFDAY addition operator.
PLUS_TIMEOFDAY_TIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.PLUS_TIMEOFDAY_TIMEOFDAY
 
PORT - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The property name 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
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
 
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
 
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
PossRepImplementation14 - 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
 
POSSREPTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Possible representation refers to a non-existing Type"
PrematureEOFException - Exception in be.SIRAPRISE.util
 
PrematureEOFException(int, int) - Constructor for exception be.SIRAPRISE.util.PrematureEOFException
 
PREPARE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
Deprecated.  
prependBlanks(int, String) - Static method in class be.SIRAPRISE.util.FixedLengthFormatter
Prepends a specified number of blanks to a String
prependZeroes(int, String) - Static method in class be.SIRAPRISE.util.FixedLengthFormatter
 
prependZeroes(int, StringBuffer) - Static method in class be.SIRAPRISE.util.FixedLengthFormatter
 
previous() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
previousIndex() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
print() - Method in class be.SIRAPRISE.client.Heading
Gets the heading specification in textual format HEADING(ATTRIBUTENAME(TYPENAME)RELATIONTYPEDATTRIBUTENAME(RELATION(HEADING(...))))
printBodyEscapedWithBodyHeaderWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets the relation body in text
printBodyEscapedWithBodyHeaderWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets the relation body in text
printBodyEscapedWithoutBodyHeaderWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets the relation body in text EXCLUDING the BODY( ) container
printBodyEscapedWithoutBodyHeaderWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets the relation body in text EXCLUDING the BODY( ) container
printBodyValueWithoutPossrepNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Deprecated. replaced by printBodyValueWithoutTypeNames()
printBodyValueWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2) with value1, value2, ...
printBodyValueWithoutTypeNames() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2) with value1, value2, ...
printBodyValueWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2) with value1, value2, ... naming the type (i.e.
printBodyValueWithTypeNames() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2) with value1, value2, ...
printBodyValueXML() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple body value in textual XML-style format (i.e.
printBodyValueXML() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple body value in textual XML-style format (i.e.
printBodyWithBodyHeaderWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets a relation body in text
printBodyWithBodyHeaderWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets a relation body in text
printBodyWithoutBodyHeaderWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets the relation body in text EXCLUDING the BODY( ) container
printBodyWithoutBodyHeaderWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets the relation body in text EXCLUDING the BODY( ) container
printBodyXMLWithBodyHeader() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets the relation body in XML-style text
printBodyXMLWithoutBodyHeader() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
Gets the relation body in XML-style text EXCLUDING the container
printEscapedBodyValueWithoutPossrepNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Deprecated. replaced by printEscapedBodyValueWithoutTypeNames();
printEscapedBodyValueWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2), INCLUDING escape processing for the ()\ characters of the metalanguage that appear in a printed value
printEscapedBodyValueWithoutTypeNames() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2), INCLUDING escape processing for the ()\ characters of the metalanguage that appear in a printed value
printEscapedBodyValueWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2), INCLUDING escape processing for the ()\ characters of the metalanguage that appear in a printed value
printEscapedBodyValueWithTypeNames() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple body value in textual format (i.e. attr1(value1)attr2(value2), INCLUDING escape processing for the ()\ characters of the metalanguage that appear in a printed value
printEscapedValueWithoutPossrepNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Deprecated. replaced by printValueEscapedWithoutTypeNames()
printValueEscapedWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple value in textual format (i.e.
printValueEscapedWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
printValueEscapedWithoutTypeNames() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple value in textual format (i.e.
printValueEscapedWithoutTypeNames() - Method in interface be.SIRAPRISE.client.TupleContainer
Gets this relation value in SIRAPRISE syntactical format (i.e. including the SIRA_PRISE escape token preceding any appearance of the tokens '(', ')' and '\' in scalar attribute values in the relation.
printValueEscapedWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple value in textual format (i.e.
printValueEscapedWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
printValueEscapedWithTypeNames() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple value in textual format (i.e.
printValueEscapedWithTypeNames() - Method in interface be.SIRAPRISE.client.TupleContainer
Gets this relation value in SIRAPRISE syntactical format (i.e. including the SIRA_PRISE escape token preceding any appearance of the tokens '(', ')' and '\' in scalar attribute values in the relation.
printValueWithoutPossrepNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Deprecated. replaced by printValueWithoutTypeNames()
printValueWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple value in textual format (i.e.
printValueWithoutTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
printValueWithoutTypeNames() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple value in textual format (i.e.
printValueWithoutTypeNames() - Method in interface be.SIRAPRISE.client.TupleContainer
Gets this relation value in 'plain text' format (i.e. if a scalar attribute value includes any of the tokens '(', ')' or '\', these will appear 'as is' in the string value and will not be replaced by the appropriate SIRA_PRISE escape sequence.
printValueWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple value in textual format (i.e.
printValueWithTypeNames() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
printValueWithTypeNames() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple value in textual format (i.e.
printValueWithTypeNames() - Method in interface be.SIRAPRISE.client.TupleContainer
Gets this relation value in 'plain text' format (i.e. if a scalar attribute value includes any of the tokens '(', ')' or '\', these will appear 'as is' in the string value and will not be replaced by the appropriate SIRA_PRISE escape sequence.
printValueXML() - Method in class be.SIRAPRISE.client.AbstractTuple
Gets the tuple value in textual XML-style format (i.e.
printValueXML() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
printValueXML() - Method in interface be.SIRAPRISE.client.Tuple
Gets the tuple value in textual XML-style format (i.e.
printValueXML() - Method in interface be.SIRAPRISE.client.TupleContainer
Gets this relation value in 'XML text' format.
printXML() - Method in class be.SIRAPRISE.client.Heading
Gets the heading specification in XML style
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.
PROJECT - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
put(Object, Object) - Method in class be.erwinsmout.MyPropertiesInInsertionOrder
 
put(K, V) - Method in class be.SIRAPRISE.util.IntersectableMap
 
put(K, V) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class be.SIRAPRISE.util.IntersectableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 

R

RADIANS - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
RADIANS - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
read() - Method in class be.SIRAPRISE.util.CRLFInputStream
 
read() - Method in class be.SIRAPRISE.util.DataInputStreamWithByteCounter
 
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
 
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
readLine(Charset) - Method in class be.SIRAPRISE.util.CRLFInputStream
 
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
 
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
 
RECORDATTRIBUTE_ORD - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
The internal ID for the 'ordinal' key
RECORDATTRIBUTERELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Record attribute refers to a non-existing Relvar Attribute"
RecordattributeToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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, String, String, int) - Constructor for class be.SIRAPRISE.client.jsba.RecordType
Creates the RecordType
RECORDTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
RECORDTYPE_DATASPACE - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
 
RECORDTYPE_DATASPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated. - hash index on RECORDTYPE.{FILENAME STORAGESPACEID} is moved into multihash space 22 (together with INDEX.{FILENAME STORAGESPACEID})}
RECORDTYPE_DATASPACE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
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.
RECORDTYPEDATASPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Relvar Location refers to a non-existing Data Space"
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
 
RECORDTYPEID_ID - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
 
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
 
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
 
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"
RecordtypeToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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
 
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
 
RELATION - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
RELATION - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
Relation - Interface in be.SIRAPRISE.client
A Relation is a TupleContainer that cannot contain duplicates (i.e. its collection of tuples is a set)
RelationBuffer - Class in be.SIRAPRISE.typeimplementations
A RelationBuffer is the ValueBuffer type for relation values.
RelationBuffer(AbstractRelation) - Constructor for class be.SIRAPRISE.typeimplementations.RelationBuffer
Creates the buffer and sets its value
RelationSetterMethod - Class in be.SIRAPRISE.client.jsba
 
RelationSetterMethod(Method) - Constructor for class be.SIRAPRISE.client.jsba.RelationSetterMethod
Creates the JSBARelationSetterMethod
RelationValueSelectorFactory - Class in be.SIRAPRISE.util
 
RelationValueSelectorFactory() - Constructor for class be.SIRAPRISE.util.RelationValueSelectorFactory
 
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.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
 
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.
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
 
RELVARATTRIBUTE_ATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
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"
RelvarattributeToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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
 
RelvarcardinalityToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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
 
RELVARID_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
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
 
RELVARPREDICATE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
RELVARREFERENCES_BASE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
RelvarToDBObject - Interface in be.SIRAPRISE.client.jsba
 
RELVARVIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for RELVARVIRTUALRELVAR
remove(Object) - Method in class be.erwinsmout.MyPropertiesInInsertionOrder
 
REMOVE - Static variable in interface be.SIRAPRISE.client.NAMES.COMMANDNAMES
 
remove(Object) - Method in class be.SIRAPRISE.util.IntersectableMap
 
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.MyReadOnlyCollection
 
remove() - Method in class be.SIRAPRISE.util.MyReadOnlyIterator
 
remove(int) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
remove(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
remove() - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
remove(Object) - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
remove(Object) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
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.MyReadOnlyList
 
removeAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
removeSuperfluousOuterBrackets(String) - Static method in class be.SIRAPRISE.util.BracketParser
Removes superfluous outer brackets from arg. e.g.
removeTuple(Tuple) - Method in class be.SIRAPRISE.client.AbstractRelation
 
removeTuple(Tuple) - Method in class be.SIRAPRISE.client.AbstractTupleBag
 
removeTuple(Tuple) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
removeTuple(Tuple) - Method in interface be.SIRAPRISE.client.TupleContainer
Removes the given tuple from this container if that tuple appears there
removeTuples(TupleContainer) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
removeTuples(TupleContainer) - Method in interface be.SIRAPRISE.client.TupleContainer
Removes all tuples appearing in the given tupleContainer from this tupleContainer if that tuple appears there
RENAME - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
RequestLicense - Class in be.SIRAPRISE.server
Class with the main method to create License requests.
RequestLicense() - Constructor for class be.SIRAPRISE.server.RequestLicense
 
resolveSystemPropertyRefs(String) - Static method in class be.erwinsmout.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 for the RESOURCEPOOLCLEANUPRUNTIMEINTERVAL property
RESOURCETPYE - Static variable in class be.SIRAPRISE.util.MyKeyStore
 
RESOURCETYPE - Static variable in class be.SIRAPRISE.util.MyCertificate
 
RESTRICT - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
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.MyReadOnlyList
 
retainAll(Collection<?>) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
ReusableDBConnection - Class in be.SIRAPRISE.client
A ReusableDBConnection has all the semantics of a DBConnection.
ReusableDBConnection(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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(String, int, 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.  
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
 
run() - Method in class be.SIRAPRISE.client.ProcessScript
 
run() - Method in class be.SIRAPRISE.server.ServerEngine
 
RunAllScripts - Class in be.SIRAPRISE.client
Invokes the Script processor for a whole series of scripts
rvaValue(String) - Method in class be.SIRAPRISE.client.ClientTuple
 
rvaValue(String) - Method in interface be.SIRAPRISE.client.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.
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.
SCRIPTSDIRECTORY - Static variable in class be.SIRAPRISE.client.ProcessScript
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.client.NAMES.POSSREPCOMPONENTNAMES
 
SEMIJOIN - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
SEMIMINUS - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
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.
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
 
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
 
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
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.
ServerEngineMBeanManager - Class in be.SIRAPRISE.server
 
ServerEngineMBeanManager() - Constructor for class be.SIRAPRISE.server.ServerEngineMBeanManager
 
ServerEngineMBeanManagerMBean - 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.
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.
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.
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
 
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(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
 
ServerOutputMessage - Class in be.SIRAPRISE.messages
The ServerOutputMessage class is an abstract class defining all possible messages sent to the SIRA_PRISE 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.
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. the specification of how to compute, for each affected tuple, what the replacing tuple will be.
ServerUpdateCommand(String, String, String) - Constructor for class be.SIRAPRISE.client.ServerUpdateCommand
Creates the ExecUpdateCommand
set(int, V) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
set(V) - Method in class be.SIRAPRISE.util.MyReadOnlyListIterator
 
setActionName(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets actionName
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.AttributeValueDistribution
Sets attributeName
setAttributeName(String) - 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(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets attributeName
setAttributeName(String) - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Sets attributeName
setAttributenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Attribute
 
setAttributenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributelogicallengthToDBObject
Sets attributename from the DB
setAttributenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributeToDBObject
Sets attributename from the DB
setAttributenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
setAttributenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributevaluedistributionToDBObject
Sets attributename from the DB
setAttributenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
 
setAttributenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.KeyattributeToDBObject
Sets attributename from the DB
setAttributenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
setAttributenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.NewattributedefaultvalueToDBObject
Sets attributename from the DB
setAttributenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
setAttributenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordattributeToDBObject
Sets attributename from the DB
setAttributenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
 
setAttributenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RelvarattributeToDBObject
Sets attributename from the DB
setBasetypeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
 
setBasetypeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.ConstrainedtypeToDBObject
Sets basetype from the DB
setBaseTypeName(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The base type's name
setBypassassgconstraintsFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setBypassassgconstraintsFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TriggereddataactionToDBObject
Sets bypassassgconstraints from the DB
setBypassAssignmentConstraints(boolean) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets bypassAssignmentConstraints
setCardinalityFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
 
setCardinalityFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RelvarcardinalityToDBObject
Sets cardinality from the DB
setClientidFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Client
 
setClientidFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.ClientToDBObject
Sets client from the DB
setConstraintExpression(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The constraint expression
setConstraintExpression(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets constraintExpression
setConstraintexpressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
setConstraintexpressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TransactionconstraintToDBObject
Deprecated. Sets constraintexpression from the DB
setConstraintLabel(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The constraint label
setConstraintlabelFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
setConstraintlabelFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AssignmentconstraintToDBObject
Sets constraintlabel from the DB
setConstraintlabelFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
setConstraintlabelFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DatabaseconstraintToDBObject
Sets constraintlabel from the DB
setConstraintlabelFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
setConstraintlabelFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TransactionconstraintToDBObject
Deprecated. Sets constraintlabel from the DB
setConstraintMessageText(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
Sets The corresponding constraint message text, if any
setConstraintmessagetextFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
setConstraintmessagetextFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.ConstraintmessagetextToDBObject
Sets constraintmessagetext from the DB
setConstraintmessagetextFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
setConstraintmessagetextFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
setConstraintmessagetextFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
setDataactionnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setDataactionnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TriggereddataactionToDBObject
Sets the data action name from the DB
setDbcchecksFromDB(AbstractRelation) - 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(long) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Sets errorCode
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets errorCode
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.Key
Sets keyID
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
Sets keyID
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Sets errorCode
setErrorCode(long) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets errorCode
setErrorcodeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
setErrorcodeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
 
setErrorcodeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AssignmentconstraintcheckToDBObject
Sets errorcode from the DB
setErrorcodeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AssignmentconstraintToDBObject
Sets errorcode from the DB
setErrorcodeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.ConstraintmessagetextToDBObject
Sets errorcode from the DB
setErrorcodeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
setErrorcodeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DatabaseconstraintToDBObject
Sets errorcode from the DB
setErrorcodeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Key
 
setErrorcodeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.KeyAttribute
 
setErrorcodeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.KeyattributeToDBObject
Sets keyid from the DB
setErrorcodeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.KeyToDBObject
Sets keyid from the DB
setErrorcodeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
setErrorcodeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TransactionconstraintToDBObject
Deprecated. Sets errorcode from the DB
setErrorcodeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
setErrorcodeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TupleconstraintToDBObject
Sets errorcode from the DB
setExpression(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The constraint expression
setExpression(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets expression
setExpression(String) - Method in class be.SIRAPRISE.client.jsba.IndexComponent
Sets expression
setExpression(String) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
Sets expression
setExpression(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Sets expression
setExpression(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets expression
setExpression(String) - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Sets The expression
setExtentsCount(int) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The extents count
setExtentsCount(int) - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Sets The extents count
setExtentsCount(int) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The number of extents that the storage space can take
setExtentsCount(int) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets extentsCount
setExtentsCount(int) - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
setExtentscountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The extents count
setExtentscountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Sets The extents count
setExtentscountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The number of extents that the storage space can take
setExtentscountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
 
setExtentscountFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.StoragespaceToDBObject
Sets extentscount from the DB
setExtentscountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The file name
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Sets The file name
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Sets The file name
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setFileName(String) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The file name
setFileName(String) - 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(String) - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
Sets The file name
setFilenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The file name
setFilenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DataspaceToDBObject
Sets filename from the DB
setFilenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Sets The file name
setFilenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DbmsfileToDBObject
Sets filename from the DB
setFilenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Sets The file name
setFilenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.HashingindexspaceToDBObject
Sets filename from the DB
setFilenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setFilenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexToDBObject
Sets filename from the DB
setFilenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The file name
setFilenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.MultihashingindexspaceToDBObject
Sets filename from the DB
setFilenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
 
setFilenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordtypeToDBObject
Sets filename from the DB
setFilenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
 
setFilenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.StoragespaceToDBObject
Sets filename from the DB
setFilenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
Sets The file name
setFilenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TreeindexspaceToDBObject
Sets filename from the DB
setFrequency(double) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets frequency
setFrequencyFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
setFrequencyFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributevaluedistributionToDBObject
Sets frequency from the DB
setGapCompressionThreshold(int) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The gap compression threshold
setGapCompressionThreshold(int) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The gap compression threshold
setGapcompressionthresholdFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The gap compression threshold
setGapcompressionthresholdFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DataspaceToDBObject
Sets gapcompressionthreshold from the DB
setGapcompressionthresholdFromDB(String) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The gap compression threshold
setGapcompressionthresholdFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.MultihashingindexspaceToDBObject
Sets gapcompressionthreshold from the DB
setID(String) - Method in class be.SIRAPRISE.client.jsba.Client
Sets clientID
setIndexName(String) - Method in class be.SIRAPRISE.client.jsba.IndexComponent
Sets indexName
setIndexName(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets indexName
setIndexName(String) - Method in class be.SIRAPRISE.client.jsba.TupleIndex
Sets indexName
setIndexnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setIndexnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
setIndexnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexcomponentToDBObject
Sets indexname from the DB
setIndexnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexToDBObject
Sets indexname from the DB
setIndexnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
 
setIndexnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordtypeToDBObject
Sets indexname from the DB
setIndexnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TupleIndex
 
setIndexnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TupleindexToDBObject
Sets indexname from the DB
setInsertsdeletesinvocationsFromDB(AbstractRelation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of referenced parameters
setInvolvedtypesFromDB(AbstractRelation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of involved types
setIsdistinctFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setIsdistinctFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TriggereddataactionToDBObject
Sets isdistinct from the DB
setIsorderedFromDB(String) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
setIsorderedFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TypepropertiesToDBObject
Sets isordered from the DB
setIsscalarFromDB(String) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
setIsscalarFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TypepropertiesToDBObject
Sets isscalar from the DB
setLabel(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets label
setLabel(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Sets label
setLogicalLength(int) - Method in class be.SIRAPRISE.client.jsba.Attribute
Sets The logicalLength
setLogicallengthFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Attribute
 
setLogicallengthFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributelogicallengthToDBObject
Sets logicallength from the DB
setMaximumGaps(int) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Gets The maximum gap count
setMaximumGaps(int) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Gets The maximum gap count
setMaximumgapsFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The maximum gap count
setMaximumgapsFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DataspaceToDBObject
Sets maximumgaps from the DB
setMaximumgapsFromDB(String) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The maximum gap count
setMaximumgapsFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.MultihashingindexspaceToDBObject
Sets maximumgaps from the DB
setMaximumSize(int) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Sets maximumSize
setMaximumsizeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
setMaximumsizeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TypepropertiesToDBObject
Sets maximumsize from the DB
setMessageText(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
Sets messageText
setMessageText(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Sets messageText
setMessageText(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets messageText
setMinimumSize(int) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Sets minimumSize
setMinimumsizeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
setMinimumsizeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TypepropertiesToDBObject
Sets minimumsize from the DB
setName(String) - Method in class be.SIRAPRISE.client.jsba.Attribute
Sets The attribute name
setName(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setName(String) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Sets typeName
setName(String) - Method in class be.SIRAPRISE.client.jsba.Relvar
Sets name
setNonscalarheadingFromDB(AbstractRelation) - 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
setOperationType(int) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
Sets operationType
setOperationType(int) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Sets operationType
setOperationType(int) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets operationType
setOperationtypeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
 
setOperationtypeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AssignmentconstraintcheckToDBObject
Sets operationtype from the DB
setOperationtypeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
setOperationtypeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TransactionconstraintToDBObject
Deprecated. Sets operationtype from the DB
setOperationtypeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setOperationtypeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TriggereddataactionToDBObject
Sets operationtype from the DB
setOrdered(boolean) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Sets ordered
setOrdinal(int) - Method in class be.SIRAPRISE.client.jsba.IndexComponent
Sets ordinal
setOrdinal(int) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets ordinal
setOrdinalFromDB(String) - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
setOrdinalFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexcomponentToDBObject
Sets ordinal from the DB
setOrdinalFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
setOrdinalFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordattributeToDBObject
Sets ordinal from the DB
setPageCount(int) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The page count
setPageCount(int) - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Sets The page count
setPageCount(int) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The number of pages in the index space
setPageCount(int) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets The page count
setPageCount(int) - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
setPagecountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets The page count
setPagecountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Sets The page count
setPagecountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets The number of pages in the index space
setPagecountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
 
setPagecountFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.StoragespaceToDBObject
Sets pagecount from the DB
setPagecountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
setPageSize(int) - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Sets The page size
setPagesizeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DbmsFile
Sets The page size
setPagesizeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DbmsfileToDBObject
Sets pagesize from the DB
setPredicate(String) - 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.ConstrainedType
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DataSpace
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.DbmsFile
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.Index
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
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.MultiHashingIndexSpace
 
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
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.TransactionConstraint
Deprecated.  
setPreUpdateState() - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
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.TupleIndex
 
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.VirtualRelvar
 
setRecordTypeName(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setRecordTypeName(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets recordTypeName
setRecordTypeName(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets recordTypeName
setRecordTypeName(String) - Method in class be.SIRAPRISE.client.jsba.TupleIndex
Sets recordTypeName
setRecordtypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setRecordtypenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexToDBObject
Sets recordtypename from the DB
setRecordtypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
setRecordtypenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordattributeToDBObject
Sets recordtypename from the DB
setRecordtypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
 
setRecordtypenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordtypeToDBObject
Sets recordtypename from the DB
setRecordtypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TupleIndex
 
setRecordtypenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TupleindexToDBObject
Sets recordtypename from the DB
setReferencedparametersFromDB(AbstractRelation) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The set of referenced parameters
setReferencedrelvarsFromDB(AbstractRelation) - 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(String) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.IndexComponent
Sets relvarName
setRelvarName(String) - 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(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.TupleIndex
Sets relvarName
setRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
Sets The constraint label
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraintCheck
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AssignmentconstraintcheckToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributevaluedistributionToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexcomponentToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Key
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.KeyToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.NewattributedefaultvalueToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordAttribute
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordattributeToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordtypeToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Relvar
 
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RelvarAttribute
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RelvarattributeToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RelvarCardinality
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RelvarcardinalityToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RelvarToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated.  
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TransactionconstraintToDBObject
Deprecated. Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TriggereddataactionToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TupleconstraintToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TupleIndex
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TupleindexToDBObject
Sets relvarname from the DB
setRelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
 
setRelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.VirtualrelvarToDBObject
Sets relvarname from the DB
setRelvarpredicateFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Relvar
 
setRelvarpredicateFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RelvarToDBObject
Sets relvarpredicate from the DB
setScalar(boolean) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
Sets scalar
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AssignmentConstraint
 
setSp_expressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AssignmentconstraintToDBObject
Sets sp_expression from the DB
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
 
setSp_expressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.ConstrainedtypeToDBObject
Sets expression from the DB
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DatabaseConstraint
 
setSp_expressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DatabaseconstraintToDBObject
Sets constraintexpression from the DB
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The file name
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.IndexComponent
 
setSp_expressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexcomponentToDBObject
Sets expression from the DB
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.NewAttributeDefaultValue
 
setSp_expressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.NewattributedefaultvalueToDBObject
Sets sp_expression from the DB
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setSp_expressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TriggereddataactionToDBObject
Sets sp_expression from the DB
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TupleConstraint
 
setSp_expressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TupleconstraintToDBObject
Sets constraintexpression from the DB
setSp_expressionFromDB(String) - Method in class be.SIRAPRISE.client.jsba.VirtualRelvar
 
setSp_expressionFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.VirtualrelvarToDBObject
Sets sp_expression from the DB
setStandardDeviation(double) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets standardDeviation
setStddevFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
setStddevFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributevaluedistributionToDBObject
Sets stddev from the DB
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets the ID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Sets the ID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.Index
 
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets the ID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.RecordType
Sets storageSpaceID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
Sets the ID
setStorageSpaceID(int) - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
Sets the ID
setStoragespaceidFromDB(String) - Method in class be.SIRAPRISE.client.jsba.DataSpace
Sets the ID
setStoragespaceidFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.DataspaceToDBObject
Sets storagespaceid from the DB
setStoragespaceidFromDB(String) - Method in class be.SIRAPRISE.client.jsba.HashingIndexSpace
Sets the ID
setStoragespaceidFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.HashingindexspaceToDBObject
Sets storagespaceid from the DB
setStoragespaceidFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Index
 
setStoragespaceidFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.IndexToDBObject
Sets storagespaceid from the DB
setStoragespaceidFromDB(String) - Method in class be.SIRAPRISE.client.jsba.MultiHashingIndexSpace
Sets the ID
setStoragespaceidFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.MultihashingindexspaceToDBObject
Sets storagespaceid from the DB
setStoragespaceidFromDB(String) - Method in class be.SIRAPRISE.client.jsba.RecordType
 
setStoragespaceidFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.RecordtypeToDBObject
Sets storagespaceid from the DB
setStoragespaceidFromDB(String) - Method in class be.SIRAPRISE.client.jsba.StorageSpace
 
setStoragespaceidFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.StoragespaceToDBObject
Sets storagespaceid from the DB
setStoragespaceidFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TreeIndexSpace
Sets the ID
setStoragespaceidFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TreeindexspaceToDBObject
Sets storagespaceid from the DB
setTargetRelvarName(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets targetRelvarName
setTargetrelvarnameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setTargetrelvarnameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TriggereddataactionToDBObject
Sets targetrelvarname from the DB
SetterMethod - Class in be.SIRAPRISE.client.jsba
 
SetterMethod() - Constructor for class be.SIRAPRISE.client.jsba.SetterMethod
 
SettersMissingException - Exception in be.SIRAPRISE.client
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.SettersMissingException
Creates the exception, setting the exception message
setTriggeredOperationType(int) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
Sets triggeredOperationType
setTriggeredoperationtypeFromDB(String) - Method in class be.SIRAPRISE.client.jsba.TriggeredDataAction
 
setTriggeredoperationtypeFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TriggereddataactionToDBObject
Sets triggeredoperationtype from the DB
setTrustauthenticationFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Client
 
setTrustauthenticationFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.ClientToDBObject
Sets trustauthentication from the DB
setTrustAuthentications(boolean) - 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(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
Sets The type name
setTypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.Attribute
 
setTypenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributeToDBObject
Sets typename from the DB
setTypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.ConstrainedType
 
setTypenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.ConstrainedtypeToDBObject
Sets typename from the DB
setTypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.ExpressionInfo
Sets The page size
setTypenameFromDB(String) - Method in class be.SIRAPRISE.client.jsba.JavaBackedType
 
setTypenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.JavabackedtypeToDBObject
Sets typename from the DB
setTypenameFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.TypepropertiesToDBObject
Sets typename from the DB
setUserID(String) - Method in class be.SIRAPRISE.client.jsba.User
Sets userID
setUseridFromDB(String) - Method in class be.SIRAPRISE.client.jsba.User
 
setUseridFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.UserToDBObject
Sets userid from the DB
setValueCount(int) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
Sets valueCount
setValuecountFromDB(String) - Method in class be.SIRAPRISE.client.jsba.AttributeValueDistribution
 
setValuecountFromDB(String) - Method in interface be.SIRAPRISE.client.jsba.AttributevaluedistributionToDBObject
Sets valuecount from the DB
shutEngineDown() - Method in class be.SIRAPRISE.server.ServerEngineMBeanManager
 
shutEngineDown() - Method in interface be.SIRAPRISE.server.ServerEngineMBeanManagerMBean
MBean method to shut down a running engine without going through a Monitor connection.
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.client.Signer
Computes the signature for the given byte string and the given Signature.
sign(Signature, byte[]) - Method in class be.SIRAPRISE.util.UserPrivateKeyProvider
 
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 for the SIGNATUREALGORITHMS property
Signer - Interface in be.SIRAPRISE.client
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 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
 
SiraPriseConjunctFileNameFilterSet - Class in be.SIRAPRISE.util
 
SiraPriseConjunctFileNameFilterSet(Collection<FilenameFilter>) - Constructor for class be.SIRAPRISE.util.SiraPriseConjunctFileNameFilterSet
Creates the suffixfilter
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.
SiraPrisePrefixFilter - Class in be.SIRAPRISE.util
 
SiraPrisePrefixFilter(String) - Constructor for class be.SIRAPRISE.util.SiraPrisePrefixFilter
Creates the prefixfilter
SiraPriseRegexFilter - Class in be.SIRAPRISE.util
 
SiraPriseRegexFilter(String) - Constructor for class be.SIRAPRISE.util.SiraPriseRegexFilter
Creates the regexfilter
SiraPriseSuffixFilter - Class in be.SIRAPRISE.util
 
SiraPriseSuffixFilter(String) - Constructor for class be.SIRAPRISE.util.SiraPriseSuffixFilter
Creates the suffixfilter
size() - Method in class be.SIRAPRISE.client.AbstractRelation
 
size() - Method in class be.SIRAPRISE.client.AbstractTupleBag
 
size() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
size() - Method in interface be.SIRAPRISE.client.TupleContainer
Gets The number of tuples that appear in the relation.
size() - Method in class be.SIRAPRISE.util.IntersectableMap
 
size() - Method in class be.SIRAPRISE.util.MyListSet
 
size() - Method in class be.SIRAPRISE.util.MyReadOnlyCollection
 
size() - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
size() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
size() - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
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.
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
SP_EXPRESSION - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
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.
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(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[], 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, 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(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
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.
STATISTICS_LOCATOR - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
The storage space for RELVARNAME indexes for the statistics relvars
STDDEV - 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
 
STORAGESPACE_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
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"
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.  
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
 
STORAGESPACEPAGECOUNT - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for STORAGESPACEPAGECOUNT
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§."
StoragespaceToDBObject - Interface in be.SIRAPRISE.client.jsba
 
STORAGESPACETYPEUNSPECIFIED - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A StorageSpace has no corresponding Data or Index Space"
STRING - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
STRING - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
StringSetterMethod - Class in be.SIRAPRISE.client.jsba
 
StringSetterMethod(Method) - Constructor for class be.SIRAPRISE.client.jsba.StringSetterMethod
Creates the JSBAStringSetterMethod
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_TIMEOFDAY_TIMEOFDAY - Class in be.SIRAPRISE.typeimplementations
The timeofday difference operator.
SUB_TIMEOFDAY_TIMEOFDAY() - Constructor for class be.SIRAPRISE.typeimplementations.SUB_TIMEOFDAY_TIMEOFDAY
 
subHeadingExcluding(Set<String>) - Method in class be.SIRAPRISE.client.Heading
Gets a Heading that includes only the attribute definitions from this Heading whose attribute names do not appear in the given set
subHeadingIncluding(Set<String>) - Method in class be.SIRAPRISE.client.Heading
Gets a Heading that includes only the attribute definitions from this Heading whose attribute names appear in the given set
subList(int, int) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
subMap(K, K) - Method in class be.SIRAPRISE.util.IntersectableTreeMap
 
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
 
SUFFIX - Static variable in class be.erwinsmout.MyProperties
 
SUFFIX - Static variable in class be.SIRAPRISE.util.MyCertificate
 
SUFFIX - Static variable in class be.SIRAPRISE.util.MyKeyStore
 
SUMMARIZEBY - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
SysGen_CP - Class in be.SIRAPRISE.server
Sysgen_SW is the application for initializing a SIRA_PRISE installation, using the command prompt.
SysGen_CP() - Constructor for class be.SIRAPRISE.server.SysGen_CP
 
SysGen_SW - Class in be.SIRAPRISE.server
Sysgen_SW is the application for initializing a SIRA_PRISE installation, using a swing-based GUI.
SysGen_SW_obsoleted - Class in be.SIRAPRISE.server
Sysgen_SW is the application for initializing a SIRA_PRISE installation, using a swing-based GUI.
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
 
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
 
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
 
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
 
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
 

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_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_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
tailMap(K) - Method in class be.SIRAPRISE.util.IntersectableTreeMap
 
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
 
TCLOSE - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
TIMEOFDAY - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
 
TO - Static variable in interface be.SIRAPRISE.client.NAMES.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.MyReadOnlyList
 
toArray(T[]) - Method in class be.SIRAPRISE.util.MyReadOnlyList
 
toArray() - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
toArray(T[]) - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
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.AbstractTuple
Deprecated. - replace by be.SIRAPRISE.client.jsba.DBObjectFactory.getObject(...) - e.g. by inlining the calls to this method
toObjectArray(Class<C>) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
toObjectArray(Class<C>) - Method in interface be.SIRAPRISE.client.TupleContainer
Deprecated. - Use the replacing DBObjectFactory method instead.
toObjectArrayIgnoringMissingSetters(Class<C>) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
toObjectArrayIgnoringMissingSetters(Class<C>) - Method in interface be.SIRAPRISE.client.TupleContainer
Deprecated. - Use the replacing DBObjectFactory method instead.
toObjectCollection(Class<C>) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
toObjectCollection(Class<C>) - Method in interface be.SIRAPRISE.client.TupleContainer
Get a collection of objects holding the same information as that which is held in this TupleContainer.
toObjectCollectionIgnoringMissingSetters(Class<C>) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
toObjectCollectionIgnoringMissingSetters(Class<C>) - Method in interface be.SIRAPRISE.client.TupleContainer
Get a collection of objects holding a (potentially proper) subset of the information held in this TupleContainer.
toObjects(Class<?>[]) - Method in class be.SIRAPRISE.client.AbstractTuple
Deprecated. - replace by be.SIRAPRISE.client.jsba.DBObjectFactory.getObjects(...) - e.g. by inlining the calls to this method
toObjects(Tuple, Map<Class<?>, HashMap<String, SetterMethod>>) - 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.
toObjectsArray(Class<?>[]) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
toObjectsArray(Class<?>[]) - Method in interface be.SIRAPRISE.client.TupleContainer
Get an array of Maps of objects holding the same information as that which is held in this TupleContainer.
toObjectsCollection(Class<?>[]) - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
toObjectsCollection(Class<?>[]) - Method in interface be.SIRAPRISE.client.TupleContainer
Get a collection of Maps of objects holding the same information as that which is held in this TupleContainer.
toStream1_0(DataOutputStream) - Method in class be.SIRAPRISE.client.Heading
Writes the heading to an outputstream in the V1.0 format
toString() - Method in class be.SIRAPRISE.client.AbstractTuple
 
toString() - Method in class be.SIRAPRISE.client.AbstractTupleContainer
 
toString() - Method in class be.SIRAPRISE.client.DBTransaction
 
toString() - Method in class be.SIRAPRISE.client.DDLCapture
 
toString() - Method in class be.SIRAPRISE.client.DmlAddCommand
 
toString() - Method in class be.SIRAPRISE.client.DmlAssertCommand
 
toString() - Method in class be.SIRAPRISE.client.DmlDeleteCommand
 
toString() - Method in class be.SIRAPRISE.client.DmlMultipleAssignmentCommand
 
toString() - Method in class be.SIRAPRISE.client.DmlUnassertCommand
 
toString() - Method in class be.SIRAPRISE.client.DmlUpdateCommand
 
toString() - Method in class be.SIRAPRISE.client.ServerCommand
 
toString() - Method in class be.SIRAPRISE.client.Version
 
toString() - Method in class be.SIRAPRISE.server.ServerEngine
 
toString() - Method in class be.SIRAPRISE.typeimplementations.RelationBuffer
 
toString() - Method in class be.SIRAPRISE.typeimplementations.ScalarValueBuffer
 
toString() - Method in class be.SIRAPRISE.util.BracketParseResult
 
toString() - Method in class be.SIRAPRISE.util.IntersectableMap
 
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.MyReadOnlyList
 
toString() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
toString() - Method in class be.SIRAPRISE.util.MyReadOnlySet
 
toString() - Method in class be.SIRAPRISE.util.NameValuePair
 
toString() - Method in class be.SIRAPRISE.util.NameValueResult
 
toXML(String) - Static method in class be.SIRAPRISE.client.EntityRefs
Gets the XML version of the input string, i.e. with all <>'"& characters replaced by their appropriate entity references
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 of the engine property that specifies the threshold above which "consumers" will be logged.
TRACETOPCONSUMERSTHRESHOLDDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The default threshold above which "top consumers" will be traced.
TRANSACTION - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
Deprecated.  
TRANSACTIONCONSTRAINT - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal numeric ID of the Relvar
TransactionConstraint - Class in be.SIRAPRISE.client.jsba
Deprecated. 
TransactionConstraint() - Constructor for class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Creates the TransactionConstraint
TransactionConstraint(String, int, long, String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.TransactionConstraint
Deprecated. Creates the TransactionConstraint
TRANSACTIONCONSTRAINT - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.  
TRANSACTIONCONSTRAINTRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.  
TransactionconstraintToDBObject - Interface in be.SIRAPRISE.client.jsba
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
 
TRANSACTIONSREADONLY - Static variable in class be.SIRAPRISE.client.DBConnectionProperties
The name of the property that specifies the (default !)
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 - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
TREEINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TREEINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The internal ID of the relvar
TREEINDEXSPACE - Static variable in interface be.SIRAPRISE.client.IDS.STORAGESPACEIDS
Deprecated. - was a single hash index on TREEINDEXSPACE.{FILENAME STORAGESPACEID}
TreeIndexSpace - Class in be.SIRAPRISE.client.jsba
 
TreeIndexSpace() - Constructor for class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
TreeIndexSpace(String, int, int, int) - Constructor for class be.SIRAPRISE.client.jsba.TreeIndexSpace
 
TREEINDEXSPACE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
TREEINDEXSPACE_ID - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
Deprecated.  
TREEINDEXSPACESTORAGESPACE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A treeindexspace refers to a non-existing storage space."
TreeindexspaceToDBObject - Interface in be.SIRAPRISE.client.jsba
 
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
 
TRIGGEREDDATAACTION_ACTIONNAME - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
 
TRIGGEREDDATAACTION_TARGETRELVAR - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
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
TriggereddataactionToDBObject - Interface in be.SIRAPRISE.client.jsba
 
TRIGGEREDOPERATIONTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
trueValue - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
Value representing 'true'
TRUSTAUTHENTICATION - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
TUPLE - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
TUPLE - Static variable in interface be.SIRAPRISE.client.NAMES.TYPENAMES
The TUPLE type is still experimental.
Tuple - Interface in be.SIRAPRISE.client
A Tuple is a set of named attribute values.
TupleBag - Interface in be.SIRAPRISE.client
A TupleBag is a collection of tuples that can contain the same tuple value more than once.
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
 
TUPLECONSTRAINT_ERRORCODE - Static variable in interface be.SIRAPRISE.client.NAMES.INDEXNAMES
 
TUPLECONSTRAINTATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TUPLECONSTRAINTATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
Deprecated.  
TUPLECONSTRAINTATTRIBUTE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
Deprecated.  
TUPLECONSTRAINTATTRIBUTERELVARATTRIBUTE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Deprecated.  
TUPLECONSTRAINTRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
"A Relvar Constraint refers to a non-existing Relvar"
TupleconstraintToDBObject - Interface in be.SIRAPRISE.client.jsba
 
TupleContainer - Interface in be.SIRAPRISE.client
The TupleContainer interface defines all methods that must be implemented by tuple containers of any kind.
TUPLEINDEX - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TUPLEINDEX - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
The numerical ID of this relvar
TupleIndex - Class in be.SIRAPRISE.client.jsba
 
TupleIndex() - Constructor for class be.SIRAPRISE.client.jsba.TupleIndex
Creates the TupleIndex
TupleIndex(String, String, String) - Constructor for class be.SIRAPRISE.client.jsba.TupleIndex
Creates the TupleIndex
TUPLEINDEX - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
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
TupleindexToDBObject - Interface in be.SIRAPRISE.client.jsba
 
TUPLEINDEXWITHCOMPONENTS - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TUPLEINDEXWITHCOMPONENTS
TupleOrderer - Class in be.SIRAPRISE.client
TupleOrderers must be used in combination with OrderedRelations and OrderedTupleBags.
TupleOrderer() - Constructor for class be.SIRAPRISE.client.TupleOrderer
 
TYPE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
TypeDeclaration - Interface in be.SIRAPRISE.client
A TypeDeclaration corresponds to an attributeName in a Heading, and defines the type that the named attribute is of
TYPEDIRECTLYREFERENCEDBY - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
TypeImplementation - Interface in be.SIRAPRISE.typeimplementations
Defines the methods that the implementation class for a sira_prise scalar type must provide.
TYPEIMPLEMENTATIONSSEARCHPATH - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
The name of the engine property that holds the list of package names that can be searched for type implementations
TYPEIMPLEMENTATIONSSEARCHPATHDEFAULT - Static variable in class be.SIRAPRISE.server.ServerEngineProperties
By default, there are no additional packages to search for typeimplementations (the SIRAPRISE packages are always searched first by default)
TypeIsScalarException - Exception in be.SIRAPRISE.client
 
TypeIsScalarException() - Constructor for exception be.SIRAPRISE.client.TypeIsScalarException
 
TYPENAME - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
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
 
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
 
TypepropertiesToDBObject - Interface in be.SIRAPRISE.client.jsba
 
TYPEPROPERTIESTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TYPEPROPERTIESTYPE
TYPETYPEPROPERTIES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for TYPETYPEPROPERTIES

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
 
UDTORDERINGOPERATORUSERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPHYSICALCOMPONENTTYPENAME - Static variable in interface be.SIRAPRISE.client.IDS.INDEXIDS
 
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
 
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
 
UDTPHYSICALPOSSREPCOMPONENTTYPES - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
UDTPHYSICALPOSSREPCOMPONENTUSERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
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
 
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
 
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
 
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
 
UNGROUP - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
UNICODE - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
UNICODE - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPNAMES
 
UNION - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
union(Map<K, V>) - Method in class be.SIRAPRISE.util.IntersectableMap
Returns a Map that holds only the entries whose keys do not occur in set, and whose class is the same as the caller's class.
union(Map<K, V>, Class<Map<K, V>>) - Method in class be.SIRAPRISE.util.IntersectableMap
Returns a Map that holds the entries that occur in either this or the other map.
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.
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 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
 
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
 
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
USERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.KEYERRORCODES
 
USERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.IDS.RELVARIDS
 
USERDEFINEDTYPE - Static variable in interface be.SIRAPRISE.client.NAMES.RELVARNAMES
 
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
 
UserPrivateKeyProvider - Class in be.SIRAPRISE.util
 
UserPrivateKeyProvider(String) - Constructor for class be.SIRAPRISE.util.UserPrivateKeyProvider
 
USERSYSTEMDEFINEDUSER - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
Comment for USERSYSTEMDEFINEDUSER
UserToDBObject - Interface in be.SIRAPRISE.client.jsba
 

V

value(String) - Method in class be.SIRAPRISE.client.AbstractTuple
 
value(String) - Method in class be.SIRAPRISE.client.ClientTuple
 
VALUE - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
Deprecated. - replaced by SP_EXPRESSION
VALUE - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
value(String) - Method in interface be.SIRAPRISE.client.Tuple
Gets The attribute value for the named attribute
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
 
VALUECOUNT - Static variable in interface be.SIRAPRISE.client.NAMES.ATTRIBUTENAMES
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueFromComponentValues(HashMap<String, ValueBuffer>, int) - 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.
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueFromExternalRepresentation(String) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueFromExternalRepresentation(String, int) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueFromExternalRepresentation(String) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Convert a value of this possrep's type to internal format.
valueFromExternalRepresentation(String, int) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Converts a value of this type from external to internal format, given a specified maximum allowable logical size for the value to be returned.
values() - Method in class be.erwinsmout.MyPropertiesInInsertionOrder
 
values() - Method in class be.SIRAPRISE.client.AbstractTuple
 
values() - Method in class be.SIRAPRISE.client.ClientTuple
 
values() - Method in interface be.SIRAPRISE.client.Tuple
Gets the map of attribute values
values() - Method in class be.SIRAPRISE.util.IntersectableMap
 
values() - Method in class be.SIRAPRISE.util.MyReadOnlyMap
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueToEscapedExternalRepresentation(ValueBuffer) - 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) - Method in class be.SIRAPRISE.server.DbmsRelationImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.server.DbmsTupleImplementation
Deprecated.  
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.server.IntervalTypeImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAngleImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsAverageImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBarImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBitsImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsCharImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDateImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsDecimalImplementation
Deprecated.  
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFilenameImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFloatImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsFooImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsIntImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsLongImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsNameImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsStringImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in class be.SIRAPRISE.typeimplementations.DbmsTimeofdayImplementation
 
valueToExternalRepresentation(ValueBuffer) - Method in interface be.SIRAPRISE.typeimplementations.PossRepImplementation
Converts a value in internal format to the appropriate textual representation of that value for this possrep.
varColumnListFromSiraPriseQueryResponse(String, AbstractRelation, Locale) - Static method in class be.SIRAPRISE.util.WaarListFactory
Creates a ListValue off the textual result of a sira_prise query
Version - Class in be.SIRAPRISE.client
Class to denote SIRA_PRISE versions and/or message type versions.
Version(int) - Constructor for class be.SIRAPRISE.client.Version
Creates a Version object from a full numeric version indicator
Version(short, short) - Constructor for class be.SIRAPRISE.client.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
 
VIRTUALRELVARDEPENDENCYGRAPH - 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
 
VIRTUALRELVARREFERENCESRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
VIRTUALRELVARREFERENCESVIRTUALRELVAR - Static variable in interface be.SIRAPRISE.client.IDS.ERRORCODES
 
VirtualrelvarToDBObject - Interface in be.SIRAPRISE.client.jsba
 

W

WaarListFactory - Class in be.SIRAPRISE.util
Utility class to produce WAAR list values from a SIRA_PRISE query response
WaarListFactory() - Constructor for class be.SIRAPRISE.util.WaarListFactory
 
write(int) - Method in class be.SIRAPRISE.util.MyCipherOutputStream
 
writeAssignmentTypeSpecificToStream(DataOutputStream) - Method in class be.SIRAPRISE.client.ServerAddCommand
 
writeAssignmentTypeSpecificToStream(DataOutputStream) - Method in class be.SIRAPRISE.client.ServerAssertCommand
 
writeAssignmentTypeSpecificToStream(DataOutputStream) - Method in class be.SIRAPRISE.client.ServerDeleteCommand
 
writeAssignmentTypeSpecificToStream(DataOutputStream) - Method in class be.SIRAPRISE.client.ServerUnassertCommand
 
writeAssignmentTypeSpecificToStream(DataOutputStream) - Method in class be.SIRAPRISE.client.ServerUpdateCommand
 
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.
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.
writeToStream(DataOutputStream) - Method in class be.SIRAPRISE.client.ServerAssignmentCommand
Writes the assignment-type specific portion of the command to the given stream
writeToStream(DataOutputStream) - Method in class be.SIRAPRISE.client.ServerMultipleAssignmentCommand
 
writeToStream(DataOutputStream) - Method in class be.SIRAPRISE.client.ServerSingleAssignmentCommand
 

X

X509CERTIFICATETYPE - Static variable in class be.SIRAPRISE.util.MyCertificate
 
XMINUS - Static variable in interface be.SIRAPRISE.client.NAMES.OPERATORNAMES
 
XOR_BOOLEAN_BOOLEAN - Class in be.SIRAPRISE.typeimplementations
The implementation for the boolean XOR operator.

Y

YEAR - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 
YEARS - Static variable in class be.SIRAPRISE.server.RequestLicense
 
YN - Static variable in interface be.SIRAPRISE.client.NAMES.POSSREPCOMPONENTNAMES
 

_

_FALSE - Static variable in class be.SIRAPRISE.typeimplementations.DbmsBooleanImplementation
The numeric value for false
_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 _