Skip to Main Content
JDBC Pocket Reference
book

JDBC Pocket Reference

by Donald Bales
January 2003
Intermediate to advanced content levelIntermediate to advanced
176 pages
5h 3m
English
O'Reilly Media, Inc.
Content preview from JDBC Pocket Reference
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
XAConnection
144
|
JDBC Pocket Reference
static int CLOB (Java 1.2)
static int DATALINK (Java 1.4)
static int DATE
static int DECIMAL
static int DISTINCT (Java 1.2)
static int DOUBLE
static int FLOAT
static int INTEGER
static int JAVA_OBJECT (Java 1.2)
static int LONGVARBINARY
static int ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro Couchbase Server, Second Edition

Pro Couchbase Server, Second Edition

David Ostrovsky, Mohammed Haji, Yaniv Rodenski
Pro Couchbase Server

Pro Couchbase Server

David Ostrovsky, Yaniv Rodenski

Publisher Resources

ISBN: 9780596528713