Utilities ¶ UtilityGetCurrentDateAndTime (Method) UtilityRandomness (Method)
IStorage.UtilityGetCurrentDateAndTime (METH) ¶ METHOD UtilityGetCurrentDateAndTime : INT64 Julian day numbers, the number of days since noon in Greenwich on November 24, 4714 B.C. according to the proleptic Gregorian calendar InOut: Scope Name Type Return UtilityGetCurrentDateAndTime INT64 Output eError ERROR
IStorage.UtilityRandomness (METH) ¶ METHOD UtilityRandomness : ERROR A call to this method stores szSize bytes of randomness into buffer pData InOut: Scope Name Type Return UtilityRandomness ERROR Input szSize CAA.SIZE pData CAA.PVOID
IStorage2.StorageGetIndexId (METH) ¶ METHOD StorageGetIndexId : ERROR Determines the id of an index of a table. InOut: Scope Name Type Comment Return StorageGetIndexId ERROR The error code. Can return ERROR.NOT_IMPLEMENTED for non- sqlite implementations Inout sIndex STRING The name of the index sTable STRING The name of the table the index belongs to Output idIndex CAA.IDENT Returns id of the index.
IStorage2.StorageGetTableId (METH) ¶ METHOD StorageGetTableId : ERROR Determines the id of a given table. InOut: Scope Name Type Comment Return StorageGetTableId ERROR The error code. Can return ERROR.NOT_IMPLEMENTED for non- sqlite implementations Inout sTable STRING The name of the table Output idTable CAA.IDENT Returns id of the table.
Cursor ¶ CursorOpen (Method)
ITable.CursorOpen (METH) ¶ METHOD CursorOpen : ICursor InOut: Scope Name Type Return CursorOpen ICursor Input idIndex CAA.IDENT xReadOnly BOOL Output eError ERROR
Row ¶ RowCreate (Method) RowDelete (Method) RowDuplicate (Method) RowSelect (Method)
ICursorAsync.CursorSearch_TEXTAsync (METH) ¶ METHOD CursorSearch_TEXTAsync : PROC_STATE InOut: Scope Name Type Comment Return CursorSearch_TEXTAsync PROC_STATE Input eCmd PROC_CMD eCommand Output eError ERROR Inout txtValue TEXT
Row ¶ RowUpdateAsync (Method)