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

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

a fixture set for a sqlalchemy record set.
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 obj_id Undocumented
Method set_id returns id of this set (the primary key value).
def __init__(self, data, obj, connection, env, adapter=None):
Undocumented
def attr_to_db_col(self, col):
Undocumented
def get_col_value(self, colname, foreign_key=None):
transform column name into a value or a new set if it's a foreign key (recursion).
def get_id_attr(self):
Undocumented
def obj_id(self):
Undocumented
def set_id(self):
returns id of this set (the primary key value).
API Documentation for fixture, generated by pydoctor.