ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Apache CouchDB の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにApache CouchDB から関連するレスポンスデータを返します。
CData ADO.NET Provider for Apache CouchDB ストアドプロシージャ
| Name | Description |
| CreateSchema | Creates a schema definition of a table in Apache CouchDB. Control column discovery with the connection properties FlattenObjects, FlattenArrays, TypeDetectionScheme, and RowScanDepth. |
| GetDocumentOnRevision | Retrieves the full content of a CouchDB document as it existed in a specific revision. This enables you to view or work with the document’s state at a particular point in its revision history. |