Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef P6VOID(* P6R::P6DBCQUERYRESULT)(P6ERR resultCode, p6IDBCResultSet *pResults, P6UINT32 rowCount, P6VOID *pCtx)

P6DBCQUERYRESULT.

Callback to asynchronous database query call.

resultCode [ in ] success of failure?

pResults [ in ] One or more rows returned as the result of the query

rowCount [ in ] Number of rows effected by the query

pCtx [ in ] caller provided context

Definition at line 35 of file p6dbcstmt.h.