NAME
Business::Shipping::Data - Database interface
VERSION
$Rev: 190 $
DESCRIPTION
Uses DBI for CSV file access.
METHODS
record( $table, $field, $key, $opt )
Performs a single-record lookup. Analagous to Interchange tag_data() function.
sth()
Returns statement handle.
dbh()
Returns database handle
get_primary_key
Takes a table and returns the name of the column that is the primary key.
AUTHOR
Dan Browning <db@kavod.com>, Kavod Technologies, http://www.kavod.com.
COPYRIGHT AND LICENCE
Copyright (c) 2003-2004 Kavod Technologies, Dan Browning. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. See LICENSE for more info.