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 GMTSQL::Stash is a simple query library for SQL statements. SQL statements are populated at the class level. SQL::Stash objects prepare these statements as late as possible (i.e. before they are executed). SQL::Stash is in concept very similar to Ima::D...
SEBNOW/SQL-Stash-v0.2.0 - 02 Feb 2012 13:28:13 GMTThis 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 ...
ILMARI/SQL-Abstract-1.86 - 09 Jul 2018 16:32:08 GMTSQL::OOP::Select class represents Select commands. SQL::OOP::Select->new(%clause) Constructor. It takes arguments in hash. The Hash keys are provided by following methods. They can be called as either class or instance method. ARG_FIELDS ARG_FROM ARG...
JAMADAM/SQL-OOP-0.21 - 29 May 2014 12:49:49 GMTThis class represents a "SELECT" query....
DROLSKY/Fey-0.43 - 16 Jun 2015 03:55:50 GMTSQL::OOP::Dataset is a class which represents data sets for INSERT or UPDATE...
JAMADAM/SQL-OOP-0.21 - 29 May 2014 12:49:49 GMTThis is a simple module which tries to split any SQL code, even including non-standard extensions (for the details see the "SUPPORTED DBMSs" section below), into the atomic statements it is composed of. The logic used to split the SQL code is more so...
EMAZEP/SQL-SplitStatement-1.00020 - 26 Mar 2011 10:06:16 GMTA base class producer designed to be sub-classed to create new TT based producers cheaply - by simply giving the template to use and sprinkling in some extra template variables and config. You can find an introduction to this module in SQL::Translato...
ILMARI/SQL-Translator-1.60 - 29 May 2019 19:36:30 GMT