Lines Matching refs:dbtools

49 		::dbtools::throwInvalidIndexException(*(MacabPreparedStatement *) this,Any());  in checkAndResizeParameters()
66 ::dbtools::throwGenericSQLException(sError,NULL); in setMacabFields()
84 ::dbtools::throwGenericSQLException(sError,*(MacabPreparedStatement *) this); in getNextParameter()
214 ::dbtools::throwFunctionNotSupportedException("setObjectNull", NULL); in setObjectNull()
222 ::dbtools::throwFunctionNotSupportedException("setBoolean", NULL); in setBoolean()
230 ::dbtools::throwFunctionNotSupportedException("setByte", NULL); in setByte()
238 ::dbtools::throwFunctionNotSupportedException("setShort", NULL); in setShort()
246 ::dbtools::throwFunctionNotSupportedException("setInt", NULL); in setInt()
254 ::dbtools::throwFunctionNotSupportedException("setLong", NULL); in setLong()
262 ::dbtools::throwFunctionNotSupportedException("setFloat", NULL); in setFloat()
270 ::dbtools::throwFunctionNotSupportedException("setDouble", NULL); in setDouble()
288 ::dbtools::throwFunctionNotSupportedException("setBytes", NULL); in setBytes()
296 ::dbtools::throwFunctionNotSupportedException("setDate", NULL); in setDate()
304 ::dbtools::throwFunctionNotSupportedException("setTime", NULL); in setTime()
312 ::dbtools::throwFunctionNotSupportedException("setTimestamp", NULL); in setTimestamp()
320 ::dbtools::throwFunctionNotSupportedException("setBinaryStream", NULL); in setBinaryStream()
328 ::dbtools::throwFunctionNotSupportedException("setCharacterStream", NULL); in setCharacterStream()
333 if(!::dbtools::implSetObject(this,parameterIndex,x)) in setObject()
339 ::dbtools::throwGenericSQLException(sError,*this); in setObject()
348 ::dbtools::throwFunctionNotSupportedException("setObjectWithInfo", NULL); in setObjectWithInfo()
356 ::dbtools::throwFunctionNotSupportedException("setRef", NULL); in setRef()
364 ::dbtools::throwFunctionNotSupportedException("setBlob", NULL); in setBlob()
372 ::dbtools::throwFunctionNotSupportedException("setClob", NULL); in setClob()
380 ::dbtools::throwFunctionNotSupportedException("setArray", NULL); in setArray()
385 ::dbtools::throwFunctionNotSupportedException("clearParameters", NULL); in clearParameters()