Home
last modified time | relevance | path

Searched refs:setBytes (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java186 public void setBytes(int arg0, byte[] arg1) throws SQLException { in setBytes() method in PostgresqlPreparedStatement
187 implParameters.setBytes(arg0, arg1); in setBytes()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx354 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes() function in OPreparedStatement
359 m_xAggregateAsParameters->setBytes(parameterIndex, x); in setBytes()
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx454 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes() function in OPreparedStatement
475 setBytes(parameterIndex,aData); in setBinaryStream()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java208 public synchronized void setBytes(int index, byte[] x) throws SQLException { in setBytes() method in JavaSQLPreparedStatement
212 ((java.sql.PreparedStatement)jdbcStatement).setBytes(index, x.clone()); in setBytes()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx687 if ( impl_setObject( this, _parameterIndex, _value, &XParameters::setBytes, false ) in setObjectWithInfo()
792 void SAL_CALL OPreparedStatement::setBytes(sal_Int32 parameter, const Sequence< sal_Int8 >& x) in setBytes() function in OPreparedStatement
H A Dmysqlc_preparedstatement.hxx128 void SAL_CALL setBytes(sal_Int32 parameter, const ::com::sun::star::uno::Sequence< sal_Int8 >& x)
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1026 …void ParameterManager::setBytes( sal_Int32 _nIndex, const ::com::sun::star::uno::Sequence< sal_Int… in setBytes() function in dbtools::ParameterManager
1028 VISIT_PARAMETER( setBytes( _nIndex, x ) ); in setBytes()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx294 void SAL_CALL OEvoabPreparedStatement::setBytes( sal_Int32 /*parameterIndex*/, const Sequence< sal_… in setBytes() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx110 …virtual void SAL_CALL setBytes( sal_Int32 parameterIndex, const ::com::sun::star::uno::Sequence< s…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx283 void SAL_CALL MacabPreparedStatement::setBytes(sal_Int32, const Sequence< sal_Int8 >&) throw(SQLExc… in setBytes() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx92 …virtual void SAL_CALL setBytes( sal_Int32 parameterIndex, const ::com::sun::star::uno::Sequence< s…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx309 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes() function in OPreparedStatement
H A DSPreparedStatement.hxx111 …virtual void SAL_CALL setBytes( sal_Int32 parameterIndex, const ::com::sun::star::uno::Sequence< s…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java321 oObj.setBytes(idx, new byte[] {5}) ; in _setBytes()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx238 …void setBytes ( sal_Int32 _nIndex, const ::com::sun::star::uno::Sequence< sal_Int8 >& x);
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx943 void SAL_CALL DatabaseDataProvider::setBytes(sal_Int32 parameterIndex, const uno::Sequence< sal_Int… in setBytes() function in dbaccess::DatabaseDataProvider
945 m_aParameterManager.setBytes(parameterIndex, x); in setBytes()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1299 aTransfer.transferComplexValue( &XRow::getBytes, &XParameters::setBytes ); in impl_copyRows_throw()
1317 … aTransfer.transferComplexValue( &XRow::getBytes, &XParameters::setBytes ); in impl_copyRows_throw()
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx93 …virtual void SAL_CALL setBytes( sal_Int32 parameterIndex, const ::com::sun::star::uno::Sequence< s…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx82 …virtual void SAL_CALL setBytes( sal_Int32 parameterIndex, const ::com::sun::star::uno::Sequence< s…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx112 …virtual void SAL_CALL setBytes( sal_Int32 parameterIndex, const ::com::sun::star::uno::Sequence< s…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx109 …virtual void SAL_CALL setBytes( sal_Int32 parameterIndex, const ::com::sun::star::uno::Sequence< s…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx137 …virtual void SAL_CALL setBytes( sal_Int32 parameterIndex, const ::com::sun::star::uno::Sequence< s…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv70 "ORowSet";"com::sun::star::sdbc::XParameters";"setBytes()"
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx377 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx568 void SAL_CALL OPreparedStatement::setBytes( sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x… in setBytes() function in OPreparedStatement

Completed in 82 milliseconds

12