Searched refs:sqlt_deploy_hook (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/Schema/
H A DTreeLike.pm22 sub sqlt_deploy_hook { subroutine
H A DCustomSql.pm15 sub sqlt_deploy_hook { $_[1]->schema->drop_table($_[1]) } subroutine
H A DArtist.pm66 sub sqlt_deploy_hook { subroutine
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/
H A DSchema.pm55 sub sqlt_deploy_hook { subroutine
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/SQL/Translator/Parser/DBIx/
H A DClass.pm323 if ($dbicschema->can('sqlt_deploy_hook')) {
324 $dbicschema->sqlt_deploy_hook($schema);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSource.pm704 the L<DBIx::Class::Schema/sqlt_deploy_hook>.
727 If a method named C<sqlt_deploy_hook> exists in your Result class, it
738 if ($class and $class->can('sqlt_deploy_hook')) {
739 $class->sqlt_deploy_hook(@_);
H A DSchema.pm470 =head2 sqlt_deploy_hook
485 Note that sqlt_deploy_hook is called by L</deployment_statements>, which in turn

Completed in 86 milliseconds