Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
This appendix details the C APIs used in V6.0L30 and earlier.
The following table shows the APIs that Shunsaku provides for use by applications created with the C programming language.
Function name |
Description |
---|---|
Adds the specified XML document to Shunsaku. |
|
Deletes an XML document by sending its conductor control information and record identifier to Shunsaku. |
|
Sends a search request to Shunsaku, and receives only the number of hits as the result. |
|
Sends a search request and a return expression to Shunsaku, and receives the number of hits, conductor control information, the record identifier and the XML document for the specified item as the results. |
|
Sends the conductor control information and record identifier for the search target to Shunsaku, and receives the applicable XML document as the result. |
|
Sends a search request, a return expression and a sort expression to Shunsaku, and receives the number of hits, conductor control information, the record identifier and an XML document containing the sorted data for the specified item as the results. Also sends a search request, and a return expression and a sort expression specifying an aggregation function to Shunsaku, and receives aggregated search results. |
All of these functions run correctly in multithreaded environments.
Contents
Index
![]() ![]() |