SetType sets the type of the FieldType.
(tp byte)
| 230 | |
| 231 | // SetType sets the type of the FieldType. |
| 232 | func (ft *FieldType) SetType(tp byte) { |
| 233 | ft.tp = tp |
| 234 | ft.array = false |
| 235 | } |
| 236 | |
| 237 | // SetFlag sets the flag of the FieldType. |
| 238 | func (ft *FieldType) SetFlag(flag uint) { |
no outgoing calls