Home
last modified time | relevance | path

Searched refs:wasNull (Results 51 – 75 of 135) sorted by relevance

123456

/aoo42x/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx242 if(m_xRow->wasNull()) in insertNewRow()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrow.hxx68 wasNull(
/aoo42x/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx61 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/dbaccess/source/ui/dlg/
H A DAdabasStat.cxx305 if(sSelect == xRow->getString(6) && !xRow->wasNull()) in checkSystemTable()
/aoo42x/main/forms/source/component/
H A DTime.cxx330 if ( m_xColumn->wasNull() ) in translateDbColumnToControlValue()
H A DDate.cxx328 if (m_xColumn->wasNull()) in translateDbColumnToControlValue()
/aoo42x/main/dbaccess/source/core/api/
H A Dresultset.cxx488 sal_Bool OResultSet::wasNull(void) throw( SQLException, RuntimeException ) in wasNull() function in OResultSet
494 return m_xDelegatorRow->wasNull(); in wasNull()
H A Ddatacolumn.hxx83 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java152 if ( !row.wasNull() && !(propValue instanceof com.sun.star.uno.Any )) { in getChildren()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java104 if (!row.wasNull()) { in createObject()
/aoo42x/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx68 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java121 if (!xResultSetRow.wasNull()) in getColumnDoubleValue()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java326 public synchronized boolean wasNull() throws SQLException { in wasNull() method in CustomResultSet
H A DDatabaseMetaDataResultSet.java348 public synchronized boolean wasNull() throws SQLException { in wasNull() method in DatabaseMetaDataResultSet
/aoo42x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1050 if ( m_xSource->wasNull() ) in transferValue()
1061 if ( m_xSource->wasNull() ) in transferComplexValue()
/aoo42x/main/ucbhelper/source/provider/
H A Dresultset.cxx795 sal_Bool SAL_CALL ResultSet::wasNull() in wasNull() function in ucbhelper::ResultSet
810 return xValues->wasNull(); in wasNull()
/aoo42x/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java313 assure("LOG(-2) failed!", row.wasNull()); in log()
/aoo42x/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1907 ::wasNull() in wasNull() function in CachedContentResultSet
1923 return m_xRowOrigin->wasNull(); in wasNull()
/aoo42x/main/ucb/source/sorter/
H A Dsortresult.hxx303 wasNull() throw( SQLEXCEPTION, RUNTIME_EXCEPTION );
H A Dsortresult.cxx697 sal_Bool SAL_CALL SortedResultSet::wasNull() in wasNull() function in SortedResultSet
701 return Reference< XRow >::query(mxOriginal)->wasNull(); in wasNull()
/aoo42x/main/mysqlc/source/
H A Dmysqlc_resultset.hxx165 sal_Bool SAL_CALL wasNull() throw(SQLException, RuntimeException);
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNResultSet.hxx145 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java151 if (!row.wasNull()) { in _updateNull()
/aoo42x/main/ucb/source/core/
H A Ducbcmds.cxx1248 if ( !bSourceIsFolder && xSourceProps->wasNull() ) in globalTransfer_()
1262 if ( !bSourceIsDocument && xSourceProps->wasNull() ) in globalTransfer_()
/aoo42x/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSet.hxx156 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…

Completed in 113 milliseconds

123456