DBIx::DBSchema::DBD::Sybase - Sybase database driver for DBIx::DBSchema

NAME  SYNOPSIS  DESCRIPTION  AUTHOR  COPYRIGHT  BUGS  SEE ALSO 

NAME

DBIx::DBSchema::DBD::Sybase − Sybase database driver for DBIx::DBSchema

SYNOPSIS

use DBI; use DBIx::DBSchema;

$dbh = DBI−>connect(’dbi:Sybase:dbname=database’, ’user’, ’pass’); $schema = new_native DBIx::DBSchema $dbh;

DESCRIPTION

This module implements a Sybase driver for DBIx::DBSchema.

AUTHOR

Charles Shapiro <[email protected]> (courtesy of Ivan Kohler <ivan−dbix−[email protected]>)

Mitchell Friedman <[email protected]>

Bernd Dulfer <[email protected]>

Nathan Anderson <http://1id.com/=nathan.anderson>

COPYRIGHT

Copyright (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.

BUGS

Yes.

The primary_key method does not yet work.

SEE ALSO

DBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD


Updated 2024-01-29 - jenkler.se | uex.se