Parameter¶
-
class
ctds.
Parameter
(value, output=False)¶ Explicitly define a parameter for
callproc()
,execute()
, orexecutemany()
. This is necessary to indicate whether a parameter is SQL OUTPUT or INPUT/OUTPUT parameter.
ctds.
Parameter
(value, output=False)¶Explicitly define a parameter for callproc()
,
execute()
, or executemany()
. This is necessary
to indicate whether a parameter is SQL OUTPUT or INPUT/OUTPUT
parameter.