Index
Fetch a DBIx::StORM::Record object for the next result in the RecordSet. Fetch a table object for a particular table in the hash Create a DBIx::StORM::FilteredRecordSet to represent a filtered set of results from the database. An array of cached results from parsing perl subroutine references into SQL.
Reset the iterator and return the first hash object. Return a set of foreign keys in this table that point to primary keys in other tables and cache the result. Fetch a hash of all the foreign keys in this table. Fetch a table object using this database connection. Fetch a field from the Record. Filter this DBIx::StORM::RecordSet by applying a result filter. Fetch a RecordSet of all the records in the table this meet the criteria of the filter $sub. Filter this DBIx::StORM::RecordSet using a perl filter. Fetch the record that has a given primary key value. Take a row of data from the database and turn it into an in-memory representation of the row to work with. Add an inflater to the inflation chain for this connection. Insert a new row into the table Build a hashmap of lexical variables used in a coderef. Fetch the first row from this RecordSet, and optionally fetch a particular field from it. 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. A cache of recommended columns for a given RecordSet.
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.
The version of this package. 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.
|