Searched refs:aSQLExceptionType (Results 1 – 1 of 1) sorted by relevance
144 …const staruno::Type& aSQLExceptionType = ::getCppuType(static_cast< ::com::sun::star::sdbc::SQLExc… in SQLExceptionInfo() local145 sal_Bool bValid = isAssignableFrom(aSQLExceptionType, _rError.getValueType()); in SQLExceptionInfo()158 const Type& aSQLExceptionType = ::getCppuType( static_cast< SQLException* >( NULL ) ); in implDetermineType() local166 else if ( isAssignableFrom( aSQLExceptionType, m_aContent.getValueType() ) ) in implDetermineType()249 const Type& aSQLExceptionType( ::getCppuType< SQLException >() ); in append() local255 if ( !isAssignableFrom( aSQLExceptionType, pChainIterator->getValueType() ) ) in append()
Completed in 9 milliseconds