Download: Teng-0.17.tar.gz
Dependencies
Annotate this POD
Teng::Plugin::SingleBySQL - (DEPRECATED)single by sql
get one record from your SQL.
my $row = $teng->single_by_sql(q{SELECT id,name FROM user WHERE id = ? LIMIT 1}, [1], 'user');