Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/source/commontools/
H A Ddbexception.cxx159 const Type& aSQLWarningType = ::getCppuType( static_cast< SQLWarning* >( NULL ) ); in implDetermineType() local
164 else if ( isAssignableFrom( aSQLWarningType, m_aContent.getValueType() ) ) in implDetermineType()