Search results for "module:SQL::Interp"
SQL::Interp - Interpolate Perl variables into SQL statements
SQL::Interp converts a list of intermixed SQL fragments and variable references into a conventional SQL string and *list of bind values* suitable for passing onto DBI. This simple technique creates database calls that are simpler to create and easier...
YORHEL/SQL-Interp-1.27 - 15 Feb 2021 09:27:30 UTC
SQL::Object::Interp - Yet another SQL condition builder with SQL::Interp
SQL::Object::Interp is an extension of raw level SQL maker "SQL::Object". SQL::Object::sql_obj is incompatible with SQL::Interp::sql_interp which returns ($stmt, @binds). SQL::Object::Interp::isql_obj is a substitute of sql_obj which is compatible wi...
NARAZAKA/SQL-Object-Interp-0.04 - 04 Mar 2013 15:53:15 UTC
SQL::Steno - Short hand for SQL and compact output
You're the command-line type, but are tired of typing "select * from TABLE where CONDITION", always forgetting the final ";"? Output always seems far too wide and at least mysql cli messes up the format when it includes newlines? This module consists...
PFEIFFER/SQL-Steno-0.3.2 - 15 May 2016 17:51:12 UTC
SQL::Yapp - SQL syntax in Perl with compile-time syntax checks
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::Interpol - interpolate Perl variables into SQL statements
This module converts SQL fragments interleaved with variable references into one regular SQL string along with a list of bind values, suitable for passing to DBI. This makes database code easier to read as well as easier to write, while easily provid...
ARISTOTLE/SQL-Interpol-1.104 - 03 Sep 2022 15:45:38 UTC
SQL::Interpolate - Simplified interpolation of Perl variables into SQL statements
Purpose SQL::Interpolate interpolates Perl variables into SQL statements in a simplified manner. It converts a list of intermixed SQL fragments and variable references into a conventional SQL string and *list of bind values* suitable for passing onto...
DMANURA/SQL-Interpolate-0.32 - 05 Nov 2005 20:22:08 UTC
SQL::KeywordSearch - generate SQL for simple keyword searches
MARKSTOS/SQL-KeywordSearch-1.13
-
06 Apr 2009 18:58:06 UTC
SQL::Interpolate::Macro - Macros and SQL filters for SQL::Interpolate
This module provides macro and filter capabilities to further simplify the construction of SQL queries using SQL::Interpolate. Various macros and filters are included as well as a framework for writing your own. Macros are objects derived from SQL::I...
DMANURA/SQL-Interpolate-0.32 - 05 Nov 2005 20:22:08 UTC