Package uk.org.ogsadai.client.toolkit.activities.sql

Client-side proxies for OGSA-DAI relational activities.

See:
          Description

Class Summary
ExtractPhysicalSchemaToXML Client toolkit proxy for uk.org.ogsadai.activity.sql.ExtractPhysicalSchemaToXMLActivity.
ExtractTableSchema An activity that returns the schema information of a table.
GetAvailableTables Client toolkit proxy for uk.org.ogsadai.activity.management.GetAvailableTablesActivity.
JoinType Specifies the a type of relational join.
SQLBag Client toolkit proxy for uk.org.ogsadai.activity.sql.SQLBagActivity.
SQLBulkLoadTuple Client toolkit proxy for uk.org.ogsadai.activity.sql.SQLBulkLoadTupleActivity.
SQLNestedInClauseJoin An activity that performs a relational join (inner join or left outer join) between tuples received as input and tuples obtained from executing a given SQL query expression.
SQLNestedInClauseQuery An activity that executes an SQL query where some values of the SQL query are populated by values from an input tuple stream.
SQLParameterisedQuery Client toolkit proxy for uk.org.ogsadai.activity.sql.SQLParameterisedQueryActivity.
SQLParameterisedUpdate Client toolkit proxy for uk.org.ogsadai.activity.sql.SQLParameterisedUpdateActivity.
SQLQuery An activity that executes an SQL query on a target relation data resource and produces a list of tuples containing the results of the query.
SQLResilient An activity that tries to submit an SQL query to one of a set of resources.
SQLStatement Client toolkit proxy for activity that executes SQL statements on a data resource and produces tuple lists, update counts or return values as output depending on the SQL statement.
SQLUpdate An activity that executes SQL updates on the target data resource and produces the resulting update counts as output.
TupleMergeJoin Client toolkit proxy for uk.org.ogsadai.activity.sql.TupleMergeJoinActivity.
 

Package uk.org.ogsadai.client.toolkit.activities.sql Description

Client-side proxies for OGSA-DAI relational activities.