Home
last modified time | relevance | path

Searched refs:setTypeKind (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/connectivity/inc/connectivity/
H A DFValue.hxx317 void setTypeKind(sal_Int32 _eType);
388 inline void setTypeKind(sal_Int32 _nType) { m_aValue.setTypeKind(_nType); } in setTypeKind() function in connectivity::ORowSetValueDecorator
/aoo4110/main/connectivity/source/commontools/
H A DFValue.cxx198 void ORowSetValue::setTypeKind(sal_Int32 _eType) in setTypeKind() function in connectivity::ORowSetValue
2190 setTypeKind(DataType::CLOB); in impl_fill()
2194 setTypeKind(DataType::BLOB); in impl_fill()
2198 setTypeKind(DataType::OTHER); in impl_fill()
2207 setTypeKind(_nType); in impl_fill()
2351 setTypeKind(DataType::CLOB); in fill()
2359 setTypeKind(DataType::BLOB); in fill()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx335 m_aRow[i].setTypeKind( nType ); in allocBuffer()
1066 …m_aRow[columnIndex].setTypeKind(nType); // OJ: otherwise longvarchar will be recognized by fillNee… in updateString()
1075 …m_aRow[columnIndex].setTypeKind(nType); // OJ: otherwise longvarbinary will be recognized by fillN… in updateBytes()
1555 pColumn->setTypeKind(nType); in fillRow()
/aoo4110/main/connectivity/source/drivers/flat/
H A DETable.cxx731 (_rRow->get())[i]->setTypeKind(nType); in fetchRow()
/aoo4110/main/dbaccess/source/core/api/
H A DRowSet.cxx2644 rParamValue.setTypeKind( DataType::LONGVARCHAR ); in setCharacterStream()
2666 rParamValue.setTypeKind( targetSqlType ); in setObjectWithInfo()
H A DRowSetCache.cxx1417 aIter->setTypeKind(m_xMetaData->getColumnType(i)); in moveToInsertRow()
H A DKeySet.cxx989 aIter->setTypeKind(aPosIter->second.nType); in copyRowValue()
/aoo4110/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1748 (*aRowIter)->setTypeKind(nType); in setBoundedColumns()
/aoo4110/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1009 (_rRow->get())[i]->setTypeKind(nType); in fetchRow()

Completed in 100 milliseconds