/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 230 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 D | parameters.cxx | 610 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 D | dbtools.cxx | 1891 … _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 D | paramwrapper.cxx | 208 … m_xValueDestination->setObjectWithInfo( *aIter + 1, rValue, nParamType, nScale ); in setFastPropertyValue_NoBroadcast()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 417 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 D | APreparedStatement.cxx | 413 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 D | FPreparedStatement.cxx | 332 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 D | OPreparedStatement.cxx | 501 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 D | dbtools.hxx | 621 …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 D | parameters.hxx | 245 …void setObjectWithInfo ( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x, sal_Int32 target…
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.hxx | 147 …void SAL_CALL setObjectWithInfo(sal_Int32 parameter, const Any& x, sal_Int32 targetSqlType, sal_In…
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 263 void SAL_CALL OEvoabPreparedStatement::setObjectWithInfo( sal_Int32 /*parameterIndex*/, const Any& … in setObjectWithInfo() function in OEvoabPreparedStatement
|
H A D | NPreparedStatement.hxx | 117 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 343 void SAL_CALL MacabPreparedStatement::setObjectWithInfo(sal_Int32, const Any&, sal_Int32, sal_Int32… in setObjectWithInfo() function in MacabPreparedStatement
|
H A D | MacabPreparedStatement.hxx | 99 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 277 void SAL_CALL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_In… in setObjectWithInfo() function in OPreparedStatement
|
H A D | SPreparedStatement.hxx | 118 …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.java | 499 oObj.setObjectWithInfo(idx, obj, DataType.OBJECT, 0) ; in _setObjectWithInfo()
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 979 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 D | APreparedStatement.hxx | 100 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 89 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | preparedstatement.hxx | 119 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FPreparedStatement.hxx | 116 …virtual void SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::An…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OPreparedStatement.hxx | 144 …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 D | com.sun.star.comp.dba.ORowSet.csv | 77 "ORowSet";"com::sun::star::sdbc::XParameters";"setObjectWithInfo()"
|