dpiStmt_getSubscrQueryId

Function dpiStmt_getSubscrQueryId 

Source
pub unsafe extern "C" fn dpiStmt_getSubscrQueryId(
    stmt: *mut dpiStmt,
    queryId: *mut u64,
) -> c_int
Expand description

Returns the id of the query that was just registered on the subscription by calling dpiStmt_execute() on a statement prepared by calling dpiSubscr_prepareStmt().

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.