
148
roSqliteEvent
This event object is returned when a RunBackground() operation is called by the associated roSqliteDatabase object.
Interfaces: ifSqliteEvent
The ifSqliteEvent interface provides the following:
• GetTransactionId() As Integer: Returns an integer that matches the result of the originating
RunBackground() operation.
• GetSqlResult() As Integer: Returns the result code returned by the roSqlLiteStatement.Run() method. The
possible return values are identical to the Run() method:
o 100: Statement complete
o 101: Busy
o 102: Rows available
Note: This method can be used as the asynchronous alternative to the Run() method.
Comentários a estes Manuais