SQL::Abstract::Role::Plugin(3) | User Contributed Perl Documentation | SQL::Abstract::Role::Plugin(3) |
NAME¶
SQL::Abstract::Role::Plugin - helpful methods for plugin authors
METHODS¶
apply_to¶
Applies the plugin to an SQL::Abstract object.
register_extensions¶
Provided by the plugin, registers its extensions to the sqla object.
cb¶
Creates a callback to call a method on the plugin.
register¶
Calls methods on the sqla object with arguments wrapped as callbacks.
sqla¶
Available only during plugin callback executions, contains the currently active SQL::Abstract object.
2021-01-24 | perl v5.40.0 |