Difference between revisions of "Public.stpnode (table)"
Line 9: | Line 9: | ||
+ | === Columns === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 15: | Line 16: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | |||
|- | |- | ||
Line 23: | Line 23: | ||
| not null | | not null | ||
| | | | ||
− | | | + | | |
− | |||
|- | |- | ||
| basebridgeaddress | | basebridgeaddress | ||
Line 31: | Line 30: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| basenumports | | basenumports | ||
| integer | | integer | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 43: | Line 40: | ||
| integer | | integer | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 50: | Line 46: | ||
| integer | | integer | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 57: | Line 52: | ||
| integer | | integer | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 66: | Line 60: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| stprootcost | | stprootcost | ||
| integer | | integer | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 78: | Line 70: | ||
| integer | | integer | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 85: | Line 76: | ||
| char(1) | | char(1) | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 92: | Line 82: | ||
| timestamp without time zone | | timestamp without time zone | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 100: | Line 89: | ||
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
|- | |- | ||
Line 106: | Line 94: | ||
| varchar(32) | | varchar(32) | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- | ||
+ | | pk_stpnode | ||
+ | | nodeid, basevlan | ||
+ | |} | ||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |||
+ | |- | ||
+ | | stpnode_basebridgeaddress_idx | ||
+ | | | ||
+ | | basebridgeaddress | ||
+ | |- | ||
+ | | stpnode_nodeid_idx | ||
+ | | | ||
+ | | nodeid | ||
+ | |- | ||
+ | | stpnode_stpdesignatedroot_idx | ||
+ | | | ||
+ | | stpdesignatedroot | ||
+ | |} | ||
+ | === Foreign Keys === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" |
Revision as of 08:33, 11 February 2010
wikibot
Table | public.stpnode |
Columns
Column | Data Type | Nullable | Default | Description |
nodeid | integer | not null | ||
basebridgeaddress | varchar(12) | not null | ||
basenumports | integer | null | ||
basetype | integer | null | ||
stpprotocolspecification | integer | null | ||
stppriority | integer | null | ||
stpdesignatedroot | varchar(16) | null | ||
stprootcost | integer | null | ||
stprootport | integer | null | ||
status | char(1) | not null | ||
lastpolltime | timestamp without time zone | not null | ||
basevlan | integer | not null | ||
basevlanname | varchar(32) | null |
Primary Key
Primary Key | Columns |
pk_stpnode | nodeid, basevlan |
Indexes
Index | Type | Columns |
stpnode_basebridgeaddress_idx | basebridgeaddress | |
stpnode_nodeid_idx | nodeid | |
stpnode_stpdesignatedroot_idx | stpdesignatedroot |
Foreign Keys
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |