CTField::GetBinaryFlag
Get the field binary flag.
Declaration
CTDB_BINARY_FLAG CTField::GetBinaryFlag() const
Description
This method gets the value of the field's binary flag. Some of the most frequently encountered values include:
Return Values
Returns: binary_flag
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
CTDBRET_OK |
Successful operation. |
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.
See Also