|
NAMESPOPS::DBI::MySQL -- MySQL-specific code for DBI collectionsSYNOPSISmyobject => { isa => [ qw( SPOPS::DBI::MySQL SPOPS::DBI ) ], increment_field => 1, }; DESCRIPTIONThis just implements some MySQL-specific routines so we can abstract them out.One of these items is to return the just-inserted ID. Only works for tables that have at least one auto-increment field: CREATE TABLE my_table ( id int not null auto_increment, ... ) You must also specify a true value for the class configuration variable 'increment_field' to be able to automatically retrieve auto-increment field values. BUGSNone known.TO DONothing known.SEE ALSOSPOPS::Key::HandleFieldDBD::mysql DBI COPYRIGHTCopyright (c) 2001-2004 intes.net, inc.. All rights reserved.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORSChris Winters <chris@cwinters.com>
Visit the GSP FreeBSD Man Page Interface. |