Describes database supported scalar string 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 DbSupportedScalarStringFunctions
{
bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source)
bool ASCII;
bool BitLength;
bool Char;
bool CharLength;
bool CharacterLength;
bool Concat;
bool Difference;
bool Insert;
bool LCase;
bool Left;
bool Length;
bool Locate;
bool Locate2;
bool LTrim;
bool OctetLength;
bool Position;
bool Repeat;
bool Replace;
bool Right;
bool RTrim;
bool SoundEx;
bool Space;
bool SubString;
bool UCase;
explicit operator String() const;
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbSupportedScalarStringFunctions.h |