NAME

DBIO::Sybase::Storage - Base class for drivers using DBD::Sybase

VERSION

version 0.900000

DESCRIPTION

Base storage class and dispatcher for DBD::Sybase-based connections. On first use, this storage introspects the connected server type via sp_server_info and reblesses itself into the appropriate subclass: DBIO::Sybase::Storage::ASE for Sybase ASE, or falls back to subclasses registered for other server types (such as DBIO::MSSQL::Storage::Sybase for Microsoft SQL Server).

If DBD::Sybase was compiled against FreeTDS, the FreeTDS fixups from DBIO::Sybase::Storage::FreeTDS are mixed in automatically.

SEE ALSO

AUTHOR

DBIO & DBIx::Class Authors

COPYRIGHT AND LICENSE

Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.