class documentation

class OracleParam:

View In Hierarchy

Wrapper object for formatting parameters for Oracle. If the string 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.
Method __init__ Undocumented
Instance Variable force​_bytes Undocumented
Instance Variable input​_size Undocumented
def __init__(self, param, cursor, strings_only=False):

Undocumented

force_bytes =

Undocumented

input_size =

Undocumented