org.apache.ddlutils.platform.db2
Class Db2Platform

java.lang.Object
  extended byorg.apache.ddlutils.util.JdbcSupport
      extended byorg.apache.ddlutils.platform.PlatformImplBase
          extended byorg.apache.ddlutils.platform.db2.Db2Platform
All Implemented Interfaces:
Platform

public class Db2Platform
extends PlatformImplBase

The DB2 platform implementation.

Version:
$Revision: 231306 $
Author:
Thomas Dudziak

Field Summary
static String DATABASENAME
          Database name of this platform.
static String JDBC_DRIVER
          The standard DB2 jdbc driver.
static String JDBC_DRIVER_OLD1
          Older name for the jdbc driver.
static String JDBC_DRIVER_OLD2
          Older name for the jdbc driver.
static String JDBC_SUBPROTOCOL
          The subprotocol used by the standard DB2 driver.
static String JDBC_SUBPROTOCOL_OS390_1
          An alternative subprotocol used by the standard DB2 driver on OS/390.
static String JDBC_SUBPROTOCOL_OS390_2
          An alternative subprotocol used by the standard DB2 driver on OS/390.
 
Constructor Summary
Db2Platform()
          Creates a new platform instance.
 
Method Summary
 String getName()
          Returns the name of the database that this platform is for.
 
Methods inherited from class org.apache.ddlutils.platform.PlatformImplBase
alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, createDatabase, createDeleteSql, createInsertSql, createResultSetIterator, createSelectLastInsertIdSql, createTables, createTables, createTables, createTables, createUpdateSql, delete, delete, dropDatabase, dropTables, dropTables, evaluateBatch, evaluateBatch, exists, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getCreateTablesSql, getCreateTablesSql, getDeleteSql, getDropTablesSql, getInsertSql, getLog, getModelReader, getObjectFromResultSet, getPlatformInfo, getSqlBuilder, getUpdateSql, insert, insert, insert, insert, logWarnings, postprocessModelFromDatabase, query, query, query, query, readModelFromDatabase, readModelFromDatabase, readModelFromDatabase, readModelFromDatabase, setModelReader, setObject, setSqlBuilder, shutdownDatabase, shutdownDatabase, store, toColumnValues, update, update
 
Methods inherited from class org.apache.ddlutils.util.JdbcSupport
borrowConnection, closeStatement, getDataSource, getPassword, getUsername, returnConnection, setDataSource, setPassword, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ddlutils.Platform
borrowConnection, getDataSource, getPassword, getUsername, returnConnection, setDataSource, setPassword, setUsername
 

Field Detail

DATABASENAME

public static final String DATABASENAME
Database name of this platform.

See Also:
Constant Field Values

JDBC_DRIVER

public static final String JDBC_DRIVER
The standard DB2 jdbc driver.

See Also:
Constant Field Values

JDBC_DRIVER_OLD1

public static final String JDBC_DRIVER_OLD1
Older name for the jdbc driver.

See Also:
Constant Field Values

JDBC_DRIVER_OLD2

public static final String JDBC_DRIVER_OLD2
Older name for the jdbc driver.

See Also:
Constant Field Values

JDBC_SUBPROTOCOL

public static final String JDBC_SUBPROTOCOL
The subprotocol used by the standard DB2 driver.

See Also:
Constant Field Values

JDBC_SUBPROTOCOL_OS390_1

public static final String JDBC_SUBPROTOCOL_OS390_1
An alternative subprotocol used by the standard DB2 driver on OS/390.

See Also:
Constant Field Values

JDBC_SUBPROTOCOL_OS390_2

public static final String JDBC_SUBPROTOCOL_OS390_2
An alternative subprotocol used by the standard DB2 driver on OS/390.

See Also:
Constant Field Values
Constructor Detail

Db2Platform

public Db2Platform()
Creates a new platform instance.

Method Detail

getName

public String getName()
Returns the name of the database that this platform is for.

Returns:
The name


Copyright © 2005 Apache Software Foundation. All Rights Reserved.