Qt 4.8
|
Public Types | |
enum | QIBaseSubscriptionState { Starting, Subscribed, Finished } |
Public Variables | |
ISC_LONG | bufferLength |
char * | eventBuffer |
ISC_LONG | eventId |
char * | resultBuffer |
QIBaseSubscriptionState | subscriptionState |
Definition at line 296 of file qsql_ibase.cpp.
Enumerator | |
---|---|
Starting | |
Subscribed | |
Finished |
Definition at line 307 of file qsql_ibase.cpp.
ISC_LONG QIBaseEventBuffer::bufferLength |
Definition at line 304 of file qsql_ibase.cpp.
Referenced by QIBaseDriver::qHandleEventNotification(), and QIBaseDriver::subscribeToNotificationImplementation().
char* QIBaseEventBuffer::eventBuffer |
Definition at line 301 of file qsql_ibase.cpp.
Referenced by QIBaseDriver::qHandleEventNotification(), and QIBaseDriver::subscribeToNotificationImplementation().
ISC_LONG QIBaseEventBuffer::eventId |
Definition at line 305 of file qsql_ibase.cpp.
Referenced by QIBaseDriver::close(), QIBaseDriver::qHandleEventNotification(), QIBaseDriver::subscribeToNotificationImplementation(), and QIBaseDriver::unsubscribeFromNotificationImplementation().
char* QIBaseEventBuffer::resultBuffer |
Definition at line 302 of file qsql_ibase.cpp.
Referenced by qFreeEventBuffer(), QIBaseDriver::qHandleEventNotification(), and QIBaseDriver::subscribeToNotificationImplementation().
QIBaseSubscriptionState QIBaseEventBuffer::subscriptionState |
Definition at line 308 of file qsql_ibase.cpp.
Referenced by QIBaseDriver::close(), QIBaseDriver::qHandleEventNotification(), QIBaseDriver::subscribeToNotificationImplementation(), and QIBaseDriver::unsubscribeFromNotificationImplementation().