1DBSchema::DBD::Sybase(3U)ser Contributed Perl DocumentatiDoBnSchema::DBD::Sybase(3)
2
3
4
6 DBIx::DBSchema::DBD::Sybase - Sybase database driver for DBIx::DBSchema
7
9 use DBI; use DBIx::DBSchema;
10
11 $dbh = DBI->connect('dbi:Sybase:dbname=database', 'user', 'pass');
12 $schema = new_native DBIx::DBSchema $dbh;
13
15 This module implements a Sybase driver for DBIx::DBSchema.
16
18 Charles Shapiro <charles.shapiro@numethods.com> (courtesy of Ivan
19 Kohler <ivan-dbix-dbschema@420.am>)
20
21 Mitchell Friedman <mitchell.friedman@numethods.com>
22
23 Bernd Dulfer <bernd@widd.de>
24
26 Copyright (c) 2001 Charles Shapiro, Mitchell J. Friedman Copyright (c)
27 2001 nuMethods LLC. All rights reserved. This program is free
28 software; you can redistribute it and/or modify it under the same terms
29 as Perl itself.
30
32 Yes.
33
34 The primary_key method does not yet work.
35
37 DBIx::DBSchema, DBIx::DBSchema::DBD, DBI, DBI::DBD
38
39
40
41perl v5.28.0 2014-05-06 DBSchema::DBD::Sybase(3)