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.
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)