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

Return the value of the nth index, '? in SQLite' and '$ in Postgres', in the prepared statement with a signed integer 'value'.

Parameters
index[ in ] Starts at 1, count from left to right of parameter in prepared statment to extract
pValue[ in ] Expect a signed 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::eValueNULLInteger has a null value.