Searched refs:impl_setObject (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 580 …bool impl_setObject( const Reference< XParameters >& _rxParam, sal_Int32 _parameterIndex, const An… in impl_setObject() function 638 impl_setObject( this, _parameterIndex, _value, &XParameters::setString, true ); in setObjectWithInfo() 672 impl_setObject( this, _parameterIndex, _value, &XParameters::setDate, true ); in setObjectWithInfo() 676 impl_setObject( this, _parameterIndex, _value, &XParameters::setTime, true ); in setObjectWithInfo() 680 impl_setObject( this, _parameterIndex, _value, &XParameters::setTimestamp, true ); in setObjectWithInfo() 687 if ( impl_setObject( this, _parameterIndex, _value, &XParameters::setBytes, false ) in setObjectWithInfo() 688 || impl_setObject( this, _parameterIndex, _value, &XParameters::setBlob, false ) in setObjectWithInfo() 689 || impl_setObject( this, _parameterIndex, _value, &XParameters::setClob, false ) in setObjectWithInfo() 724 impl_setObject( this, _parameterIndex, _value, &XParameters::setByte ); in setObjectWithInfo() 728 impl_setObject( this, _parameterIndex, _value, &XParameters::setShort ); in setObjectWithInfo() [all …]
|
Completed in 14 milliseconds