Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
N
 name(public instance), DBIx:: StORM:: Table
 new, DBIx:: StORM:: SQLDriver
 new(public static), DBIx:: StORM:: Class
 NEXTKEY, DBIx:: StORM:: TiedRecord
 NEXTKEY(private instance), DBIx:: StORM:: TiedTable
O
 opcode_map, DBIx:: StORM:: SQLDriver
P
 parse, DBIx:: StORM:: ParseCV
 primary_key, DBIx:: StORM:: SQLDriver
 primary_key(public instance), DBIx:: StORM:: Table
R
 refresh, DBIx:: StORM:: Record
S
 SCALAR, DBIx:: StORM:: TiedRecord
 SCALAR(private instance), DBIx:: StORM:: TiedTable
 serialise(public instance), DBIx:: StORM:: Class
 sort(public instance)
 STORE
T
 table_exists, DBIx:: StORM:: SQLDriver
 table_list, DBIx:: StORM:: SQLDriver
 TIEARRAY, DBIx:: StORM:: RecordArray
 TIEHASH, DBIx:: StORM:: TiedRecord
 TIEHASH(private static), DBIx:: StORM:: TiedTable
 TIESCALAR, DBIx:: StORM:: TiedColumn
U
 unserialise(public static), DBIx:: StORM:: Class
 update, DBIx:: StORM:: RecordSet
V
 view(instance), DBIx:: StORM:: RecordSet
 view(public instance), DBIx:: StORM:: Table
Get the name of the table this object represents
sub new
Create a new record object blessed into this class which will be stored in the underlying table.
sub NEXTKEY
Return the next table from the iterator.
sub opcode_map
sub parse
sub primary_key
Fetch a list of all the primary key column names in this table.
sub refresh
sub SCALAR
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.
sub STORE
sub STORE
sub table_exists
sub table_list
sub TIEARRAY
sub TIEHASH
Create a new tied object.
sub TIESCALAR
Recreate an object using the string obtained from serialise() and the database.
sub update
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.