Search results for "module:SQL::Abstract"
SQL::Abstract - Generate SQL from Perl data structures
This module was inspired by the excellent DBIx::Abstract. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to ...
MSTROUT/SQL-Abstract-2.000001 - 23 Jan 2021 07:24:31 UTC
SQL::Abstract::Pg - PostgreSQL features for SQL::Abstract
SQL::Abstract::Pg extends SQL::Abstract with a few PostgreSQL features used by Mojo::Pg. JSON In many places (as supported by SQL::Abstract) you can use the "-json" unary op to encode JSON from Perl data structures. # "UPDATE some_table SET foo = '[1...
SRI/SQL-Abstract-Pg-1.0 - 20 Feb 2021 16:53:26 UTC
DBIx::SQL::Abstract - Provides a convenient abstraction layer to a database.
The intention of this module is to join some methods from the DBI and the SQL::Abstract modules, for a convenient and easy use. To begin, we create an object, but first we must create a hash which contains the database parameters as follows. my %dbcf...
ALECS/DBIx-SQL-Abstract-0.07 - 12 Sep 2005 18:09:31 UTC
SQL::Abstract::More - extension of SQL::Abstract with more constructs and more flexible API
This module generates SQL from Perl data structures. It is a subclass of SQL::Abstract::Classic or SQL::Abstract, fully compatible with the parent class, but with some improvements : * methods take arguments as *named parameters* instead of positiona...
DAMI/SQL-Abstract-More-1.39 - 22 Jul 2022 14:53:30 UTC
SQL::Abstract::Test - Helper function for testing SQL::Abstract
This module is only intended for authors of tests on SQL::Abstract and related modules; it exports functions for comparing two SQL statements and their bound values. The SQL comparison is performed on *abstract syntax*, ignoring differences in spaces...
MSTROUT/SQL-Abstract-2.000001 - 23 Jan 2021 07:24:31 UTC
SQL::Abstract::Util - Small collection of utilities for SQL::Abstract::Classic
RIBASUSHI/SQL-Abstract-Classic-1.91
-
17 Oct 2019 10:29:44 UTC
SQL::Abstract::Tree - Represent SQL as an AST
MSTROUT/SQL-Abstract-2.000001
-
23 Jan 2021 07:24:31 UTC
SQL::Abstract::mysql - Generate SQL from Perl data structures for MySQL and MariaDB
SQL::Abstract::mysql extends SQL::Abstract with a few MySQL / MariaDB features used by Mojo::mysql. It was inspired by SQL::Abstract::Pg....
JHTHORSEN/Mojo-mysql-1.26 - 09 Dec 2022 01:42:24 UTC
SQL::Abstract::Limit - portable LIMIT emulation
Portability layer for LIMIT emulation. new( case => 'lower', cmp => 'like', logic => 'and', convert => 'upper', limit_dialect => 'Top' ) All settings are optional. limit_dialect Sets the default syntax model to use for emulating a "LIMIT $rows OFFSET...
ASB/SQL-Abstract-Limit-0.143 - 28 Mar 2021 19:25:37 UTC
SQL::Abstract::Builder - Builds and executers relational queries
It gives you a very simple way to define fetch documents (rows and related children) from your relational DB (instead of just rows)....
TRON/SQL-Abstract-Builder-v0.1.1 - 26 Apr 2012 20:19:29 UTC
SQL::Abstract::Classic - Generate SQL from Perl data structures
This module was inspired by the excellent DBIx::Abstract. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to ...
RIBASUSHI/SQL-Abstract-Classic-1.91 - 17 Oct 2019 10:29:44 UTC
SQL::Abstract::Prefetch - implement "prefetch" for DBI RDBMS
This class implements "prefetch" in the style of DBIx::Class. Stages of operation: * Generate a "query spec" that describes what you want back from the database - which fields from which tables, and what relations to join. * Generate SQL (and bind pa...
ETJ/SQL-Abstract-Prefetch-0.003 - 11 Apr 2019 04:11:46 UTC
SQL::Abstract::Complete - Generate complete SQL from Perl data structures
This module was inspired by the excellent SQL::Abstract, from which in inherits. However, in trying to use the module, I found that what I really wanted to do was generate complete SELECT statements including joins and group by clauses. So, I set out...
GRYPHON/SQL-Abstract-Complete-1.08 - 20 Mar 2022 00:54:25 UTC
SQL::Abstract::Reference - Reference documentation for SQL::Abstract
MSTROUT/SQL-Abstract-2.000001
-
23 Jan 2021 07:24:31 UTC
SQL::Abstract::FromQuery - Translating an HTTP Query into SQL::Abstract structure
This module is intended to help building Web applications with complex search forms. It translates user input, as obtained from an HTML form, into a datastructure suitable as a %where clause for the SQL::Abstract module; that module will in turn prod...
DAMI/SQL-Abstract-FromQuery-0.11 - 03 Feb 2021 23:38:47 UTC
SQL::Abstract::Role::Plugin - helpful methods for plugin authors
MSTROUT/SQL-Abstract-2.000001
-
23 Jan 2021 07:24:31 UTC
SQL::Abstract::FromQuery::FR - SQL::Abstract::FromQuery extension for French dates and times
This subclass extends the SQL::Abstract::FromQuery grammar for accepting keywords in french (like 'ENTRE', 'VRAI', 'FAUX', 'NUL')....
DAMI/SQL-Abstract-FromQuery-0.11 - 03 Feb 2021 23:38:47 UTC
CellBIS::SQL::Abstract::Test - A part of Unit Testing
This module is only a test instrument in SQLite, Mariadb, and PostgreSQL...
YUSRIDEB/CellBIS-SQL-Abstract-1.5 - 08 Apr 2021 21:32:00 UTC
SQL::Abstract::FromQuery::Oracle - SQL::Abstract::FromQuery extension for Oracle queries
This subclass automatically adds Oracle "TO_DATE(...)" conversions in SQL generated from date and time fields....
DAMI/SQL-Abstract-FromQuery-0.11 - 03 Feb 2021 23:38:47 UTC
SQL::Abstract::Plugin::TableAlias - automagical table aliasing
This module is an extension of the SQL::Abstract::Plugin::ExtraClauses plugin, it's objective is to assist with the aliasing of tables....
LNATION/SQL-Abstract-Plugin-TableAlias-0.04 - 12 Feb 2023 20:03:07 UTC