Help for this page
*{ __PACKAGE__ . '::' . $methodname } = $connect->can( $methodname );
sub AUTOLOAD { ... }; return (shift)->getConnection->$methodname(@_); }