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
DatabaseMetaData
The JDBC API
|
63
Fields
static int attributeNoNulls
The attribute is not nullable.
static int attributeNullable
The attribute is nullable.
static int attributeNullableUnknown
The nullability of the attribute is unknown.
static int bestRowNotPseudo
The best row identifier is not a pseudo column.
static int bestRowPseudo
The best row identifier is a pseudo column.
static int bestRowSession
The scope of the best row identifier is the current session.
static int bestRowTemporary
The scope of the best row identifier lasts only while the row is
being used.
static int bestRowTransaction
The scope of the best row identifier is the current transaction.
static int bestRowUnknown
The best row identifier may or may not be a pseudo column.
static int columnNoNulls
The column is not nullable.
static int columnNullable
The column is nullable.
static int columnNullableUnknown
The nullability of columns is unknown.
static int importedKeyCascade
Actions related to foreign keys will be cascaded.
static int importedKeyInitiallyDeferred
Actions related to foreign keys will be deferred.
static int importedKeyInitiallyImmediate
Actions related to foreign keys will be immediate.
static int importedKeyNoAction
No actions related to foreign keys will be taken.
static int importedKeyNotDeferrable
Actions related to foreign keys are not deferrable.
DatabaseMetaData
64
|
JDBC Pocket Reference
static int importedKeyRestrict
Actions ...
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