class documentation

class InsertVar:

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):

Undocumented

def bind_parameter(self, cursor):

Undocumented

def get_value(self):

Undocumented

types =

Undocumented

bound_param =

Undocumented

db_type =

Undocumented