Home
last modified time | relevance | path

Searched refs:parameterIndex (Results 26 – 41 of 41) sorted by relevance

12

/aoo42x/main/registry/inc/registry/
H A Dreader.hxx458 sal_uInt16 methodIndex, sal_uInt16 parameterIndex) const in getMethodParameterFlags()
461 m_handle, methodIndex, parameterIndex); in getMethodParameterFlags()
478 sal_uInt16 methodIndex, sal_uInt16 parameterIndex) const in getMethodParameterName()
482 m_handle, &s, methodIndex, parameterIndex); in getMethodParameterName()
503 sal_uInt16 methodIndex, sal_uInt16 parameterIndex) const in getMethodParameterTypeName()
507 m_handle, &s, methodIndex, parameterIndex); in getMethodParameterTypeName()
H A Dreader.h441 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex)
463 sal_uInt16 parameterIndex)
485 sal_uInt16 parameterIndex)
H A Dwriter.hxx203 sal_uInt16 methodIndex, sal_uInt16 parameterIndex, in setMethodParameterData() argument
208 m_handle, methodIndex, parameterIndex, flags, name.pData, in setMethodParameterData()
H A Dwriter.h194 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex,
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXOutParameters.idl87 @param parameterIndex
96 void registerOutParameter([in]long parameterIndex, [in]long sqlType,
102 <code>parameterIndex</code>
123 @param parameterIndex
133 void registerNumericOutParameter([in]long parameterIndex, [in]long sqlType,
/aoo42x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx155 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter() argument
158 m_pParameters->get_Item(OLEVariant(sal_Int32(parameterIndex-1)),&pParam); in registerOutParameter()
166 void SAL_CALL OCallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 … in registerNumericOutParameter() argument
169 m_pParameters->get_Item(OLEVariant(sal_Int32(parameterIndex-1)),&pParam); in registerNumericOutParameter()
/aoo42x/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx130 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter() argument
138 …Reference< XOutParameters >(m_xAggregateAsSet, UNO_QUERY)->registerOutParameter( parameterIndex, s… in registerOutParameter()
142 void SAL_CALL OCallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 … in registerNumericOutParameter() argument
148 …meters >(m_xAggregateAsSet, UNO_QUERY)->registerNumericOutParameter( parameterIndex, sqlType, scal… in registerNumericOutParameter()
/aoo42x/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java143 private ArrayList parameterIndex = new ArrayList(); field in SDBCReportDataFactory.ParameterDefinition
373 final Integer pos = (Integer) paramDef.parameterIndex.get(i); in fillParameter()
472 paramDef.parameterIndex.add(i); in createParameter()
488 …if (masterValues != null && !masterValues.isEmpty() && paramDef.parameterIndex.size() != detailCol… in createParameter()
517 … paramDef.parameterIndex.add(newParamterCounter + paramDef.parameterCount - 1); in createParameter()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx207 void SAL_CALL java_sql_CallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32… in registerOutParameter() argument
224 t.pEnv->CallVoidMethod( object, mID, parameterIndex,sqlType,str.get()); in registerOutParameter()
228 void SAL_CALL java_sql_CallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sa… in registerNumericOutParameter() argument
242 t.pEnv->CallVoidMethod( object, mID, parameterIndex,sqlType,scale); in registerNumericOutParameter()
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx275 void SAL_CALL OEvoabPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQ… in setObject() argument
277 if(!::dbtools::implSetObject(this,parameterIndex,x)) in setObject()
281 "$position$", ::rtl::OUString::valueOf(parameterIndex) in setObject()
/aoo42x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx77 …virtual void SAL_CALL registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::r…
78 …virtual void SAL_CALL registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sa…
/aoo42x/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx82 …virtual void SAL_CALL registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::r…
83 …virtual void SAL_CALL registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sa…
/aoo42x/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx64 …virtual void SAL_CALL registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::r…
65 …virtual void SAL_CALL registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sa…
/aoo42x/main/connectivity/inc/connectivity/
H A Ddbtools.hxx622 sal_Int32 parameterIndex,
636 sal_Int32 parameterIndex,
/aoo42x/main/hsqldb/patches/
H A Di121754.patch113 + public <T>T getObject(int parameterIndex,
115 + return (T) this.getObject(parameterIndex);
/aoo42x/main/registry/source/
H A Dreflwrit.cxx1310 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex, in typereg_writer_setMethodParameterData() argument
1316 m_methods[methodIndex].m_params[parameterIndex].setData( in typereg_writer_setMethodParameterData()

Completed in 79 milliseconds

12