borland Packages  Class Hierarchy  datastore.jdbc Package 

SqlState class

java.lang.Object
   +----java.lang.Throwable
           +----java.lang.Exception
                   +----java.sql.SQLException
                           +----com.borland.datastore.jdbc.SqlState

About the SqlState class

Constructors  Properties  Methods  

Implements ChainedException, Serializable

Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


SqlState constructors

SqlState properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

Properties implemented in java.lang.Throwable

Properties implemented in java.sql.SQLException

SqlState methods

Methods implemented in this class

Methods implemented in java.lang.Object

Methods implemented in java.lang.Throwable


SqlState constructors

SqlState(java.lang.String, java.lang.String)

  public SqlState(String message, String sqlCode)

This constructor is used internally by other com.borland classes. You should never use this constructor directly.


SqlState properties

exceptionChain

 public ExceptionChain getExceptionChain()

This property is used internally by other com.borland classes. You should never use this property directly.


SqlState methods

connectError(java.lang.String)

  public static void connectError(String message)

connectionHasBeenClosed()

  public static void connectionHasBeenClosed()

log(java.lang.Throwable)

  public static final void log(Throwable ex)

printStackTrace()

  public void printStackTrace()

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: java.lang.Throwable.printStackTrace()

printStackTrace(java.io.PrintStream)

  public void printStackTrace(java.io.PrintStream out)

This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: java.lang.Throwable.printStackTrace(java.io.PrintStream)