IStorage.StorageUserVersion (PROP) ¶ PROPERTY StorageUserVersion : DINT
IStorage.StorageVersion (PROP) ¶ PROPERTY StorageVersion : DINT
Table ¶ TableOpen (Method)
IStorage.TableOpen (METH) ¶ METHOD TableOpen : ITable InOut: Scope Name Type Return TableOpen ITable Input idTable CAA.IDENT Output eError ERROR
Transaction ¶ TransactionBegin (Method)
IStorage.TransactionBegin (METH) ¶ METHOD TransactionBegin : ITransaction InOut: Scope Name Type Return TransactionBegin ITransaction Input eMode TRANSACTION_MODE Output eError ERROR
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.