Function Index
Get the name of the table this object represents
Create a new record object blessed into this class which will be stored in the underlying table.
Return the next table from the iterator.
Fetch a list of all the primary key column names in this table.
Return the number of tables available on the connection. Serialise an object to a string description which can be used to fetch it back from the database later. Create a DBIx::StORM::OrderedRecordSet to represent the same records as in this object, but sorted into a particular order. Sort this DBIx::StORM::RecordSet by applying a sort routine.
Create a new tied object.
Recreate an object using the string obtained from serialise() and the database.
Create a DBIx::StORM::RecordSetWithView to represent a set of results from the database with computed columns Create a new DBIx::StORM::RecordSet with derivable columns added. |