Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/source/commontools/
H A Ddbexception.cxx144 …const staruno::Type& aSQLExceptionType = ::getCppuType(static_cast< ::com::sun::star::sdbc::SQLExc… in SQLExceptionInfo() local
145 sal_Bool bValid = isAssignableFrom(aSQLExceptionType, _rError.getValueType()); in SQLExceptionInfo()
158 const Type& aSQLExceptionType = ::getCppuType( static_cast< SQLException* >( NULL ) ); in implDetermineType() local
166 else if ( isAssignableFrom( aSQLExceptionType, m_aContent.getValueType() ) ) in implDetermineType()
249 const Type& aSQLExceptionType( ::getCppuType< SQLException >() ); in append() local
255 if ( !isAssignableFrom( aSQLExceptionType, pChainIterator->getValueType() ) ) in append()

Completed in 13 milliseconds