MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Field

Struct Field

IceFireDB-SQLite/pkg/mysql/mysql/field.go:11–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9type FieldData []byte
10
11type Field struct {
12 Data FieldData
13 Schema []byte
14 Table []byte
15 OrgTable []byte
16 Name []byte
17 OrgName []byte
18 Charset uint16
19 ColumnLength uint32
20 Type uint8
21 Flag uint16
22 Decimal uint8
23
24 DefaultValueLength uint64
25 DefaultValue []byte
26}
27
28type FieldValueType uint8
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected