The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:SQL::Statement::Term"

SQL::Statement::Term - base class for all terms River stage two • 22 direct dependents • 82 total dependents

SQL::Statement::Term is an abstract base class providing the interface for all terms....

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC

SQL::Statement::TermFactory - Factory for SQL::Statement::Term instances River stage two • 22 direct dependents • 82 total dependents

This package implements a factory to create type and operation based terms. Those terms are used to access data from the table(s) - either when evaluating the where clause or returning column data. The concept of a factory can be studied in *Design P...

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC

Fey::SQL - Documentation on SQL generation with Fey and SQL object factory River stage one • 6 direct dependents • 9 total dependents

This module mostly exists to provide documentation and a factory interface for making SQL statement objects. For convenience, loading this module loads all of the "Fey::SQL::*" classes, such as Fey::SQL::Select, Fey::SQL::Delete, etc....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

SQL::Yapp - SQL syntax in Perl with compile-time syntax checks River stage zero No dependents

The purpose of this module is to provide a means to make SQL injections totally impossible, and to provide an easy, native SQL interface in Perl. These two goals go hand in hand: by embedding a full SQL parser in the Perl compiler, forcing proper quo...

THEILING/SQL-Yapp-2.002 - 03 Dec 2017 14:02:27 UTC

SQL::Shell - command interpreter for DBI shells River stage zero No dependents

SQL::Shell is a command-interpreter API for building shells and batch scripts. A command-line interface with readline support - sqlsh.pl - is included as part of the CPAN distribution. See <SQL::Shell::Manual> for a user guide. SQL::Shell offers feat...

MGUALDRON/SQL-Shell-1.17 - 24 May 2019 20:37:58 UTC

SQL::Snippet - Conatraint-based OO Interface to RDBMS River stage zero No dependents

SQL::Snippet has two major benefits: 1) Ease of system maintenence: all SQL is removed from individual perl scripts and boiled down into unique elements. These elements are named after the real-world objects they represent and are stored in one centr...

PRL/SQL-Snippet-0.03 - 20 Aug 2002 15:11:20 UTC

SQL::Concrete - render SQL from fragments and placeholders from data structures River stage one • 1 direct dependent • 1 total dependent

This module converts SQL fragments interleaved with variable references and some keywords into one regular SQL string along with a list of bind values, suitable for passing to DBI. It is an antithesis of sorts to SQL::Abstract: you are expected to wr...

ARISTOTLE/SQL-Concrete-1.004 - 03 Sep 2022 13:32:11 UTC

SQL::Abstract - Generate SQL from Perl data structures River stage three • 68 direct dependents • 611 total dependents

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

Fey::SQL::Select - Represents a SELECT query River stage one • 6 direct dependents • 9 total dependents

This class represents a "SELECT" query....

DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 UTC

Data::ObjectDriver::SQL - an SQL statement River stage one • 4 direct dependents • 9 total dependents

*Data::ObjectDriver::SQL* represents an SQL statement. SQL statements are used internally to "Data::ObjectDriver::Driver::DBI" object drivers to convert database operations ("search()", "update()", etc) into database operations, but sometimes you jus...

SIXAPART/Data-ObjectDriver-0.22 - 01 Feb 2023 05:19:05 UTC

SQL::Engine::Grammar - Standard Grammar River stage zero No dependents

This package provides methods for converting json-sql <https://github.com/iamalnewkirk/json-sql> data structures into SQL statements....

AWNCORP/SQL-Engine-0.03 - 15 Aug 2020 17:03:30 UTC

SQL::Statement::Util River stage two • 22 direct dependents • 82 total dependents

This package contains three utility classes to handle deliverable columns....

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC

SQL::Abstract::Classic - Generate SQL from Perl data structures River stage three • 4 direct dependents • 468 total dependents

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::AnchoredWildcards - add anchors ('^', '$') to SQL wildcards River stage zero No dependents

SQL::AnchorWildcards enhances the default SQL SELECT..LIKE wildcard processing by adding support for the '^' and '$' anchor metacharacters. When using sql_anchor_wildcards(), if the pattern does not contain '^' ('$'), the search pattern is unanchored...

MLFISHER/SQL-AnchoredWildcards-1.0 - 19 Mar 2000 16:12:34 UTC

SQL::Statement::Function - abstract base class for all function executing terms River stage two • 22 direct dependents • 82 total dependents

SQL::Statement::Function is an abstract base class providing the interface for all function executing terms....

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC

SQL::Statement::Operation - base class for all operation terms River stage two • 22 direct dependents • 82 total dependents

SQL::Statement::Operation is an abstract base class providing the interface for all operation terms....

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC

SQL::Statement::Placeholder - implements getting the next placeholder value River stage two • 22 direct dependents • 82 total dependents

SQL::Statement::Placeholder implements getting the next placeholder value. Accessing a specific placeholder is currently unimplemented and not tested....

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC
17 results (0.063 seconds)