Describes database supported numeric value functions. Each member of the structure is a boolean value indicating whether the feature is supported or not.
You can find more information in comments below.
struct DbSupportedNumericValueFunctions
{
bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source)
bool BitLength;
bool CharLength;
bool CharacterLength;
bool Extract;
bool OctetLength;
bool Position;
explicit operator String() const;
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbSupportedNumericValueFunctions.h |