Lines Matching refs:m_nDriverColumnCount
73 ,m_nDriverColumnCount(0) in ODatabaseMetaDataResultSet()
195 if(columnIndex <= m_nDriverColumnCount) in getBoolean()
224 if(columnIndex <= m_nDriverColumnCount) in getByte()
246 if(columnIndex <= m_nDriverColumnCount) in getBytes()
273 if(columnIndex <= m_nDriverColumnCount) in getDate()
297 if(columnIndex <= m_nDriverColumnCount) in getDouble()
314 if(columnIndex <= m_nDriverColumnCount) in getFloat()
331 if(columnIndex <= m_nDriverColumnCount) in getInt()
406 if(columnIndex <= m_nDriverColumnCount) in getShort()
429 if(columnIndex <= m_nDriverColumnCount) in getString()
449 if(columnIndex <= m_nDriverColumnCount) in getTime()
467 if(columnIndex <= m_nDriverColumnCount) in getTimestamp()
1316 m_nDriverColumnCount = nNumResultCols; in checkColumnCount()