Class f.c.g.g.SQLObjectFixtureSet(FixtureSet):

Part of fixture.command.generate.generate_sqlobject View In Hierarchy

a fixture set for a SQLObject row.
Method __init__ Undocumented
Method attr_to_db_col Undocumented
Method get_col_value transform column name into a value or a
Method get_id_attr Undocumented
Method mk_var_name returns a variable name for the instance of the fixture class.
Method set_id returns id of this set (the primary key value).
Method understand_columns get an understanding of what columns are what, foreign keys, etc.
def __init__(self, data, model, connection=None):
Undocumented
def attr_to_db_col(self, col):
Undocumented
def get_col_value(self, colname):
transform column name into a value or a new set if it's a foreign key (recursion).
def get_id_attr(self):
Undocumented
def mk_var_name(self):
returns a variable name for the instance of the fixture class.
def set_id(self):
returns id of this set (the primary key value).
def understand_columns(self):
get an understanding of what columns are what, foreign keys, etc.
API Documentation for fixture, generated by pydoctor.