com.sybase.jdbc2.jdbc
Class SybBatchUpdateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--java.sql.BatchUpdateException
                          |
                          +--com.sybase.jdbc2.jdbc.SybBatchUpdateException

public class SybBatchUpdateException
extends BatchUpdateException
implements EedInfo


Field Summary
 (package private) com.sybase.jdbc2.jdbc.SybSQLException_sqe
           

Constructor Summary
 protected SybBatchUpdateException(com.sybase.jdbc2.jdbc.SybSQLException , java.lang.String , java.lang.String , int , int[] )
           

Method Summary
 java.sql.ResultSetgetEedParams()
           
 intgetLineNumber()
           
 java.lang.StringgetProcedureName()
           
 java.lang.StringgetServerName()
           
 intgetSeverity()
           
 intgetState()
           
 intgetStatus()
           
 intgetTranState()
           

Methods inherited from class java.sql.BatchUpdateException
getUpdateCounts

Methods inherited from class java.sql.SQLException
getSQLState, getErrorCode, getNextException, setNextException

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_sqe

com.sybase.jdbc2.jdbc.SybSQLException _sqe
Constructor Detail

SybBatchUpdateException

protected SybBatchUpdateException(com.sybase.jdbc2.jdbc.SybSQLException , java.lang.String , java.lang.String , int , int[] )
Method Detail

getEedParams

public java.sql.ResultSet getEedParams()

getLineNumber

public int getLineNumber()

getProcedureName

public java.lang.String getProcedureName()

getServerName

public java.lang.String getServerName()

getSeverity

public int getSeverity()

getState

public int getState()

getStatus

public int getStatus()

getTranState

public int getTranState()