NAME
SQL::Abstract::Query::Delete - An object that represents a SQL DELETE.
DESCRIPTION
The delete query is a very lightweight wrapper around SQL::Abstract's delete() method and provides no additional SQL syntax.
ATTRIBUTES
table
The table to delete rows from. Gets passed straight on to SQL::Abstract.
where
The where clause, optional. Gets passed on, unmodified, to SQL::Abstract.
AUTHOR
Aran Clary Deltac <bluefeet@gmail.com>
LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.