class documentation

class InsertVar: (source)

View In Hierarchy

A late-binding cursor variable that can be passed to Cursor.execute as a parameter, in order to receive the id of the row created by an insert statement.

Method __init__ Undocumented
Method bind_parameter Undocumented
Method get_value Undocumented
Class Variable types Undocumented
Instance Variable bound_param Undocumented
Instance Variable db_type Undocumented
def __init__(self, field): (source)

Undocumented

def bind_parameter(self, cursor): (source)

Undocumented

def get_value(self): (source)

Undocumented

Undocumented

bound_param = (source)

Undocumented

Undocumented