GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::Netdisco::DB::ResultSet::DeviceModule(3) User Contributed Perl Documentation App::Netdisco::DB::ResultSet::DeviceModule(3)

This variant of the standard "search()" method returns a ResultSet of Device Module entries. It is written to support web forms which accept fields that match and locate Device Modules in the database.

The hashref parameter should contain fields from the Device Module table which will be intelligently used in a search query.

In addition, you can provide the key "matchall" which, given a True or False value, controls whether fields must all match or whether any can match, to select a row.

Supported keys:

matchall
If a True value, fields must all match to return a given row of the Device table, otherwise any field matching will cause the row to be included in results.
description
Can match the "description" field as a substring.
name
Can match the "name" field as a substring.
type
Can match the "type" field as a substring.
model
Can match the "model" field as a substring.
serial
Can match the "serial" field as a substring.
class
Will match exactly the "class" field.
ips
List of Device IPs containing modules.
2022-06-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.