CTField::SetBinaryFlag
Set the field binary flag.
Declaration
void CTField::SetBinaryFlag(CTDB_BINARY_FLAG binary_flag)
Description
This method sets the field's binary flag. Many times this flag is needed to indicate that the field is not binary.
The value of binary_flag [IN] is the value to set the flag. It can be any valid value for a binary flag. Some of the more commonly usd values are:
Return Values
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
CTDBRET_OK |
Successful operation. |
See c-tree Error Codes for a complete listing of valid c-tree Plus error values.
See Also