Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Announcing: DBIx::PreQL - Less terrible dynamic SQL

by TGI (Parson)
on Sep 19, 2012 at 19:49 UTC ( [id://994508]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      Tag   Meaning
      ----|----------------------
    ...
       |    Include line if ANY parameters and dependencies are true.
       #    Never include line, i.e. this line is a comment
    
  2. or download this
      Symbol | Meaning           | Example | In Query     | Bind Var
     --------|-------------------|---------|--------------|----------  
      ??       Named Placeholder  ?foo?      '?'            YES
      !!       Dependency         !foo!      Empty string   NO
      !~!      Negated Dependency !~foo!     Empty string   NO
    
  3. or download this
    
    my $sql = <<'END';
    ...
        },
    );
    
  4. or download this
    SELECT
        some, 
    ...
    OFFSET ?
    
    BINDVARS:   'Foolike', 'Barlike', 3, 30
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://994508]
Approved by MidLifeXis
Front-paged by MidLifeXis
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 02:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found