Lines Matching refs:m_bWasNull
75 ,m_bWasNull(sal_True) in ODatabaseMetaDataResultSet()
203 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BIT,m_bWasNull,**this,&nValue,… in getBoolean()
226 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_TINYINT,m_bWasNull,**this,&nVa… in getByte()
233 m_bWasNull = sal_True; in getByte()
254 …tStringValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BINARY,m_bWasNull,**this,m_nTextEn… in getBytes()
258 …return OTools::getBytesValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BINARY,m_bWasNull,… in getBytes()
261 m_bWasNull = sal_True; in getBytes()
279 …Index,m_pConnection->useOldDateFormat() ? SQL_C_DATE : SQL_C_TYPE_DATE,m_bWasNull,**this,&aDate,si… in getDate()
283 m_bWasNull = sal_True; in getDate()
298 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_DOUBLE,m_bWasNull,**this,&nVal… in getDouble()
300 m_bWasNull = sal_True; in getDouble()
315 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_FLOAT,m_bWasNull,**this,&nVal,… in getFloat()
317 m_bWasNull = sal_True; in getFloat()
333 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_LONG,m_bWasNull,**this,&nVal,s… in getInt()
340 m_bWasNull = sal_True; in getInt()
408 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_SHORT,m_bWasNull,**this,&nVal,… in getShort()
415 m_bWasNull = sal_True; in getShort()
430 …m_aStatementHandle,columnIndex,impl_getColumnType_nothrow(columnIndex),m_bWasNull,**this,m_nTextEn… in getString()
432 m_bWasNull = sal_True; in getString()
450 …Index,m_pConnection->useOldDateFormat() ? SQL_C_TIME : SQL_C_TYPE_TIME,m_bWasNull,**this,&aTime,si… in getTime()
452 m_bWasNull = sal_True; in getTime()
468 …onnection->useOldDateFormat() ? SQL_C_TIMESTAMP : SQL_C_TYPE_TIMESTAMP,m_bWasNull,**this,&aTime,si… in getTimestamp()
470 m_bWasNull = sal_True; in getTimestamp()
683 return m_bWasNull; in wasNull()