Class VariableWrapper

An adapter class for cursor variables that prevents the wrapped object

Declaration

class VariableWrapper
source link

Documentation

from being converted into a string when used to instantiate an OracleParam.
This can be used generally for any other object that should be passed into
Cursor.execute as-is.

Methods