Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDBCStmt::bindUnsigned ( P6UINT32  index,
P6UINT32  value 
)
pure virtual

Replace the nth index, '? in SQLite' and '$ in Postgres', in the prepared statement with the unsigned integer 'value'.

Parameters
index[ in ] Starts at 1, count from left to right of parameter to replace
value[ in ] Unsigned integer value to be placed into the prepared SQL statement
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eBindRangeThe index paramter is greater than the last bind position.