Lines Matching refs:rValue

229 void OResultColumn::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const  in getFastPropertyValue()  argument
235 OColumn::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
243 rValue = m_aIsRowVersion; in getFastPropertyValue()
246 rValue <<= m_xMetaData->getTableName(m_nPos); in getFastPropertyValue()
249 rValue <<= m_xMetaData->getSchemaName(m_nPos); in getFastPropertyValue()
252 rValue <<= m_xMetaData->getCatalogName(m_nPos); in getFastPropertyValue()
255 … obtain( rValue, m_isSigned, m_nPos, m_xMetaData, &XResultSetMetaData::isSigned ); in getFastPropertyValue()
258 … obtain( rValue, m_isCurrency, m_nPos, m_xMetaData, &XResultSetMetaData::isCurrency ); in getFastPropertyValue()
261 … obtain( rValue, m_bSearchable, m_nPos, m_xMetaData, &XResultSetMetaData::isSearchable ); in getFastPropertyValue()
264 … obtain( rValue, m_isCaseSensitive, m_nPos, m_xMetaData, &XResultSetMetaData::isCaseSensitive ); in getFastPropertyValue()
267 … obtain( rValue, m_isReadOnly, m_nPos, m_xMetaData, &XResultSetMetaData::isReadOnly ); in getFastPropertyValue()
270 … obtain( rValue, m_isWritable, m_nPos, m_xMetaData, &XResultSetMetaData::isWritable ); in getFastPropertyValue()
273 …obtain( rValue, m_isDefinitelyWritable, m_nPos, m_xMetaData, &XResultSetMetaData::isDefinitelyWrit… in getFastPropertyValue()
276 … obtain( rValue, m_isAutoIncrement, m_nPos, m_xMetaData, &XResultSetMetaData::isAutoIncrement ); in getFastPropertyValue()
279 rValue <<= m_xMetaData->getColumnServiceName(m_nPos); in getFastPropertyValue()
282 … obtain( rValue, m_sColumnLabel, m_nPos, m_xMetaData, &XResultSetMetaData::getColumnLabel ); in getFastPropertyValue()
285 …obtain( rValue, m_nColumnDisplaySize, m_nPos, m_xMetaData, &XResultSetMetaData::getColumnDisplaySi… in getFastPropertyValue()
288 … obtain( rValue, m_nColumnType, m_nPos, m_xMetaData, &XResultSetMetaData::getColumnType ); in getFastPropertyValue()
291 … obtain( rValue, m_nPrecision, m_nPos, m_xMetaData, &XResultSetMetaData::getPrecision ); in getFastPropertyValue()
294 obtain( rValue, m_nScale, m_nPos, m_xMetaData, &XResultSetMetaData::getScale ); in getFastPropertyValue()
297 … obtain( rValue, m_isNullable, m_nPos, m_xMetaData, &XResultSetMetaData::isNullable ); in getFastPropertyValue()
300 rValue <<= m_xMetaData->getColumnTypeName(m_nPos); in getFastPropertyValue()
320 rValue <<= rtl::OUString(); in getFastPropertyValue()
332 rValue.setValue(&bVal, getBooleanCppuType()); in getFastPropertyValue()
337 rValue.setValue(&bVal, getBooleanCppuType()); in getFastPropertyValue()
342 rValue <<= sal_Int32(0); in getFastPropertyValue()
345 rValue <<= sal_Int32(DataType::SQLNULL); in getFastPropertyValue()
348 rValue <<= ColumnValue::NULLABLE_UNKNOWN; in getFastPropertyValue()