Home
last modified time | relevance | path

Searched refs:setNull (Results 1 – 25 of 56) sorted by relevance

123

/aoo4110/main/connectivity/source/drivers/adabas/
H A DBDatabaseMetaData.cxx72 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 …]
/aoo4110/main/connectivity/source/commontools/
H A DTPrivilegesResultSet.cxx106 (*m_aRowsIter)[1]->setNull(); in getValue()
109 (*m_aRowsIter)[2]->setNull(); in getValue()
112 (*m_aRowsIter)[3]->setNull(); in getValue()
H A Dparameters.cxx142 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 Dparamwrapper.cxx250 m_aValue.setNull(); in dispose()
/aoo4110/main/connectivity/source/drivers/calc/
H A DCTable.cxx347 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()
/aoo4110/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx291 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 DFResultSet.cxx713 (*aIter)->setNull(); in cancelRowUpdates()
734 (*aIter)->setNull(); in moveToInsertRow()
1844 rValue->setNull(); in clearInsertRow()
/aoo4110/main/connectivity/inc/connectivity/
H A DFValue.hxx300 void setNull() in setNull() function in connectivity::ORowSetValue
385 inline void setNull() { m_aValue.setNull(); } in setNull() function in connectivity::ORowSetValueDecorator
/aoo4110/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx381 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()
/aoo4110/main/connectivity/source/drivers/kab/
H A DKPreparedStatement.cxx186 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()
/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx199 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()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx423 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()
/aoo4110/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx503 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 Dmysqlc_preparedstatement.hxx107 …void SAL_CALL setNull(sal_Int32 parameter, sal_Int32 sqlType) throw(SQLException, RuntimeExcepti…
/aoo4110/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx264 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 DRowSetCache.cxx573 rInsert[columnIndex].setNull(); in updateNull()
575 io_aRow[columnIndex].setNull(); in updateNull()
1416 aIter->setNull(); in moveToInsertRow()
1614 aIter->setNull(); in clearInsertRow()
H A DRowSet.cxx2533 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()
/aoo4110/main/connectivity/source/drivers/dbase/
H A DDTable.cxx892 (_rRow->get())[i]->setNull(); in fetchRow()
903 (_rRow->get())[i]->setNull(); in fetchRow()
954 (_rRow->get())[i]->setNull(); // keine Werte -> fertig in fetchRow()
964 (_rRow->get())[i]->setNull(); in fetchRow()
1004 (_rRow->get())[i]->setNull(); in fetchRow()
/aoo4110/main/connectivity/source/inc/ado/
H A DAolevariant.hxx118 void setNull() ;
/aoo4110/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx131 m_xParameters->setNull(_nPos,sqlType); in updateNull()
/aoo4110/main/connectivity/source/drivers/flat/
H A DETable.cxx630 (_rRow->get())[i]->setNull(); in fetchRow()
671 (_rRow->get())[i]->setNull(); in fetchRow()
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx233 void SAL_CALL OEvoabPreparedStatement::setNull( sal_Int32 /*parameterIndex*/, sal_Int32 /*sqlType*/… in setNull() function in OEvoabPreparedStatement
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl92 void setNull([in]long parameterIndex,
96 /** sets the designated parameter to SQL NULL. This version of setNull should
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XParameters.java125 oObj.setNull(idx, DataType.VARCHAR) ; in _setNull()
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx237 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(SQLE… in setNull() function in OPreparedStatement

Completed in 536 milliseconds

123