Search results for "distribution:DBIx-Class-Smooth DBIx::Class"
DBIx::Class::Smooth - Sugar for DBIx::Class
DBIx::Class::Smooth is a sugar layer for DBIx::Class, partially built on top of DBIx::Class::Candy and DBIx::Class::Helpers....
CSSON/DBIx-Class-Smooth-0.0108 - 29 Nov 2020 19:45:40 UTC
DBIx::Class::Smooth::Fields - Specify columns
DBIx::Class::Smooth::Fields defines an alternative way to specify columns in DBIx::Class result sources. They make most sense when used together with the functions exported by Smooth::Helper::Row::Creation. These are just functions that return the ha...
CSSON/DBIx-Class-Smooth-0.0108 - 29 Nov 2020 19:45:40 UTC
DBIx::Class::Smooth::Schema - Short intro
DBIx::Class::Smooth::Schema adds method accessors for all resultsets. In short, instead of this: my $schema = MyApp::Schema->connect(...); my $result = $schema->resultset('Author'); You can do this: my $schema = MyApp::Schema->connect(...); my $resul...
CSSON/DBIx-Class-Smooth-0.0108 - 29 Nov 2020 19:45:40 UTC
DBIx::Class::Smooth::ResultSet - Short intro
CSSON/DBIx-Class-Smooth-0.0108
-
29 Nov 2020 19:45:40 UTC
DBIx::Class::Smooth::Functions - Specify columns
DBIx::Class::Smooth::Functions contains SQL function helpers. They work together with "annotate" (which is added by DBIx::Class::Smooth::ResultSet) to make adding calculated columns easier. See synopsis for a general example. 1; __END__ Arguments Pas...
CSSON/DBIx-Class-Smooth-0.0108 - 29 Nov 2020 19:45:40 UTC
DBIx::Class::Smooth::FilterItem - Short intro
CSSON/DBIx-Class-Smooth-0.0108
-
29 Nov 2020 19:45:40 UTC
DBIx::Class::Smooth::ResultBase - Short intro
Adding indices (apart from primary keys and unique constraints) requires creating a "sqlt_deploy_hook" method and calling "add_index" manually. This module adds the "indexed" column attribute. Possible values "indexed" behaves differently depending o...
CSSON/DBIx-Class-Smooth-0.0108 - 29 Nov 2020 19:45:40 UTC