Home
last modified time | relevance | path

Searched refs:BlobHelper (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A DBlobHelper.cxx34 BlobHelper::BlobHelper(const ::com::sun::star::uno::Sequence< sal_Int8 >& _val) : m_aValue(_val) in BlobHelper() function in BlobHelper
38 ::sal_Int64 SAL_CALL BlobHelper::length( ) throw (::com::sun::star::sdbc::SQLException, ::com::sun… in length()
43 ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL BlobHelper::getBytes( ::sal_Int64 pos, ::sal… in getBytes()
50 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL BlobHelper::getBina… in getBinaryStream()
55 ::sal_Int64 SAL_CALL BlobHelper::position( const ::com::sun::star::uno::Sequence< ::sal_Int8 >& /*p… in position()
61 ::sal_Int64 SAL_CALL BlobHelper::positionOfBlob( const ::com::sun::star::uno::Reference< ::com::sun… in positionOfBlob()
H A Dmakefile.mk84 $(SLO)$/BlobHelper.obj \
/trunk/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx32 …class OOO_DLLPUBLIC_DBTOOLS BlobHelper : public ::cppu::WeakImplHelper1< com::sun::star::sdbc::XBl… class
36 BlobHelper(const ::com::sun::star::uno::Sequence< sal_Int8 >& _val);
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1442 …return new ::connectivity::BlobHelper(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = colu… in getBlob()

Completed in 30 milliseconds