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
IRow2.GetRowId (METH) ¶ METHOD GetRowId : ERROR Replacement for property IRow.RowId, that returns the row id as a 64 bit datatype, that avoids a possible overflow of the row id for large database tables. The return value indicates, whether the processing was successful or not. InOut: Scope Name Type Comment Return GetRowId ERROR Output idRow LINT Returns the row id.
IRow3.LastError (PROP) ¶ PROPERTY LastError : ERROR This property allows to access the last error, that occurred when using one of the properties
Column ¶ ColumnGetType (Method) Get Value ColumnGet_BLOB (Method) ColumnGet_DINT (Method) ColumnGet_INT (Method) ColumnGet_LINT (Method) ColumnGet_LREAL (Method) ColumnGet_REAL (Method) ColumnGet_SINT (Method) ColumnGet_TEXT (Method) Set Value ColumnSet_BLOB (Method) ColumnSet_DINT (Method) ColumnSet_INT (Method) ColumnSet_LINT (Method) ColumnSet_LREAL (Method) ColumnSet_NULL (Method) ColumnSet_REAL (Method) ColumnSet_SINT (Method) ColumnSet_TEXT (Method) Update Value ColumnUpdate_BLOB (Method) ColumnUpdate_DINT (Method) ColumnUpdate_INT (Method) ColumnUpdate_LINT (Method) ColumnUpdate_LREAL (Method) ColumnUpdate_REAL (Method) ColumnUpdate_SINT (Method) ColumnUpdate_TEXT (Method)
IRowBase.ColumnGetType (METH) ¶ METHOD ColumnGetType : COLUMN_TYPE InOut: Scope Name Type Return ColumnGetType COLUMN_TYPE Input idColumn CAA.IDENT Output eError ERROR
Get Value ¶ ColumnGet_BLOB (Method) ColumnGet_DINT (Method) ColumnGet_INT (Method) ColumnGet_LINT (Method) ColumnGet_LREAL (Method) ColumnGet_REAL (Method) ColumnGet_SINT (Method) ColumnGet_TEXT (Method)