An RWDBStatus that is a future object can be produced directly by some of the asynchronous functions listed in Section 10.7, or by the status method of any other future object. The following behavior applies to all RWDBStatus future objects.
RWBoolean RWDBStatus::isValid()
This call will block since it can be answered only after completion of the asynchronous call.
RWDBStatus::ErrorCode RWDBStatus::errorCode()
This call will not block. If the asynchronous call has not completed, the returned status will be RWDBStatus::notReady.
All the other methods of RWDBStatus will not block; however, they won't return meaningful messages either.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.