diff --git a/doc/cursor.rst b/doc/cursor.rst index 4cabf68..08afc39 100644 --- a/doc/cursor.rst +++ b/doc/cursor.rst @@ -60,6 +60,10 @@ Cursor Object must contain one entry for each argument that the function expects. The result of the call is the return value of the function. + .. note:: + + The DB API definition does not define this method. + .. method:: Cursor.callproc(name, [parameters=[]]) diff --git a/html/cursor.html b/html/cursor.html index ac3bced..c68db53 100644 --- a/html/cursor.html +++ b/html/cursor.html @@ -94,10 +94,15 @@ statement must have been prepared first.
Call a function with the given name. The return type is specified in the same notation as is required by setinputsizes(). The sequence of parameters must contain one entry for each argument that the function expects. The -result of the call is the return value of the function.
Note
+The DB API definition does not define this method.
+