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

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

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