STO_TEXT (STRUCT) ¶ TYPE STO_TEXT : STRUCT This data type is the internal representation of text, that is used in CmpCAAStorage. If the text from a column is retrieved this type will be returned and if the user wants to set the text of a column (both for insert and update the method IRowBase.ColumnSet_TEXT has to be used) or to search within a text column this type has to be passed to the database. For reading the text value of a column the TEXT variable has to be converted into a STRING or into a WSTRING (using the functions TextCopyToString or TextCopyToWString ). For setting the text of a column or for searching a text the functions CreateTextFromString and CreateTextFromWString allow to create a TEXT variable. After using the TEXT the variable (that has been previously created by functions CreateTextFromString or CreateTextFromWString ) it has to be freed with function TextFree InOut: Name Type pbyData POINTER TO BYTE
TEXT (ALIAS) ¶ TYPE TEXT : STO_TEXT
Types ¶ INT64 (Alias) ISO8601 (Alias) REAL8 (Alias) SQLSTATEMENT (Alias)
INT64 (ALIAS) ¶ TYPE INT64 : LINT Represents the current time and date as a Julian Day number times 86_400_000. In other words, it is the number of milliseconds since the Julian epoch of noon in Greenwich on November 24, 4714 B.C according to the proleptic Gregorian calendar.
ISO8601 (ALIAS) ¶ TYPE ISO8601 : STRING(24) represents an ISO8601 string (“+YYYY-MM-DD HH:MM:SS.SSS”)
REAL8 (ALIAS) ¶ TYPE REAL8 : LREAL represents current time and date as a Julian Day number. In other words, it is the number of days since the Julian epoch of noon in Greenwich on November 24, 4714 B.C according to the proleptic Gregorian calendar.
SQLSTATEMENT (ALIAS) ¶ TYPE SQLSTATEMENT : STRING(255) Represents a SQL statement to execute.
CAAStorageVersionConstants (GVL) ¶ InOut: Name Type Initial Comment _CAASTORAGE_VERSION_LARGEROREQUAL_3_5_5_0_ INT 0 These variables should not be removed, because other libraries or code generation may rely on these variables to identifiy a version of the lib! _CAASTORAGE_VERSION_LARGEROREQUAL_3_5_8_0_ INT 0 _CAASTORAGE_VERSION_LARGEROREQUAL_3_5_9_0_ INT 0 _CAASTORAGE_VERSION_LARGEROREQUAL_3_5_11_10_ INT 0
GetSupplierVersion (FUN) ¶ FUNCTION GetSupplierVersion : WORD InOut: Scope Name Type Return GetSupplierVersion WORD Input xDummy BOOL
VersionConstants (GVL) ¶ InOut: Scope Name Type Initial Constant gc_byVersion BYTE 1 gc_byVersion_1 BYTE 0