Home
last modified time | relevance | path

Searched refs:XBlob (Results 1 – 25 of 110) sorted by relevance

12345

/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRow.java35 import com.sun.star.sdbc.XBlob;
473 int col = findColumnOfType(XBlob.class) ; in _getBlob()
477 XBlob getVal = oObj.getBlob(col) ; in _getBlob()
/aoo4110/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx110 Reference< XBlob > xBlob; // getBlob
603 Reference< XBlob > SAL_CALL PropertyValueSet::getBlob( sal_Int32 columnIndex ) in getBlob()
606 GETVALUE_IMPL( Reference< XBlob >, BLOB_VALUE_SET, xBlob ); in getBlob()
797 const Reference< XBlob >& rValue ) in appendBlob()
/aoo4110/main/connectivity/source/inc/java/sql/
H A DBlob.hxx38 public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XBlob>
55 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& pattern, sal_In…
/aoo4110/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx32 …ss OOO_DLLPUBLIC_DBTOOLS BlobHelper : public ::cppu::WeakImplHelper1< com::sun::star::sdbc::XBlob >
42 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& pattern, ::sal_…
/aoo4110/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx172 ::com::sun::star::sdbc::XBlob > SAL_CALL
364 …ring& rPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& rValue );
365 …* pAsciiPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& rValue ) in appendBlob()
369 …:Property& rProp, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& rValue ) in appendBlob()
/aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java33 import com.sun.star.sdbc.XBlob;
269 XBlob getBlob( int _colIndex ) throws SQLException in getBlob()
/aoo4110/main/dbaccess/source/core/api/
H A DPrivateRow.cxx123 …Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getBlob()
126 return Reference< XBlob >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getBlob()
H A DPrivateRow.hxx57 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( ::sal_…
/aoo4110/main/ucb/source/ucp/file/
H A Dfilrow.cxx375 uno::Reference< sdbc::XBlob > SAL_CALL
383 uno::Reference< sdbc::XBlob > Value; in getBlob()
385 m_nWasNull = ::convert<uno::Reference< sdbc::XBlob> >( m_pMyShell, in getBlob()
H A Dfilrset.hxx365 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XBlob > SAL_CALL
374 return com::sun::star::uno::Reference< com::sun::star::sdbc::XBlob >(); in getBlob()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java31 import com.sun.star.sdbc.XBlob;
272 public XBlob getBlob(int i) throws SQLException in getBlob()
/aoo4110/main/connectivity/qa/connectivity/tools/
H A DRowSet.java34 import com.sun.star.sdbc.XBlob;
273 public XBlob getBlob(int i) throws SQLException in getBlob()
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl107 published interface XBlob: com::sun::star::uno::XInterface
237 hyper positionOfBlob([in]XBlob pattern,[in] hyper start)
H A DXSQLInput.idl54 published interface XBlob;
260 XBlob readBlob() raises (SQLException);
H A DXSQLOutput.idl54 published interface XBlob;
270 void writeBlob([in]XBlob x) raises (SQLException);
H A Dmakefile.mk75 XBlob.idl \
H A DXRow.idl58 published interface XBlob;
310 XBlob getBlob([in]long columnIndex) raises (SQLException);
/aoo4110/main/connectivity/source/commontools/
H A DFValue.cxx1727 Reference<XBlob> xBlob(aValue,UNO_QUERY); in getSequence()
2026 virtual Reference< XBlob > getBlob() const = 0;
2058 virtual Reference< XBlob > getBlob() const { return m_xRow->getBlob( m_nPos ); }; in getBlob()
2091 virtual Reference< XBlob > getBlob() const { return m_xColumn->getBlob(); }; in getBlob()
2355 Reference< XBlob > xBlob; in fill()
H A DBlobHelper.cxx61 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& /*pattern*/, ::… in positionOfBlob() argument
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx259 Reference< starsdbc::XBlob > xBlob = getBlob(columnIndex); in getBinaryStream()
287 Reference< starsdbc::XBlob > SAL_CALL java_sql_CallableStatement::getBlob( sal_Int32 columnIndex ) … in getBlob()
H A DBlob.cxx134 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& /*pattern*/, sa… in positionOfBlob() argument
/aoo4110/main/offapi/com/sun/star/sdb/
H A DXColumn.idl57 published interface XBlob;
273 com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException);
/aoo4110/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx308 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XBlob > SAL_CALL
317 return com::sun::star::uno::Reference< com::sun::star::sdbc::XBlob >(); in getBlob()
/aoo4110/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx320 com::sun::star::sdbc::XBlob > SAL_CALL
329 return com::sun::star::uno::Reference< com::sun::star::sdbc::XBlob >(); in getBlob()
/aoo4110/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx206 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getBlob()

Completed in 73 milliseconds

12345