/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRow.java | 35 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 D | propertyvalueset.cxx | 110 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 D | Blob.hxx | 38 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 D | BlobHelper.hxx | 32 …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 D | propertyvalueset.hxx | 172 ::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 D | ResultSet.java | 33 import com.sun.star.sdbc.XBlob; 269 XBlob getBlob( int _colIndex ) throws SQLException in getBlob()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 123 …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 D | PrivateRow.hxx | 57 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( ::sal_…
|
/aoo4110/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 375 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 D | filrset.hxx | 365 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 D | RowSet.java | 31 import com.sun.star.sdbc.XBlob; 272 public XBlob getBlob(int i) throws SQLException in getBlob()
|
/aoo4110/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 34 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 D | XBlob.idl | 107 published interface XBlob: com::sun::star::uno::XInterface 237 hyper positionOfBlob([in]XBlob pattern,[in] hyper start)
|
H A D | XSQLInput.idl | 54 published interface XBlob; 260 XBlob readBlob() raises (SQLException);
|
H A D | XSQLOutput.idl | 54 published interface XBlob; 270 void writeBlob([in]XBlob x) raises (SQLException);
|
H A D | makefile.mk | 75 XBlob.idl \
|
H A D | XRow.idl | 58 published interface XBlob; 310 XBlob getBlob([in]long columnIndex) raises (SQLException);
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1727 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 D | BlobHelper.cxx | 61 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& /*pattern*/, ::… in positionOfBlob() argument
|
/aoo4110/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 259 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 D | Blob.cxx | 134 …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 D | XColumn.idl | 57 published interface XBlob; 273 com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException);
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 308 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 D | ftpresultsetbase.hxx | 320 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 D | ACallableStatement.cxx | 206 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getBlob()
|