Home
last modified time | relevance | path

Searched refs:_parameterIndex (Results 1 – 5 of 5) sorted by relevance

/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx554 …bool impl_setObject( const Reference< XParameters >& _rxParam, sal_Int32 _parameterIndex, const An… in impl_setObject() argument
560 (_rxParam.get()->*_Setter)( _parameterIndex, aValue ); in impl_setObject()
570 …void impl_setObject( const Reference< XParameters >& _rxParam, sal_Int32 _parameterIndex, const An… in impl_setObject() argument
576 (_rxParam.get()->*_Setter)( _parameterIndex, (INTTYPE)nValue ); in impl_setObject()
581 void SAL_CALL OPreparedStatement::setObjectWithInfo(sal_Int32 _parameterIndex, const Any& _value, s… in setObjectWithInfo() argument
586 checkParameterIndex( _parameterIndex ); in setObjectWithInfo()
590 setNull( _parameterIndex, _targetSqlType ); in setObjectWithInfo()
602 setDouble( _parameterIndex, nValue ); in setObjectWithInfo()
611 impl_setObject( this, _parameterIndex, _value, &XParameters::setString, true ); in setObjectWithInfo()
619 setLong( _parameterIndex, nValue ); in setObjectWithInfo()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx370 void OPreparedStatement::checkParameterIndex(sal_Int32 _parameterIndex) in checkParameterIndex() argument
372 if( !_parameterIndex || _parameterIndex > m_nNumParams) in checkParameterIndex()
H A DSPreparedStatement.hxx76 void checkParameterIndex(sal_Int32 _parameterIndex);
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx947 void OPreparedStatement::checkParameterIndex(sal_Int32 _parameterIndex) in checkParameterIndex() argument
949 if( !_parameterIndex || _parameterIndex > numParams) in checkParameterIndex()
953 "$pos$", ::rtl::OUString::valueOf(_parameterIndex), in checkParameterIndex()
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx97 void checkParameterIndex(sal_Int32 _parameterIndex);