NAME
DBIO::SQLite::SQLMaker - SQLite-specific SQL generation for DBIO
VERSION
version 0.900000
DESCRIPTION
SQLite-specific subclass of DBIO::SQLMaker. Disables SELECT ... FOR UPDATE locking syntax, which SQLite does not support. All other SQL generation is inherited from DBIO::SQLMaker.
This class is set as the sql_maker_class by DBIO::SQLite::Storage and is not normally instantiated directly.
DBIO::SQLMaker - Base SQL generation class
DBIO::SQLite::Storage - Storage driver that uses this SQL maker
DBIO::SQLite - Top-level SQLite schema component
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 40:
Unknown directive: =seealso