Changeset 1043

Show
Ignore:
Timestamp:
01/19/07 21:27:35 (2 years ago)
Author:
gboggs
Message:

Added POD for all methods.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/ObjectDriver/DBI/sqlite.pm

    r1031 r1043  
    293293=head1 METHODS 
    294294 
    295 TODO 
    296  
    297 =head1 AUTHOR & COPYRIGHT 
     295=head2 bind_param_attributes($driver, $data_type) 
     296 
     297Return the value of the C<SQL_BLOB> constant if C<$data_type> is given 
     298as 'blob.' 
     299 
     300=head2 column_defs($type) 
     301 
     302Return the datasource column definitions given by C<$type>. 
     303 
     304=head2 db2ts($ts) 
     305 
     306Convert the DB timestamp format to our timestamp format. 
     307 
     308=head2 db2type($db_type) 
     309 
     310Return the generic data type given the given DB column specifier. 
     311 
     312=head2 fetch_id() 
     313 
     314Return the last inserted row id. 
     315 
     316=head2 init 
     317 
     318Initialize the SQLite DB driver. 
     319 
     320=head2 load_iter($class, $terms, $args) 
     321 
     322Return a "non-locking" iteration object for SQLite.  Please see the 
     323L<MT::Object/Loading an existing object or objects> documentation for 
     324method details. 
     325 
     326=head2 ts2db($ts) 
     327 
     328Return the DB formatted timestamp. 
     329 
     330=head2 type2db($def) 
     331 
     332Return the DB column specifier for the given column definition. 
     333 
     334=head2 AUTHOR & COPYRIGHT 
    298335 
    299336Please see L<MT/AUTHOR & COPYRIGHT>.