... | ... |
@@ -2431,6 +2431,14 @@ Append statement to last of SQL. This is string. |
2431 | 2431 |
|
2432 | 2432 |
$dbi->select(append => 'order by title'); |
2433 | 2433 |
|
2434 |
+=item C<wrap> EXPERIMENTAL |
|
2435 |
+ |
|
2436 |
+Wrap statement. This is array reference. |
|
2437 |
+ |
|
2438 |
+ $dbi->select(wrap => ['select * from (', ') as t where ROWNUM < 10']); |
|
2439 |
+ |
|
2440 |
+This option is for Oracle and SQL Server paging process. |
|
2441 |
+ |
|
2434 | 2442 |
=item C<filter> |
2435 | 2443 |
|
2436 | 2444 |
Filter, executed before data is send to database. This is array reference. |
... | ... |
@@ -6,10 +6,6 @@ DBIx::Custom::Guide - DBIx::Custom Guide |
6 | 6 |
|
7 | 7 |
=head1 GUIDE |
8 | 8 |
|
9 |
-(This guide will be completed nearly future and contains EXPERIMENTAL features |
|
10 |
-The features marked EXPERIMENTAL in POD of L<DBIx::Custom> is |
|
11 |
-EXPERIMENTAL ones) |
|
12 |
- |
|
13 | 9 |
L<DBIx::Custom> is the class to make easy to execute SQL. |
14 | 10 |
This is L<DBI> wrapper class like L<DBIx::Class> or L<DBIx::Simple>. |
15 | 11 |
You can do thing more easy than L<DBIx::Class>, more flexible |
... | ... |
@@ -6,10 +6,6 @@ DBIx::Custom::Guide::Ja - DBIx::Customのガイドブック |
6 | 6 |
|
7 | 7 |
=head1 ガイド |
8 | 8 |
|
9 |
-(このガイドは将来的なもので実験的な機能についても記述されています。 |
|
10 |
-L<DBIx::Custom>のPODにEXPERIMENTALとマークされている |
|
11 |
-ものは実験的な機能です。) |
|
12 |
- |
|
13 | 9 |
L<DBIx::Custom>はSQLの実行を簡単に行うためのクラスです。 |
14 | 10 |
L<DBIx::Class>やL<DBIx::Simple>と同じように |
15 | 11 |
L<DBI>のラッパクラスになっています。L<DBIx::Class>よりも簡単に、 |