![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Answer: What are placeholders in DBI, and why would I want to use them?by MidLifeXis (Monsignor) |
on Dec 30, 2015 at 13:38 UTC ( #1151481=note: print w/replies, xml ) | Need Help?? |
You can, however, do something along the lines of:
in order to generate the proper placeholder-based statement that you can then pass your parameters into. See also DBIx::PreQL. Update: As per BrowserUK (below), in order to make use of this, you either need to prepare your query each time, cache your prepared query based on number of parameters using prepare_cached or some other method, or know that the number of parameters will be the same each and every time. --MidLifeXis
In Section
Seekers of Perl Wisdom
|
|