Home
last modified time | relevance | path

Searched refs:wasNull (Results 101 – 125 of 135) sorted by relevance

123456

/aoo42x/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx383 if( !xRow->wasNull() && sValue == sView) in DBG_NAME()
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx501 sal_Bool SAL_CALL OResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in OResultSet
H A DSResultSet.hxx139 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/dbaccess/source/core/api/
H A DKeySet.cxx1462 sal_Bool SAL_CALL OKeySet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in OKeySet
1465 return m_xRow->wasNull(); in wasNull()
H A Dresultset.hxx189 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
H A DRowSet.cxx1312 sal_Bool SAL_CALL ORowSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in dbaccess::ORowSet
1317 …Row() ) ? ((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex].isNull() : ORowSetBase::wasNull(); in wasNull()
H A DRowSet.hxx305 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
H A DRowSetBase.cxx215 sal_Bool SAL_CALL ORowSetBase::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in dbaccess::ORowSetBase
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx770 sal_Bool SAL_CALL OEvoabResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in connectivity::evoab::OEvoabResultSet
/aoo42x/main/connectivity/source/inc/ado/
H A DAResultSet.hxx161 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/connectivity/workben/skeleton/
H A DSResultSet.hxx174 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv165 "ODatabaseForm";"com::sun::star::sdbc::XRow";"wasNull()"
/aoo42x/main/connectivity/source/inc/file/
H A DFResultSet.hxx235 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx244 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/aoo42x/main/forms/source/component/
H A DFormattedField.cxx1202 if ( m_xColumn->wasNull() ) in translateDbColumnToControlValue()
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools2.cxx118 …oreAsciiCase(sTypeName2Cmp) && nType == nDataType && sCreateParams.getLength() && !xRow->wasNull()) in createStandardColumnPart()
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx705 sal_Bool SAL_CALL MacabResultSet::wasNull() throw(SQLException, RuntimeException) in wasNull() function in MacabResultSet
/aoo42x/main/extensions/source/bibliography/
H A Dgeneral.cxx167 if (!nTempVal || xCol->wasNull()) in cursorMoved()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx289 sal_Bool SAL_CALL SbaXFormAdapter::wasNull() throw( ::com::sun::star::sdbc::SQLException, RuntimeEx… in wasNull() function in SbaXFormAdapter
293 return xIface->wasNull(); in wasNull()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java509 …if (typename.equalsIgnoreCase(typeName2Cmp) && nType == datatype && !row.wasNull() && !createParam… in createStandardColumnPart()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx618 sal_Bool SAL_CALL OResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in OResultSet
H A DADatabaseMetaDataResultSet.cxx611 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in ODatabaseMetaDataResultSet
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx548 sal_Bool SAL_CALL java_sql_ResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in java_sql_ResultSet
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java565 if (row.wasNull()) { in getTablePrivileges()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx676 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in ODatabaseMetaDataResultSet

Completed in 411 milliseconds

123456