fixed [ 808704 ] Privilege API missing in Ruling WebGUI 5.4

This commit is contained in:
JT Smith 2003-11-16 21:44:16 +00:00
parent 5d7e6b409e
commit 3de82406e1
3 changed files with 7 additions and 13 deletions

View file

@ -23,15 +23,15 @@ our @ISA = qw(WebGUI::Persistent::Query);
=head1 NAME
Package WebGUI::Persistent::Query::Insert
Package WebGUI::Persistent::Query::Update
=head1 DESCRIPTION
This class allows reliable dynamic building of Sql insert queries.
This class allows reliable dynamic building of Sql update queries.
=head1 SYNOPSIS
my $query = WebGUI::Persistent::Query::Insert->new(
my $query = WebGUI::Persistent::Query::Update->new(
table => 'myTable',
where => [A => [1,2],[{C => 'hello',B => 1}]],
data => {