RELATIONSHIPS
oui
DEPRECATED: USE MANUFACTURER INSTEAD
Returns the oui
table entry matching this Node. You can then join on this relation and retrieve the Company name from the related table.
The JOIN is of type LEFT, in case the OUI table has not been populated.
manufacturer
Returns the manufacturer
table entry matching this Node. You can then join on this relation and retrieve the Company name from the related table.
The JOIN is of type LEFT, in case the Manufacturer table has not been populated.
node
Returns the node
table entry matching this wireless entry.
The JOIN is of type LEFT, in case the node
is no longer present in the database but the relation is being used in search()
.
ADDITIONAL COLUMNS
net_mac
Returns the mac
column instantiated into a NetAddr::MAC object.