View netapp_model_view.nameservice_nsswitch_full Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
objid bigint 19 Locally unique object identifier.
uuid varchar 255 Globally unique ID
resourceKey varchar 512
clusterId bigint 19
vserverId bigint 19
nameserviceDatabase enum 10  √  null Name Service Switch Database.
nameserviceDatabaseRaw varchar 255  √  null
nameserviceSources text 65535  √  null Order of looking up Name Service Switch Sources. Possible values are files, dns, ldap or nis.
createTime bigint 19
updateTime bigint 19
objState enum 5 LIVE Internal object state

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`nameservice_nsswitch`.`objid` AS `objid`,`netapp_model`.`nameservice_nsswitch`.`uuid` AS `uuid`,`netapp_model`.`nameservice_nsswitch`.`resourceKey` AS `resourceKey`,`netapp_model`.`nameservice_nsswitch`.`clusterId` AS `clusterId`,`netapp_model`.`nameservice_nsswitch`.`vserverId` AS `vserverId`,`netapp_model`.`nameservice_nsswitch`.`nameserviceDatabase` AS `nameserviceDatabase`,`netapp_model`.`nameservice_nsswitch`.`nameserviceDatabaseRaw` AS `nameserviceDatabaseRaw`,`netapp_model`.`nameservice_nsswitch`.`nameserviceSources` AS `nameserviceSources`,`netapp_model`.`nameservice_nsswitch`.`createTime` AS `createTime`,`netapp_model`.`nameservice_nsswitch`.`updateTime` AS `updateTime`,`netapp_model`.`nameservice_nsswitch`.`objState` AS `objState` from `netapp_model`.`nameservice_nsswitch`