Home
last modified time | relevance | path

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

123

/trunk/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 …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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
/trunk/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()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx892 (_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()
/trunk/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()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java218 public void setNull(int arg0, int arg1) throws SQLException { in setNull() method in PostgresqlPreparedStatement
219 implParameters.setNull(arg0, arg1); in setNull()
/trunk/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()
/trunk/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…
/trunk/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()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java298 public synchronized void setNull(int index, int sqlType) throws SQLException { in setNull() method in JavaSQLPreparedStatement
302 ((java.sql.PreparedStatement)jdbcStatement).setNull(index, sqlType); in setNull()
H A DJavaSQLDatabaseMetaData.java505 privilege[3].setNull(); in generateOwnTablePrivileges()
561 rowOut[i].setNull(); in getTablePrivileges()
566 rowOut[entry.getValue()].setNull(); in getTablePrivileges()
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx118 void setNull() ;
/trunk/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx131 m_xParameters->setNull(_nPos,sqlType); in updateNull()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx630 (_rRow->get())[i]->setNull(); in fetchRow()
671 (_rRow->get())[i]->setNull(); in fetchRow()
/trunk/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
/trunk/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
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java121 public void setNull() { in setNull() method in ORowSetValue
302 setNull(); in fill()

Completed in 123 milliseconds

123