|
Using a Stored ProcedureStored procedures can be called using Python within Chameleon, just like any other query. Although the Python wrapper does not provide parameter binding, you can still compose a query directly with all parameters. The following code example demonstrates how to call a stored procedure from an inbound script:
|