Home
last modified time | relevance | path

Searched refs:m_aEmptyValue (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx416 return m_aEmptyValue; in getValue()
423 return (&aValue == &m_aEmptyValue) ? (sal_Bool)nVal : (sal_Bool)aValue; in getBoolean()
431 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int8)aValue; in getByte()
497 return (&aValue == &m_aEmptyValue) ? Date(aDate.day,aDate.month,aDate.year) : (Date)aValue; in getDate()
505 return (&aValue == &m_aEmptyValue) ? nRet : (double)aValue; in getDouble()
513 return (&aValue == &m_aEmptyValue) ? nRet : (float)aValue; in getFloat()
521 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int32)aValue; in getInt()
540 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int64)aValue; in getLong()
605 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int16)aValue; in getShort()
635 return (&aValue == &m_aEmptyValue) ? Time(0,aTime.second,aTime.minute,aTime.hour) : (Time)aValue; in getTime()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx248 return m_aEmptyValue; in impl_getValue()
290 return m_aEmptyValue; in impl_getValue()
H A DRowSetBase.hxx136 connectivity::ORowSetValue m_aEmptyValue; // only for error case member in dbaccess::ORowSetBase
/trunk/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSet.hxx113 ORowSetValue m_aEmptyValue; member in connectivity::ODatabaseMetaDataResultSet
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx642 return m_aEmptyValue; in getValue()
/trunk/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx129 ORowSetValue m_aEmptyValue; // needed for the getValue method when no prefetch is used member in connectivity::odbc::OResultSet

Completed in 45 milliseconds