目录ux_sequence
包含有关序列的信息。
有些有关序列的信息,比如名称和模式,在ux_class
中。
表?14.46.?ux_sequence
列
名称 | 类型 | 引用 | 描述 |
---|
seqrelid | oid | ux_class .oid
| 该序列的ux_class 项的OID |
seqtypid | oid | ux_type .oid
| 序列的数据类型 |
seqstart | int8 | ? | 序列的起始值 |
seqincrement | int8 | ? | 序列的增量 |
seqmax | int8 | ? | 序列的最大值 |
seqmin | int8 | ? | 序列的最小值 |
seqcache | int8 | ? | 序列的缓存大小 |
seqcycle | bool | ? | 序列是否循环 |