The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SQL::OOP::Command

SYNOPSIS

See document of subclasses.

DESCRIPTION

SQL::OOP::Command is an abstract class which represents SQL commands such as SELECT, INSERT, UPDATE etc.

METHODS

generate

keys_to_idx

new

set

Constants

KEYS

PREFIXES

AUTHOR

Sugama Keita, <sugama@jamadam.com>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Sugama Keita.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.