|
|
| |
Teng::Plugin::SingleBySQL(3) |
User Contributed Perl Documentation |
Teng::Plugin::SingleBySQL(3) |
Teng::Plugin::SingleBySQL - (DEPRECATED) Single by SQL
- "$row = $teng->single_by_sql($sql, [\%bind_values,
[$table_name]])"
- get one record from your SQL.
my $row = $teng->single_by_sql(q{SELECT id,name FROM user WHERE id = ? LIMIT 1}, [1], 'user');
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |