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

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

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