Searched refs:aAsException (Results 1 – 2 of 2) sorted by relevance
528 …SQLException aAsException = aErrorFactory.getSQLException( ErrorCondition::DATA_CANNOT_SELECT_UNFI… in construct() local530 aAsException.Message, in construct()531 aAsException.Context, in construct()532 aAsException.SQLState, in construct()533 aAsException.ErrorCode, in construct()534 aAsException.NextException in construct()
580 …SQLException aAsException( static_cast< starsdbc::SQLException >( java_sql_SQLWarning( warn_base, … in getWarnings() local584 aWarning.Context = aAsException.Context; in getWarnings()585 aWarning.Message = aAsException.Message; in getWarnings()586 aWarning.SQLState = aAsException.SQLState; in getWarnings()587 aWarning.ErrorCode = aAsException.ErrorCode; in getWarnings()588 aWarning.NextException = aAsException.NextException; in getWarnings()
Completed in 19 milliseconds