See: Description
Interface | Description |
---|---|
IDS |
The IDS interface encloses interfaces that define the constant values for all sorts of internal Id used in SIRA_PRISE
|
IDS.ERRORCODES | |
IDS.INDEXIDS | Deprecated
deprecated
|
IDS.KEYERRORCODES | |
IDS.RELVARIDS |
The RELVARIDS interface contains the values for the internal ID of all system-defined relvars used in SIRA_PRISE
|
IDS.STORAGESPACEIDS |
The STORAGESPACEIDS interface contains the values for the internal ID of all catalog storage spaces
|
IRelation | |
MONITORCOMMANDNAMES |
The MONITORCOMMANDNAMES interface defines the names of all system-defined monitor commands used in SIRA_PRISE
|
NAMES |
The NAMES interface encloses interfaces that define the constant values for all sorts of names used in SIRA_PRISE
|
NAMES.ALGORITHMNAMES |
The ALGORITHMNAMES interface defines the names of all system-defined algorithms used in SIRA_PRISE
|
NAMES.ATTRIBUTENAMES |
The ATTRIBUTENAMES interface defines the names of all system-defined attributes used in SIRA_PRISE
|
NAMES.CLIENTANDUSERNAMES |
The CLIENTANDUSERNAMES interface defines the names of all system-defined clients and users used in SIRA_PRISE
|
NAMES.COMMANDNAMES |
The COMMANDNAMES interface defines the names of all system-defined commands used in SIRA_PRISE
|
NAMES.FILENAMES |
The FILENAMES interface defines the names of all system-defined files used in SIRA_PRISE
|
NAMES.INDEXNAMES | Deprecated
- indexes have been superseded with hashedrecordtypes and clusteredrecordtypes
|
NAMES.KEYWORDS |
The KEYWORDS interface defines the special keywords of the language
|
NAMES.RELVARNAMES |
The RELVARNAMES interface defines the names of all system-defined relvars used in SIRA_PRISE
|
NAMES.VARIOUSNAMES |
The VARIOUSNAMES interface defines various names used across SIRA_PRISE packages
|
Class | Description |
---|---|
AggregateProxy | |
ByAttributesTupleBufferOrderer |
A ByAttributesTupleOrderer is a Comparator used in ordering tuples that compares attribute values drawn from the tuples to be compared.
|
ByteBufferToValueBufferMapTransformer | |
ClientSideOperatorImplementationsManager | |
ClientSideOperatorImplementationsManagerSigner | |
ClientSideTypeImplementationsManager | |
ClientSideTypeImplementationsManagerProperties |
The ClientSideTypeImplementationsManagerProperties instance holds the configurable properties for the ClientSideTypeImplementationsManager.
|
ClientSideTypeImplementationsManagerSigner | |
DBConnection |
Class used to communicate between a program and the SIRA_PRISE dbms.
|
DBConnectionPool | |
DBConnectionPoolProperties |
DBConnectionPoolProperties can be configured in a DBConnectionPool.properties file.
|
DBConnectionProperties |
The DBConnectionProperties singleton holds the property values mentioned in the DBCONNECTION.PROPERTIES file.
|
DBMonitorConnection |
Class used to communicate between a program and the SIRA_PRISE monitor.
|
DBMonitorConnectionProperties |
The DBMonitorConnectionProperties singleton holds the property values for monitor connections.
|
DBTransaction |
A DBTransaction represents the transaction that is active on some DBConnection.
|
DivideByPerProxy |
DivideByPerProxy
|
ExtendProxy | |
GroupProxy | |
GTCloseProxy | |
IntersectProxy | |
IntersectUsingProxy | |
JoinProxy | |
JoinUsingProxy | |
MinusProxy | |
MinusUsingProxy | |
OneShotDBConnection |
A OneShotDBConnection has all the semantics of a DBConnection.
|
PackProxy |
PackProxy
|
ProcessScript | |
ProcessScriptProperties |
ProcessScriptProperties is a Properties object that holds the Properties that are relevant to the script processor.
|
ProjectProxy | |
RelationProxy | |
Relations | |
RelationValueSelectorFactory | |
RelvarProxy | |
RenameProxy | |
RestrictProxy | |
ReusableDBConnection |
A ReusableDBConnection has all the semantics of a DBConnection.
|
SemiJoinProxy |
SemiMinusProxy
|
SemiJoinUsingProxy |
SemiMinusProxy
|
SemiMinusProxy |
SemiMinusProxy
|
SemiMinusUsingProxy |
SemiMinusProxy
|
ServerAddCommand |
A ServerAddCommand consists of two portions :
The target relvar name
The relational expression defining which tuples in the target relvar will be added
|
ServerAssertCommand |
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.
|
ServerAssignmentCommand | |
ServerBackupCommand | |
ServerBasicAssignmentCommand |
A ServerBasicAssignmentCommand is a server update command that constitutes a single basic operation type on a single relvar target.
|
ServerCommand |
A ServerCommand is any command that can get sent to the SIRA_PRISE server
|
ServerDBVerifyCommand | |
ServerDeleteCommand |
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.
|
ServerDumpDBCommand | |
ServerFilePoolCommand | |
ServerHotRestartCommand | |
ServerInquireCommand |
A NonAssignmentCommand is a command that will not assign a new value to the database, such as INQUIRE.
|
ServerKillConnectionCommand | |
ServerLuwsCommand | |
ServerMemoryCommand | |
ServerMonitorCommand |
A ServerMonitorCommand is any command that can get sent to the SIRA_PRISE server monitor
|
ServerMultipleAssignmentCommand |
A ServerMultipleAssignmentCommand is a command that consists of >1 IndividualAssignmentCommands.
|
ServerNonAssignmentCommand |
A NonAssignmentCommand is a command that will not assign a new value to the database, such as INQUIRE.
|
ServerOperatorImplementationCommand | |
ServerPrintJournalsCommand | |
ServerRelvarPoolCommand | |
ServerShutDownCommand | |
ServerSingleAssignmentCommand |
An AssignmentCommand is a command that will assign a new value to the database, such as ADD,ASSERT,UPDATE.
|
ServerSpaceCalcCommand | |
ServerStatisticsCommand | |
ServerTypeImplementationCommand | |
ServerUnassertCommand |
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.
|
ServerUpdateCommand |
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.
|
SiraPriseServer |
A SiraPriseServer identifies a SIRA_PRISE host or server.
|
SiraPriseWebClient |
Class relating to the client signer and its certificates
|
SummarizebyProxy |
SummarizebyProxy
|
TCloseProxy | |
TransactionMode | |
TransformProxy |
TransformProxy
|
TupleContainer | |
UngroupProxy | |
UnionProxy | |
UnionUsingProxy | |
UnpackProxy |
UnpackProxy
|
Exception | Description |
---|---|
ConnectionClosedException |
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.
|
ConnectionPoolFullException | |
DBException |
A DBException is thrown by DBConnection's communication methods when the SIRA_PRISE server has reported any kind of error.
|
IllegalConnectionStateException |
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.
|
IllegalServerCommandException | |
IllegalTransactionStateException |
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.
|
NoUpdatesException |