Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx528 …SQLException aAsException = aErrorFactory.getSQLException( ErrorCondition::DATA_CANNOT_SELECT_UNFI… in construct() local
530 aAsException.Message, in construct()
531 aAsException.Context, in construct()
532 aAsException.SQLState, in construct()
533 aAsException.ErrorCode, in construct()
534 aAsException.NextException in construct()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx580 …SQLException aAsException( static_cast< starsdbc::SQLException >( java_sql_SQLWarning( warn_base, … in getWarnings() local
584 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 14 milliseconds