Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDBCResultSet::getUnsignedLong ( P6UINT32  index,
P6UINT64 pValue 
)
pure virtual

Return the value of the nth index, '? in SQLite' and '$ in Postgres', in the prepared statement with an unsigned 64 bit integer 'value'.

Parameters
index[ in ] Starts at 1, count from left to right of parameter in prepared statement to extract
pValue[ in ] Expect an unsigned 64 bit integer to be returned
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eInvalidArgpValue is NULL
P6R::eTooBigThe index is greater than the last valid parameter to extract.
P6R::eValueNULLUnsigned long has a null value.