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
|
93
boolean supportsResultSetType(int resultSettype)
Returns true if the database supports the given result set type.
(Java 1.2)
boolean supportsSavepoints( )
Returns true if the database supports savepoints. (Java 1.4)
boolean supportsSchemasInDataManipulation( )
Returns true if a schema name can be used in a data manipu-
lation statement.
boolean supportsSchemasInIndexDefinitions( )
Returns true if a schema name can be used in an index defini-
tion statement.
boolean supportsSchemasInPrivilegeDefinitions( )
Returns true if a schema name can be used in a privilege defi-
nition statement.
boolean supportsSchemasInProcedureCalls( )
Returns true if a schema name can be used in a procedure call
statement.
boolean supportsSchemasInTableDefinitions( )
Returns true if a schema name can be used in a table defini-
tion statement.
boolean supportsSelectForUpdate( )
Returns true if SELECT FOR UPDATE is supported.
boolean supportsStatementPooling( )
Returns true if the database supports statement pooling. (Java
1.4)
boolean supportsStoredProcedures( )
Returns true if stored procedure calls using JDBC escape
syntax are supported.
boolean supportsSubqueriesInComparisons( )
Returns true if subqueries in comparison expressions are
supported.
boolean supportsSubqueriesInExists( )
Returns true if subqueries in EXISTS expressions are
supported.
boolean supportsSubqueriesInIns( )
Returns true if subqueries ...
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