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)
IRowBase.ColumnGet_BLOB (METH) ¶ METHOD ColumnGet_BLOB : ERROR InOut: Scope Name Type Return ColumnGet_BLOB ERROR Input idColumn CAA.IDENT Inout blobValue BLOB Output xNULL BOOL
IRowBase.ColumnGet_DINT (METH) ¶ METHOD ColumnGet_DINT : ERROR InOut: Scope Name Type Return ColumnGet_DINT ERROR Input idColumn CAA.IDENT Output diValue DINT xNULL BOOL