|
NAMEDBIx::DBSchema::DBD::Sybase - Sybase database driver for DBIx::DBSchemaSYNOPSISuse DBI; use DBIx::DBSchema;$dbh = DBI->connect('dbi:Sybase:dbname=database', 'user', 'pass'); $schema = new_native DBIx::DBSchema $dbh; DESCRIPTIONThis module implements a Sybase driver for DBIx::DBSchema.AUTHORCharles Shapiro <charles.shapiro@numethods.com> (courtesy of Ivan Kohler <ivan-dbix-dbschema@420.am>)Mitchell Friedman <mitchell.friedman@numethods.com> Bernd Dulfer <bernd@widd.de> COPYRIGHTCopyright (c) 2001 Charles Shapiro, Mitchell J. Friedman Copyright (c) 2001 nuMethods LLC. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.BUGSYes.The primary_key method does not yet work. SEE ALSODBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD
Visit the GSP FreeBSD Man Page Interface. |