NAME
DBIO::Firebird::Storage::Common - Shared Firebird / InterBase storage logic
VERSION
version 0.900000
DESCRIPTION
This class contains the shared logic for both Firebird and InterBase drivers. It extends DBIO::Storage::DBI directly to avoid unnecessary inheritance depth.
METHODS
sqlt_type
Returns Firebird, identifying this storage to SQL::Translator.
CAVEATS
last_insert_idsupport by default only works for Firebird versions 2 or greater, auto_nextval however should work with earlier versions.
SEE ALSO
DBIO::Firebird - Firebird schema component
DBIO::Firebird::Storage - Firebird driver via DBD::Firebird
DBIO::Firebird::Storage::InterBase - InterBase driver
DBIO::Storage::DBI - Base DBI storage class
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.