TIBCO ActiveSpaces®
File List
Here is a list of all files with brief descriptions:
 batchresult.hA batchresult object encapsulates the results of a single batch of operations. returned by tibdgSession_GetRows , tibdgSession_PutRows , and tibdgSession_DeleteRows
 conn.hApplications use a connection object to create sessions
 event.hTable Listeners receive event objects in their callback to indicate that a change has occurred on the table they are listening on
 gridmetadata.hA data grid metadata object contains metadata information about the data grid and the tables in the data grid
 iterator.hA DataGrid iterator object traverses the rows of a table
 resultset.hA resultset object is used to iterate over some or all of the rows that are returned after executing a query
 resultsetmetadata.hA resultsetmetadata object is used to obtain information about a query
 row.hRow objects contain columns with values
 sess.hA session object provides the context for a thread of operations involving data grid resources
 statement.hA statment object is used execute SQL and return a resultset
 table.hA table object contains rows
 tablelistener.hA table listener listens for changes to a specific table
 tablemetadata.hA table metadata object contains information about a specific table in the data grid. This information includes column names, column types, index names, etc
 tibdg.hThis file defines calls that intialize and terminate an ActiveSpaces client
 types.hActiveSpaces client datatype definitions