Db2Databasemetadata Interface - IBM DB2 Manual

Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents