Package | Description |
---|---|
be.SIRAPRISE.client |
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
|
be.SIRAPRISE.client.jsba |
This package contains all the classes and interfaces for the
Java
SIRA_PRISE
Bridging
Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA.
|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Class and Description |
---|
AggregateProxy |
ByAttributesTupleBufferOrderer
A ByAttributesTupleOrderer is a Comparator used in ordering tuples that compares attribute values drawn from the tuples to be compared.
|
ClientSideOperatorImplementationsManager |
ClientSideTypeImplementationsManagerProperties
The ClientSideTypeImplementationsManagerProperties instance holds the configurable properties for the ClientSideTypeImplementationsManager.
|
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.
|
DBConnection
Class used to communicate between a program and the SIRA_PRISE dbms.
|
DBException
A DBException is thrown by DBConnection's communication methods when the SIRA_PRISE server has reported any kind of error.
|
DBTransaction
A DBTransaction represents the transaction that is active on some DBConnection.
|
ExtendProxy |
GroupProxy |
GTCloseProxy |
IllegalServerCommandException |
IntersectProxy |
IRelation |
JoinProxy |
JoinUsingProxy |
MinusProxy |
MinusUsingProxy |
PackProxy
PackProxy
|
ProjectProxy |
RelationProxy |
RenameProxy |
RestrictProxy |
SemiJoinProxy
SemiMinusProxy
|
SemiJoinUsingProxy
SemiMinusProxy
|
SemiMinusProxy
SemiMinusProxy
|
SemiMinusUsingProxy
SemiMinusProxy
|
ServerAssignmentCommand |
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
|
ServerMonitorCommand
A ServerMonitorCommand is any command that can get sent to the SIRA_PRISE server monitor
|
ServerNonAssignmentCommand
A NonAssignmentCommand is a command that will not assign a new value to the database, such as INQUIRE.
|
ServerSingleAssignmentCommand
An AssignmentCommand is a command that will assign a new value to the database, such as ADD,ASSERT,UPDATE.
|
SiraPriseServer
A SiraPriseServer identifies a SIRA_PRISE host or server.
|
SummarizebyProxy
SummarizebyProxy
|
TCloseProxy |
TransactionMode |
TransformProxy
TransformProxy
|
UngroupProxy |
UnionProxy |
UnpackProxy
UnpackProxy
|
Class and 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.
|
DBTransaction
A DBTransaction represents the transaction that is active on some DBConnection.
|
NoUpdatesException |
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 |
ServerCommand
A ServerCommand is any command that can get sent to the SIRA_PRISE server
|
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.
|
ServerMultipleAssignmentCommand
A ServerMultipleAssignmentCommand is a command that consists of >1 IndividualAssignmentCommands.
|
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.
|
TupleContainer |
Class and Description |
---|
IRelation |
TupleContainer |