Searched defs:ExceptionDisplayInfo (Results 1 – 1 of 1) sorted by relevance
239 struct ExceptionDisplayInfo struct241 SQLExceptionInfo::TYPE eType;246 bool bSubEntry;248 String sMessage;249 String sSQLState;250 String sErrorCode;252 ExceptionDisplayInfo() : eType( SQLExceptionInfo::UNDEFINED ), bSubEntry( false ) { } in ExceptionDisplayInfo() function253 … ExceptionDisplayInfo( SQLExceptionInfo::TYPE _eType ) : eType( _eType ), bSubEntry( false ) { } in ExceptionDisplayInfo() function
Completed in 58 milliseconds