
Types
The JDBC API
|
143
Constructors
Throwable( )
Throwable(String message)
Methods
Throwable fillInStackTrace( )
Adds the current execution stack trace for the current thread
to this
Throwable.
String getLocalizedMessage( )
Returns a locale-specific error message if overridden for this
subclass.
String getMessage( )
Returns an error message for this subclass.
void printStackTrace( )
Prints this Throwable’s stack trace and its back trace to the
standard error.
void printStackTrace(PrintStream s)
Prints this Throwable’s stack trace and its back trace to the
specified stream.
void printStackTrace(PrintWriter s)
Prints this Throwable’s stack trace and its back trace to the
specified writer.
String toString( )
Returns a description of this Throwable.
Types
Class name: java.sql.Types Extends java.lang.Object
Types is a class that defines JDBC constants (XOPEN constant
values) for SQL data types.
Fields
static int ARRAY (Java 1.2)
static int BIGINT
static int BINARY
static int BIT
static int BLOB (Java 1.2)
static int BOOLEAN (Java 1.4)
static int CHAR