EasyManuals Logo

IBM DB2 User Manual

IBM DB2
585 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #359 background imageLoading...
Page #359 background image
Related concepts
Chapter 11, “JDBC and SQLJ connection pooling support,” on page 465
Related reference
“Properties for the IBM Data Server Driver for JDBC and SQLJ” on page 201
“DB2PooledConnection class” on page 345
DB2DatabaseMetaData interface
The com.ibm.db2.jcc.DB2DatabasemetaData extends the
java.sql.DatabaseMetaData interface.
DB2DatabaseMetaData implements the java.sql.Wrapper interface.
DB2DatabaseMetaData methods:
The following methods are defined only for the IBM Data Server Driver for JDBC
and SQLJ.
isIDSDatabaseAnsiCompliant
Format:
public boolean isIDSDatabaseAnsiCompliant();
Returns true if the current active IBM Informix Dynamic Server (IDS) database
is ANSI-compliant. Returns false otherwise.
An ANSI-compliant database is a database that was created with the WITH
LOG MODE ANSI option.
This method applies to connections to IDS data sources only. An SQLException
is thrown if the data source is not an IDS data source.
isIDSDatabaseLogging
Format:
public boolean isIDSDatabaseLogging();
Returns true if the current active IDS database supports logging. Returns false
otherwise.
An IDS database that supports logging is a database that was created with the
WITH LOG MODE ANSI option, the WITH BUFFERED LOG, or the WITH
LOG option.
This method applies to connections to IDS data sources only. An SQLException
is thrown if the data source is not an IDS data source.
isResetRequiredForDB2eWLM
Format:
public boolean isResetRequiredForDB2eWLM();
Returns true if the target database server requires clean reuse to support
eWLM. Returns false otherwise.
supportsDB2ProgressiveStreaming
Format:
public boolean supportsDB2ProgressiveStreaming();
Returns true if the target data source supports progressive streaming. Returns
false otherwise.
Chapter 7. JDBC and SQLJ reference information 343

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the IBM DB2 and is the answer not in the manual?

IBM DB2 Specifications

General IconGeneral
DeveloperIBM
Initial Release1983
LicenseProprietary
Written inC, C++
CategoryDatabase Management System (RDBMS)
Operating SystemLinux, Windows
Programming LanguagesC, C++
Data ModelsRelational
EditionsCommunity, Standard, Advanced
Key Featureshigh availability, scalability