dbf-field-flags ( -- value ) (original) (raw)
Vocabulary
dbf
Inputs
None
Outputs
value | an object |
---|
Definition
CONSTANT: dbf-field-flags
H{
{ 1 "System Column (not visible to user)" }
{ 2 "Column can store null values" }
{ 4 "Binary column (for CHAR and MEMO only)" }
{ 12 "Column is autoincrementing" }
{
6
"(0x02+0x04) When a field is NULL and binary (Integer, Currenc..."
}
} inline