/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BDatabaseMetaData.cxx | 72 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 75 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 78 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 81 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 84 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 87 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 90 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 93 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 96 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() 99 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw() [all …]
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TPrivilegesResultSet.cxx | 106 (*m_aRowsIter)[1]->setNull(); in getValue() 109 (*m_aRowsIter)[2]->setNull(); in getValue() 112 (*m_aRowsIter)[3]->setNull(); in getValue()
|
H A D | parameters.cxx | 142 m_xInnerParamUpdate->setNull( i, DataType::VARCHAR ); in setAllParametersNull() 966 void ParameterManager::setNull( sal_Int32 _nIndex, sal_Int32 sqlType ) in setNull() function in dbtools::ParameterManager 968 VISIT_PARAMETER( setNull( _nIndex, sqlType ) ); in setNull()
|
H A D | paramwrapper.cxx | 250 m_aValue.setNull(); in dispose()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 347 rValue.setNull(); in lcl_SetValue() 360 rValue.setNull(); in lcl_SetValue() 366 rValue.setNull(); in lcl_SetValue() 377 rValue.setNull(); in lcl_SetValue() 399 rValue.setNull(); in lcl_SetValue() 435 rValue.setNull(); in lcl_SetValue()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FPreparedStatement.cxx | 291 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) throw(… in setNull() function in OPreparedStatement 298 (m_aAssignValues->get())[m_aParameterIndexes[parameterIndex]]->setNull(); in setNull() 300 (m_aParameterRow->get())[parameterIndex]->setNull(); in setNull() 351 setNull(parameterIndex,sqlType); in setObjectNull()
|
H A D | FResultSet.cxx | 713 (*aIter)->setNull(); in cancelRowUpdates() 734 (*aIter)->setNull(); in moveToInsertRow() 1844 rValue->setNull(); in clearInsertRow()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 300 void setNull() in setNull() function in connectivity::ORowSetValue 385 inline void setNull() { m_aValue.setNull(); } in setNull() function in connectivity::ORowSetValueDecorator
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 381 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) throw(… in setNull() function in OPreparedStatement 384 aVal.setNull(); in setNull() 430 setNull(parameterIndex,sqlType); in setObjectNull()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 892 (_rRow->get())[i]->setNull(); in fetchRow() 906 (_rRow->get())[i]->setNull(); in fetchRow() 923 (_rRow->get())[i]->setNull(); in fetchRow() 948 (_rRow->get())[i]->setNull(); in fetchRow() 967 (_rRow->get())[i]->setNull(); // no value -> we are done in fetchRow() 977 (_rRow->get())[i]->setNull(); in fetchRow() 996 (_rRow->get())[i]->setNull(); in fetchRow() 1022 (_rRow->get())[i]->setNull(); in fetchRow()
|
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KPreparedStatement.cxx | 186 void SAL_CALL KabPreparedStatement::setNull(sal_Int32 parameterIndex, sal_Int32) throw(SQLException… in setNull() function in KabPreparedStatement 193 (m_aParameterRow->get())[parameterIndex - 1].setNull(); in setNull()
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 199 void SAL_CALL MacabPreparedStatement::setNull(sal_Int32 parameterIndex, sal_Int32) throw(SQLExcepti… in setNull() function in MacabPreparedStatement 206 (m_aParameterRow->get())[parameterIndex - 1].setNull(); in setNull()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 423 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull() function in OPreparedStatement 522 setNull(parameterIndex,sqlType); in setObjectWithInfo() 549 setNull(parameterIndex,sqlType); in setObjectNull()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 503 void SAL_CALL OPreparedStatement::setNull(sal_Int32 parameter, sal_Int32 sqlType) in setNull() function in OPreparedStatement 512 ((sql::PreparedStatement *)cppStatement)->setNull(parameter, sqlType); in setNull() 617 setNull( _parameterIndex, _targetSqlType ); in setObjectWithInfo()
|
H A D | mysqlc_preparedstatement.hxx | 107 …void SAL_CALL setNull(sal_Int32 parameter, sal_Int32 sqlType) throw(SQLException, RuntimeExcepti…
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 264 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull() function in OPreparedStatement 269 m_xAggregateAsParameters->setNull(parameterIndex, sqlType); in setNull()
|
H A D | RowSetCache.cxx | 573 rInsert[columnIndex].setNull(); in updateNull() 575 io_aRow[columnIndex].setNull(); in updateNull() 1416 aIter->setNull(); in moveToInsertRow() 1614 aIter->setNull(); in clearInsertRow()
|
H A D | RowSet.cxx | 2533 void SAL_CALL ORowSet::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) throw(SQLExceptio… in setNull() function in dbaccess::ORowSet 2537 getParameterStorage( parameterIndex ).setNull(); in setNull() 2542 setNull( parameterIndex, sqlType ); in setObjectNull() 2697 getParameterStorage( (sal_Int32)i ).setNull(); in clearParameters()
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 118 void setNull() ;
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | UpdateHelperImpl.hxx | 131 m_xParameters->setNull(_nPos,sqlType); in updateNull()
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 631 (_rRow->get())[i]->setNull(); in fetchRow() 672 (_rRow->get())[i]->setNull(); in fetchRow()
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 233 void SAL_CALL OEvoabPreparedStatement::setNull( sal_Int32 /*parameterIndex*/, sal_Int32 /*sqlType*/… in setNull() function in OEvoabPreparedStatement
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XParameters.idl | 92 void setNull([in]long parameterIndex, 96 /** sets the designated parameter to SQL NULL. This version of setNull should
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 237 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull() function in OPreparedStatement
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XParameters.java | 125 oObj.setNull(idx, DataType.VARCHAR) ; in _setNull()
|