Home
last modified time | relevance | path

Searched defs:ExceptionDisplayInfo (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx239 struct ExceptionDisplayInfo struct
241 SQLExceptionInfo::TYPE eType;
246 bool bSubEntry;
248 String sMessage;
249 String sSQLState;
250 String sErrorCode;
252 ExceptionDisplayInfo() : eType( SQLExceptionInfo::UNDEFINED ), bSubEntry( false ) { } in ExceptionDisplayInfo() function
253ExceptionDisplayInfo( SQLExceptionInfo::TYPE _eType ) : eType( _eType ), bSubEntry( false ) { } in ExceptionDisplayInfo() argument

Completed in 17 milliseconds