Home
last modified time | relevance | path

Searched refs:XBlob (Results 26 – 50 of 115) sorted by relevance

12345

/trunk/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()
/trunk/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()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRow.idl58 published interface XBlob;
310 XBlob getBlob([in]long columnIndex) raises (SQLException);
H A DXParameters.idl54 published interface XBlob;
407 void setBlob ([in]long parameterIndex, [in]XBlob x) raises (SQLException);
/trunk/main/ucb/source/ucp/file/
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()
H A Dfilrow.hxx171 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XBlob > SAL_CALL
/trunk/main/connectivity/source/drivers/jdbc/
H A DBlob.cxx134 …onOfBlob( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& /*pattern*/, sa… in positionOfBlob() argument
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java52 import com.sun.star.sdbc.XBlob;
415 public XBlob getBlob(int columnIndex) throws SQLException { in getBlob()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx206 Reference< XBlob > SAL_CALL OCallableStatement::getBlob( sal_Int32 /*columnIndex*/ ) throw(SQLExcep… in getBlob()
/trunk/main/dbaccess/source/core/api/
H A DPrivateRow.hxx57 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( ::sal_…
H A DRowSet.hxx322 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_In…
395 …terIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com…
H A DRowSetBase.cxx434 Reference< XBlob > SAL_CALL ORowSetBase::getBlob( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBlob()
437 return Reference< XBlob >(getValue(columnIndex).makeAny(),UNO_QUERY); in getBlob()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx153 void SAL_CALL setBlob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XBlob >& x)
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx73 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_In…
H A DAPreparedStatement.hxx102 …terIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com…
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx180 Reference< XBlob> DataColumn::getBlob() throw( SQLException, RuntimeException ) in getBlob()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx245 …reparedStatement::setBlob( sal_Int32 /*parameterIndex*/, const Reference< XBlob >& /*x*/ ) throw(S… in setBlob() argument
/trunk/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx78 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_In…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx359 void SAL_CALL MacabPreparedStatement::setBlob(sal_Int32, const Reference< XBlob >&) throw(SQLExcept… in setBlob() argument
H A DMacabPreparedStatement.hxx101 …terIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com…
/trunk/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx85 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_In…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx253 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) … in setBlob()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx247 … ( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob>& x);
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx1195 uno::Reference< sdbc::XBlob > SAL_CALL
1214 return uno::Reference< sdbc::XBlob >(); in getBlob()
H A Dresultsetmetadata.cxx507 else if ( rType == getCppuType( static_cast< Reference< XBlob > * >( 0 ) ) ) in getColumnType()

Completed in 96 milliseconds

12345