| Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]()
|
| Part 2 Developing Applications by APIs | > Chapter 11 Developing C Applications | > 11.1 C API Overview |
Data manipulation handles can be used to perform data search and update operations. They also retain the data resulting from a search.
Data manipulation handles can be used to perform the following operations.
|
Function name |
Overview |
|---|---|
|
ShunSetStatementAttr |
Set the attributes of data manipulation handle |
|
ShunGetStatementAttr |
Obtain the attributes of data manipulation handle |
|
ShunGetHitCount |
Obtains the number of hits generated by a search expression. |
|
ShunSearch |
Searches for data using a search expression. |
|
ShunSearchRecId |
Searches for an XML document using a record ID. |
|
ShunInsert |
Adds XML documents. |
|
ShunDeleteRecId |
Deletes an XML document using a record ID. |
|
ShunUpdateRecId |
Updates an XML document using a record ID. |
|
ShunSearchKey |
Searches an XML document using a direct access key |
|
ShunDeleteKey |
Deletes an XML document using a direct access key |
|
ShunUpdateKey |
Updates an XML document using a direct access key |
Contents
Index
![]()
|