Home
last modified time | relevance | path

Searched refs:setBlob (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java174 public void setBlob(int arg0, XBlob arg1) throws SQLException { in setBlob() method in PostgresqlPreparedStatement
175 implParameters.setBlob(arg0, arg1); in setBlob()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx435 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) … in setBlob() function in OPreparedStatement
440 m_xAggregateAsParameters->setBlob(parameterIndex, x); in setBlob()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx537 void SAL_CALL OPreparedStatement::setBlob(sal_Int32 parameter, const Reference< XBlob >& /* x */) in setBlob() function in OPreparedStatement
688 || impl_setObject( this, _parameterIndex, _value, &XParameters::setBlob, false ) in setObjectWithInfo()
H A Dmysqlc_preparedstatement.hxx153 void SAL_CALL setBlob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XBlob >& x)
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1080 …void ParameterManager::setBlob( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::… in setBlob() function in dbtools::ParameterManager
1082 VISIT_PARAMETER( setBlob( _nIndex, x ) ); in setBlob()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx245 void SAL_CALL OEvoabPreparedStatement::setBlob( sal_Int32 /*parameterIndex*/, const Reference< XBlo… in setBlob() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx119 …virtual void SAL_CALL setBlob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx359 void SAL_CALL MacabPreparedStatement::setBlob(sal_Int32, const Reference< XBlob >&) throw(SQLExcept… in setBlob() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx101 …virtual void SAL_CALL setBlob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/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() function in OPreparedStatement
H A DSPreparedStatement.hxx120 …virtual void SAL_CALL setBlob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx247 …void setBlob ( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::s…
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx997 void SAL_CALL DatabaseDataProvider::setBlob(sal_Int32 parameterIndex, const uno::Reference<sdbc::XB… in setBlob() function in dbaccess::DatabaseDataProvider
999 m_aParameterManager.setBlob(parameterIndex, x); in setBlob()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl83 <code>setBlob</code>
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx102 …virtual void SAL_CALL setBlob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx91 …virtual void SAL_CALL setBlob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx121 …virtual void SAL_CALL setBlob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx118 …virtual void SAL_CALL setBlob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx146 …virtual void SAL_CALL setBlob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx395 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 /*parameterIndex*/, const Reference< XBlob >& … in setBlob() function in OPreparedStatement
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv79 "ORowSet";"com::sun::star::sdbc::XParameters";"setBlob()"
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java179 public synchronized void setBlob(int index, XBlob x) throws SQLException { in setBlob() method in JavaSQLPreparedStatement
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx311 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 /*parameterIndex*/, const Reference< XBlob >& … in setBlob() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx477 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) … in setBlob() function in OPreparedStatement
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv107 "ODatabaseForm";"com::sun::star::sdbc::XParameters";"setBlob()"

Completed in 101 milliseconds

12