changed POD formatting

This commit is contained in:
JT Smith 2004-09-14 02:22:38 +00:00
parent bf5a0145ae
commit 2b6eb201a9
55 changed files with 1188 additions and 3220 deletions

View file

@ -63,33 +63,25 @@ sub buildQuery {
=head2 new( %p )
=over
=item properties
=head3 properties
A hashref of field name to a hash reference of property settings.
Currently used settings are:
=over
=item * quote
=head3 * quote
If true values for this field are automatically quoted.
=back
=item table
=head3 table
The name of the table to query.
=item where
=head3 where
A hash reference or array reference of arguments to build a where clause from.
See parseWhereArgs for details.
=back
=cut
1;

View file

@ -81,28 +81,20 @@ sub buildQuery {
=head2 new( %p )
=over
=item data
=head3 data
A hash reference of field name to value.
=item properties
=head3 properties
=over
=item * quote
=head3 * quote
If true values for this field are automatically quoted.
=back
=item table
=head3 table
The name of the table to query.
=back
=cut
sub new {

View file

@ -119,39 +119,33 @@ sub buildSelectFields {
=head2 new( %p )
=over
=item fields
=head3 fields
An array reference of field names (optional).
=item groupBy
=head3 groupBy
An array reference of fields to group results by
=item limit
=head3 limit
A scalar limit.
=item orderBy
=head3 orderBy
An array reference of fields to order results by
=item properties
=head3 properties
=over
=item * quote
=head3 * quote
If true values for this field are automatically quoted.
=back
=item table
=head3 table
The name of the table to query.
=item where
=head3 where
A hash reference or array reference of arguments to build a where clause from.
See WebGUI::Persistent::Query::parseWhereArgs for details.

View file

@ -81,31 +81,23 @@ sub buildSet {
=head2 new( %p )
=over
=item data
=head3 data
A hash reference of field name to value.
=item properties
=head3 properties
=over
=item * quote
=head3 * quote
If true values for this field are automatically quoted.
=back
=head3 table
=item table
=item where
=head3 where
A hash reference or array reference of arguments to build a where clause from.
See WebGUI::Persistent::Query::parseWhereArgs for details.
=back
=cut
sub new {