Encapsulate SQL queries and rows in simple perl objects
This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accesible database.
In order to use this module, you should create a subclass of DBIx::SearchBuilder and a subclass of DBIx::SearchBuilder::Record for each table that you wish to access. (See the documentation of DBIx::SearchBuilder::Record for more information on subclassing it.)
Your DBIx::SearchBuilder subclass must override NewItem, and probably should override at least _Init also; at the very least, _Init should probably call _Handle and _Table to set the database handle (a DBIx::SearchBuilder::Handle object) and table name for the class. You can try to override just about every other method here, as long as you think you know what you are doing.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-DBIx-SearchBuilder && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
DBIx-SearchBuilder-1.82.tar.gz | 0000131634 129 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-DBIx-SearchBuilder.changes | 0000009039 8.83 KB | |
perl-DBIx-SearchBuilder.spec | 0000004194 4.1 KB |
Latest Revision
- updated to 1.82 see /usr/share/doc/packages/perl-DBIx-SearchBuilder/Changes 1.82 2024-04-29 - Format reference to other docs as links - Document the possibly different encoding of returned values - Make wide character tests pass for Oracle - Test if empty strings are saved as NULL on Oracle CLOB fields - Prefer NULL instead of empty CLOBs for Oracle
Comments 0