|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRelation | |
---|---|
be.SIRAPRISE.client | |
be.SIRAPRISE.client.jsba | This package contains all the classes and interfaces for the Java SIRA_PRISE Bridging Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA. |
be.SIRAPRISE.messages | |
be.SIRAPRISE.typeimplementations | |
be.SIRAPRISE.util |
Uses of AbstractRelation in be.SIRAPRISE.client |
---|
Subclasses of AbstractRelation in be.SIRAPRISE.client | |
---|---|
class |
InsertionOrderRelation
An InsertionOrderRelation is a relation that maintains its tuples in insertion order. |
class |
OrderedRelation
An OrderedRelation is a relation that maintains its tuples in the order determined by the given comparator |
Methods in be.SIRAPRISE.client that return AbstractRelation | |
---|---|
AbstractRelation |
DBTransaction.compileAndCacheQuery(java.lang.String query)
Sends a query expression to the server for compilation-and-caching. |
AbstractRelation |
DBConnection.compileAndCacheQuery(java.lang.String query)
Deprecated. use the compileAndCacheQuery() method from the DBTransaction instead |
AbstractRelation |
DBTransaction.compileQuery(java.lang.String query)
Sends a query expression to the server for verification only. |
AbstractRelation |
DBConnection.compileQuery(java.lang.String query)
Deprecated. use compileQuery() on the DBTransaction object (obtained from startTransaction()) instead. |
AbstractRelation |
MonitorConnection.execCommand(java.lang.String command,
java.lang.String userID,
Signer userIDSigner,
boolean userIDAuthenticatedByClient)
Sends a monitor command to the server and returns the result obtained. |
AbstractRelation |
DBTransaction.execDmlCommand(DmlCommand command)
Sends a command to the server and returns the result obtained. |
AbstractRelation |
DBTransaction.execDmlCommand(ServerCommand serverCommand)
Sends a command to the server and returns the result obtained. |
AbstractRelation |
DBTransaction.execDmlCommand(java.lang.String cmd)
Sends a command to the server and returns the result obtained. |
AbstractRelation |
DBConnection.execDmlCommand(java.lang.String cmd)
Deprecated. Use the execDmlCommand() method from the DBTransaction instead |
AbstractRelation |
DBTransaction.execDmlCommandAndEndTransaction(DmlCommand command)
Sends a command to the server and returns the result obtained. |
AbstractRelation |
DBTransaction.execDmlCommandAndEndTransaction(ServerCommand serverCommand)
Sends a command to the server and returns the result obtained. |
AbstractRelation |
DBTransaction.execDmlCommandAndEndTransaction(java.lang.String cmd)
Sends a command to the server and returns the result obtained. |
AbstractRelation |
DBConnection.execDmlCommandAndEndTransaction(java.lang.String cmd)
Deprecated. instead, use execDmlCommandAndEndTransaction() on the DBTransaction object obtained from startTransaction() |
AbstractRelation |
DBConnection.execMultipleStatement(java.util.Collection<?> commands)
Deprecated. replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction() |
AbstractRelation |
DBTransaction.execMultipleStatement(java.util.Collection<? extends java.lang.Object> commands)
Executes a series of single-assignment commands as a multiple-assignment command. |
AbstractRelation |
DBTransaction.execMultipleStatement(DmlAssignmentCommand[] commands)
Executes a series of single-assignment commands as a multiple-assignment command. |
AbstractRelation |
DBTransaction.execMultipleStatement(java.lang.String[] commands)
Executes a series of single-assignment commands as a multiple-assignment command. |
AbstractRelation |
DBConnection.execMultipleStatement(java.lang.String[] commands)
Deprecated. replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction() |
AbstractRelation |
DBConnection.execMultipleStatementAndEndTransaction(java.util.Collection<?> commands)
Deprecated. replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction() |
AbstractRelation |
DBTransaction.execMultipleStatementAndEndTransaction(java.util.Collection<? extends java.lang.Object> commands)
Executes a series of single-assignment commands as a multiple-assignment command. |
AbstractRelation |
DBTransaction.execMultipleStatementAndEndTransaction(DmlAssignmentCommand[] commands)
Executes a series of single-assignment commands as a multiple-assignment command. |
AbstractRelation |
DBTransaction.execMultipleStatementAndEndTransaction(java.lang.String[] commands)
Executes a series of single-assignment commands as a multiple-assignment command. |
AbstractRelation |
DBConnection.execMultipleStatementAndEndTransaction(java.lang.String[] commands)
Deprecated. replace this method by the execMultipleStatementAndEndTransaction() of the DBTransaction object obtained from startTransaction() |
AbstractRelation[] |
DBTransaction.execQueries(java.lang.String[] expression)
Executes a series of inquire commands on the server. |
AbstractRelation[] |
DBConnection.execQueries(java.lang.String[] expression)
Deprecated. replace this method by the execQueries() method of the DBTransaction object obtained from startTransaction() |
AbstractRelation[] |
DBTransaction.execQueriesAndEndTransaction(java.lang.String[] expression)
Executes a series of inquire commands on the server. |
AbstractRelation[] |
DBConnection.execQueriesAndEndTransaction(java.lang.String[] expression)
Deprecated. replace this method by the execQueriesAndEndTransaction() method of the DBTransaction object obtained from startTransaction() |
AbstractRelation |
DBTransaction.execQuery(java.lang.String expression)
Executes an inquire command on the server. |
AbstractRelation |
DBConnection.execQuery(java.lang.String expression)
Deprecated. replace this method by the execQuery() method of the DBTransaction object obtained from startTransaction() |
AbstractRelation |
DBTransaction.execQueryAndEndTransaction(java.lang.String expression)
Executes an inquire command on the server. |
AbstractRelation |
DBConnection.execQueryAndEndTransaction(java.lang.String expression)
Deprecated. replace this method by the execQueryAndEndTransaction() method of the DBTransaction object obtained from startTransaction() |
AbstractRelation |
Tuple.rvaValue(java.lang.String attributeName)
Gets The attribute value for a relation-valued attribute, as a Relation object |
AbstractRelation |
ClientTuple.rvaValue(java.lang.String attributeName)
|
Uses of AbstractRelation in be.SIRAPRISE.client.jsba |
---|
Methods in be.SIRAPRISE.client.jsba that return AbstractRelation | |
---|---|
AbstractRelation |
ExpressionInfo.getDbcChecks()
Gets dbcChecks |
AbstractRelation |
ExpressionInfo.getInsertsDeletesInvocations()
Gets diTransactionReferences |
AbstractRelation |
ExpressionInfo.getInvolvedTypes()
Gets involvedTypes |
AbstractRelation |
ExpressionInfo.getNonScalarHeading()
Gets nonScalarHeading |
AbstractRelation |
ExpressionInfo.getReferencedParameters()
Gets referencedParameters |
AbstractRelation |
ExpressionInfo.getReferencedRelvars()
Gets referencedRelvars |
Methods in be.SIRAPRISE.client.jsba with parameters of type AbstractRelation | |
---|---|
void |
ExpressionInfo.setDbcchecksFromDB(AbstractRelation dbcChecks)
Sets The set of database constraint checks that will correspond to this expression being used as the definition of a database constraint |
void |
ExpressionInfo.setInsertsdeletesinvocationsFromDB(AbstractRelation insertsDeletesInvocations)
Sets The set of referenced parameters |
void |
ExpressionInfo.setInvolvedtypesFromDB(AbstractRelation involvedTypes)
Sets The set of involved types |
void |
ExpressionInfo.setNonscalarheadingFromDB(AbstractRelation nonScalarHeading)
Sets The set of attributes and their corresponding type that define the precise RELATION or TUPLE return type |
void |
ExpressionInfo.setReferencedparametersFromDB(AbstractRelation referencedParameters)
Sets The set of referenced parameters |
void |
ExpressionInfo.setReferencedrelvarsFromDB(AbstractRelation referencedRelvars)
Sets The set of referenced parameters |
Uses of AbstractRelation in be.SIRAPRISE.messages |
---|
Methods in be.SIRAPRISE.messages that return AbstractRelation | |
---|---|
AbstractRelation |
DmlExecutedMessage.getRelation()
Gets The relation holding the executed command's return value, or null if the command executed does not return a relation |
Methods in be.SIRAPRISE.messages with parameters of type AbstractRelation | |
---|---|
ServerMessage |
DmlExecutedMessageTypeV1_0.getDmlExecutedMessage(AbstractRelation relation)
|
abstract ServerMessage |
DmlExecutedMessageType.getDmlExecutedMessage(AbstractRelation relation)
Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation holding the return values |
Uses of AbstractRelation in be.SIRAPRISE.typeimplementations |
---|
Methods in be.SIRAPRISE.typeimplementations that return AbstractRelation | |
---|---|
AbstractRelation |
RelationBuffer.getRelation()
Gets the relation value |
Constructors in be.SIRAPRISE.typeimplementations with parameters of type AbstractRelation | |
---|---|
RelationBuffer(AbstractRelation relation)
Creates the buffer and sets its value |
Uses of AbstractRelation in be.SIRAPRISE.util |
---|
Methods in be.SIRAPRISE.util with parameters of type AbstractRelation | |
---|---|
static java.lang.String |
RelationValueSelectorFactory.getRelationAttributeValueCommalist(AbstractRelation x,
java.lang.String attributeName)
|
static be.WAAR.PresentationLayer.DynamicColumnListValue |
WaarListFactory.varColumnListFromSiraPriseQueryResponse(java.lang.String listFieldName,
AbstractRelation relation,
java.util.Locale locale)
Creates a ListValue off the textual result of a sira_prise query |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |