NAME

DBIO::Storage::DBI::ODBC - Base class for ODBC drivers

VERSION

version 0.900000

DESCRIPTION

This class simply provides a mechanism for discovering and loading a sub-class for a specific ODBC backend. It should be transparent to the user.

METHODS

_rebless

Resolve and rebless into a backend-specific ODBC storage subclass.

_using_freetds

Return true when current connection appears to use FreeTDS.

_using_freetds_version

Return FreeTDS version string if available, 0 if undetermined, or undef when FreeTDS is not in use.

_disable_odbc_array_ops

Disable array-operations behavior in DBD::ODBC using version-appropriate driver attributes.

METHODS

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.