Class OracleParam
Wrapper object for formatting parameters for Oracle. If the string
Declaration
class OracleParam
source linkDocumentation
representation of the value is large enough (greater than 4000 characters)
the input size needs to be set as CLOB. Alternatively, if the parameter
has an `input_size` attribute, then the value of the `input_size` attribute
will be used instead. Otherwise, no input size will be set for the
parameter when executing the query.
Methods
▷ def __init__(self, param, cursor, strings_only=False)