Class OracleParam

Wrapper object for formatting parameters for Oracle. If the string

Declaration

class OracleParam
source link

Documentation

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