Searched refs:setTypeKind (Results 1 – 10 of 10) sorted by relevance
317 void setTypeKind(sal_Int32 _eType);388 inline void setTypeKind(sal_Int32 _nType) { m_aValue.setTypeKind(_nType); } in setTypeKind() function in connectivity::ORowSetValueDecorator
198 void ORowSetValue::setTypeKind(sal_Int32 _eType) in setTypeKind() function in connectivity::ORowSetValue2190 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()
335 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()
732 (_rRow->get())[i]->setTypeKind(nType); in fetchRow()
2644 rParamValue.setTypeKind( DataType::LONGVARCHAR ); in setCharacterStream()2666 rParamValue.setTypeKind( targetSqlType ); in setObjectWithInfo()
1417 aIter->setTypeKind(m_xMetaData->getColumnType(i)); in moveToInsertRow()
989 aIter->setTypeKind(aPosIter->second.nType); in copyRowValue()
228 public void setTypeKind(int type) throws SQLException { in setTypeKind() method in ORowSetValue
1748 (*aRowIter)->setTypeKind(nType); in setBoundedColumns()
1027 (_rRow->get())[i]->setTypeKind(nType); in fetchRow()
Completed in 82 milliseconds