rvc/dbfieldconstraint.h File Reference
RVC::DBFIELDCONSTRAINT enum definitions.
More...
#include <mi32/stddefns.h>
Go to the source code of this file.
Namespaces |
| namespace | RVC |
Enumerations |
| enum | RVC::DBFIELDCONSTRAINT {
RVC::DBFIELDCONSTRAINT_Range_MinExclusive = 0x00000001,
RVC::DBFIELDCONSTRAINT_Range_MaxExclusive = 0x00000002,
RVC::DBFIELDCONSTRAINT_Range_MinInclusive = 0x00000004,
RVC::DBFIELDCONSTRAINT_Range_MaxInclusive = 0x00000008,
RVC::DBFIELDCONSTRAINT_Default_Constant = 0x00000010,
RVC::DBFIELDCONSTRAINT_Default_Previous = 0x00000020,
RVC::DBFIELDCONSTRAINT_Default_Empty = 0x00000040,
RVC::DBFIELDCONSTRAINT_Default_Increment = 0x00000080,
RVC::DBFIELDCONSTRAINT_Case_AllUpper = 0x00000100,
RVC::DBFIELDCONSTRAINT_Case_AllLower = 0x00000200,
RVC::DBFIELDCONSTRAINT_Case_FirstLetterCap = 0x00000400,
RVC::DBFIELDCONSTRAINT_Case_FirstWordCap = 0x00000800,
RVC::DBFIELDCONSTRAINT_PrimaryKey_MustExist = 0x00008000,
RVC::DBFIELDCONSTRAINT_PrimaryKey_AutoAdd = 0x00010000,
RVC::DBFIELDCONSTRAINT_PrimaryKey_PromptAdd = 0x00020000,
RVC::DBFIELDCONSTRAINT_UI_ComboBox = 0x00040000,
RVC::DBFIELDCONSTRAINT_UI_OptionMenu = 0x00080000,
RVC::DBFIELDCONSTRAINT_NotNull = 0x00100000,
RVC::DBFIELDCONSTRAINT_UI_AutoComplete = 0x00400000,
RVC::DBFIELDCONSTRAINT_ValidChars_Invert = 0x00800000,
RVC::DBFIELDCONSTRAINT_ValueList_AllowDups = 0x01000000,
RVC::DBFIELDCONSTRAINT_ValueList_NoDups = 0x08000000,
RVC::DBFIELDCONSTRAINT_Range_Min_MASK = (DBFIELDCONSTRAINT_Range_MinExclusive | DBFIELDCONSTRAINT_Range_MinInclusive),
RVC::DBFIELDCONSTRAINT_Range_Max_MASK = (DBFIELDCONSTRAINT_Range_MaxExclusive | DBFIELDCONSTRAINT_Range_MaxInclusive),
RVC::DBFIELDCONSTRAINT_Range_MASK = (DBFIELDCONSTRAINT_Range_Min_MASK | DBFIELDCONSTRAINT_Range_Max_MASK),
RVC::DBFIELDCONSTRAINT_Default_MASK = (DBFIELDCONSTRAINT_Default_Constant | DBFIELDCONSTRAINT_Default_Previous | DBFIELDCONSTRAINT_Default_Empty | DBFIELDCONSTRAINT_Default_Increment),
RVC::DBFIELDCONSTRAINT_Case_MASK = (DBFIELDCONSTRAINT_Case_AllUpper | DBFIELDCONSTRAINT_Case_AllLower | DBFIELDCONSTRAINT_Case_FirstLetterCap | DBFIELDCONSTRAINT_Case_FirstWordCap),
RVC::DBFIELDCONSTRAINT_PrimaryKey_MASK = (DBFIELDCONSTRAINT_PrimaryKey_MustExist | DBFIELDCONSTRAINT_PrimaryKey_AutoAdd | DBFIELDCONSTRAINT_PrimaryKey_PromptAdd)
} |
Detailed Description
RVC::DBFIELDCONSTRAINT enum definitions.