Searched refs:loader_options (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/script/
H A Ddbicdump48 my $loader_options;
51 $loader_options->{dump_directory} ||= '.';
65 $loader_options->{$key} = $value;
70 $loader_options,
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/script/
H A Ddbicdump48 my $loader_options;
51 $loader_options->{dump_directory} ||= '.';
65 $loader_options->{$key} = $value;
70 $loader_options,
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/
H A D60dbicdump_config.t42 <loader_options>
47 </loader_options>
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/script/
H A Ddbicdump56 <loader_options>
59 </loader_options>
109 my $loader_options;
118 $loader_options->{dump_directory} ||= '.';
155 $c->{loader_options}->{dump_directory} ||=
156 $loader_options->{dump_directory};
160 $c->{loader_options} || {},
177 $loader_options,
201 $loader_options->{$key} = $value;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/
H A DLoader.pm71 __PACKAGE__->loader_options(
141 =head2 loader_options
145 =item Argument: \%loader_options
154 If you intend to use C<loader_options>, you must call
155 C<loader_options> before any connection is made, or embed the
156 C<loader_options> in the connection information itself as shown
157 below. Setting C<loader_options> after the connection has
162 sub loader_options { subroutine
282 If the final argument is a hashref, and it contains the keys C<loader_options>
285 L</loader_options> o
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/
H A DLoader.pm60 __PACKAGE__->loader_options(
121 =head2 loader_options
125 =item Argument: \%loader_options
134 If you intend to use C<loader_options>, you must call
135 C<loader_options> before any connection is made, or embed the
136 C<loader_options> in the connection information itself as shown
137 below. Setting C<loader_options> after the connection has
142 sub loader_options { subroutine
191 If the final argument is a hashref, and it contains the keys C<loader_options>
194 L</loader_options> o
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/
H A DLoader.pm60 __PACKAGE__->loader_options(
121 =head2 loader_options
125 =item Argument: \%loader_options
134 If you intend to use C<loader_options>, you must call
135 C<loader_options> before any connection is made, or embed the
136 C<loader_options> in the connection information itself as shown
137 below. Setting C<loader_options> after the connection has
142 sub loader_options { subroutine
191 If the final argument is a hashref, and it contains the keys C<loader_options>
194 L</loader_options> o
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DDB2.pm23 __PACKAGE__->loader_options( db_schema => "MYSCHEMA" );
H A Dmysql.pm20 __PACKAGE__->loader_options( debug => 1 );
H A DMSSQL.pm20 __PACKAGE__->loader_options( debug => 1 );
H A DOracle.pm24 __PACKAGE__->loader_options( debug => 1 );
H A DPg.pm24 __PACKAGE__->loader_options( debug => 1 );
H A DSQLite.pm24 __PACKAGE__->loader_options( debug => 1 );
H A DSybase.pm20 __PACKAGE__->loader_options( debug => 1 );
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DDB2.pm23 __PACKAGE__->loader_options( db_schema => "MYSCHEMA" );
H A Dmysql.pm20 __PACKAGE__->loader_options( debug => 1 );
H A DMSSQL.pm20 __PACKAGE__->loader_options( debug => 1 );
H A DOracle.pm24 __PACKAGE__->loader_options( debug => 1 );
H A DPg.pm24 __PACKAGE__->loader_options( debug => 1 );
H A DSQLite.pm24 __PACKAGE__->loader_options( debug => 1 );
H A DSybase.pm20 __PACKAGE__->loader_options( debug => 1 );
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Ddbixcsl_dumper_tests.pm66 $schema_class->loader_options(
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/t/backcompat/0.04006/lib/
H A Ddbixcsl_common_tests.pm84 __PACKAGE__->loader_options(\%loader_opts);
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/t/backcompat/0.04006/lib/
H A Ddbixcsl_common_tests.pm84 __PACKAGE__->loader_options(\%loader_opts);
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/backcompat/0.04006/lib/
H A Ddbixcsl_common_tests.pm77 __PACKAGE__->loader_options(\%loader_opts);

Completed in 140 milliseconds

12