LabKey-Query
view release on metacpan or search on metacpan
lib/LabKey/Query.pm view on Meta::CPAN
The following are optional:
-debug => 1, #will result in a more verbose output
-loginAsGuest => #will not attempt to lookup credentials in netrc
-netrcFile => optional. the location of a file to use in place of a .netrc file. see also the environment variable LABKEY_NETRC.
-useragent => an instance of LWP::UserAgent (if not provided, a new instance will be created)
-timeout => timeout in seconds (used when creating a new LWP::UserAgent)
=cut
sub updateRows {
my %args = @_;
my @required = ('-queryName', '-schemaName', '-rows');
_checkRequiredParams(\%args, \@required);
my $ctx = _getServerContext(%args);
my $data = {
"schemaName" => $args{'-schemaName'},
"queryName" => $args{'-queryName'},
( run in 0.261 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )