Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT/INSERT/UPDATE/DELETE operations with Amazon DynamoDB.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Amazon DynamoDB, along with an indication of whether the procedure succeeded or failed.
CData ODBC Driver for Amazon DynamoDB Stored Procedures
| Name | Description |
| CreateSchema | Generates a schema file for a specified table or view, detailing its structure and attributes for use in DynamoDB operations. |
| CreateTable | Creates a new table in DynamoDB with specified partition and sort keys, along with optional billing mode and capacity settings. |