Home
last modified time | relevance | path

Searched refs:setObjectWithInfo (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java230 public void setObjectWithInfo(int arg0, Object arg1, int arg2, int arg3) throws SQLException { in setObjectWithInfo() method in PostgresqlPreparedStatement
231 implParameters.setObjectWithInfo(arg0, arg1, arg2, arg3); in setObjectWithInfo()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx610 m_xInnerParamUpdate->setObjectWithInfo( in fillLinkedParameters()
1068 …void ParameterManager::setObjectWithInfo( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x, … in setObjectWithInfo() function in dbtools::ParameterManager
1070 VISIT_PARAMETER( setObjectWithInfo( _nIndex, x, targetSqlType, scale ) ); in setObjectWithInfo()
H A Ddbtools.cxx1891 … _xParameters->setObjectWithInfo(*aIterPos, pFinalValues->Value, nParamType, nScale); in askForParameters()
1899 void setObjectWithInfo(const Reference<XParameters>& _xParams, in setObjectWithInfo() function
1907 setObjectWithInfo(_xParams,parameterIndex,aVal,sqlType,scale); in setObjectWithInfo()
1910 void setObjectWithInfo(const Reference<XParameters>& _xParams, in setObjectWithInfo() function
1924 _xParams->setObjectWithInfo(parameterIndex,_rValue.makeAny(),sqlType,scale); in setObjectWithInfo()
H A Dparamwrapper.cxx208 … m_xValueDestination->setObjectWithInfo( *aIter + 1, rValue, nParamType, nScale ); in setFastPropertyValue_NoBroadcast()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx417 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo() function in OPreparedStatement
422 m_xAggregateAsParameters->setObjectWithInfo(parameterIndex, x, targetSqlType, scale); in setObjectWithInfo()
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx413 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo() function in OPreparedStatement
422 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx332 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo() function in OPreparedStatement
342 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx501 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo() function in OPreparedStatement
539 ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); in setObjectWithInfo()
/trunk/main/connectivity/inc/connectivity/
H A Ddbtools.hxx621 …void setObjectWithInfo( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XParameter…
635 …void setObjectWithInfo( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XParameter…
H A Dparameters.hxx245 …void setObjectWithInfo ( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x, sal_Int32 target…
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx147 …void SAL_CALL setObjectWithInfo(sal_Int32 parameter, const Any& x, sal_Int32 targetSqlType, sal_In…
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx263 void SAL_CALL OEvoabPreparedStatement::setObjectWithInfo( sal_Int32 /*parameterIndex*/, const Any& … in setObjectWithInfo() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx117 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx343 void SAL_CALL MacabPreparedStatement::setObjectWithInfo(sal_Int32, const Any&, sal_Int32, sal_Int32… in setObjectWithInfo() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx99 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx277 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo() function in OPreparedStatement
H A DSPreparedStatement.hxx118 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java499 oObj.setObjectWithInfo(idx, obj, DataType.OBJECT, 0) ; in _setObjectWithInfo()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx979 void SAL_CALL DatabaseDataProvider::setObjectWithInfo(sal_Int32 parameterIndex, const uno::Any& x, … in setObjectWithInfo() function in dbaccess::DatabaseDataProvider
981 m_aParameterManager.setObjectWithInfo(parameterIndex, x, targetSqlType, scale); in setObjectWithInfo()
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx100 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx89 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx119 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx116 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx144 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv77 "ORowSet";"com::sun::star::sdbc::XParameters";"setObjectWithInfo()"

Completed in 88 milliseconds

12