|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ddlutils.util.JdbcSupport
org.apache.ddlutils.platform.PlatformImplBase
org.apache.ddlutils.platform.db2.Db2Platform
The DB2 platform implementation.
Field Summary | |
static String |
DATABASENAME
Database name of this platform. |
static String |
JDBC_DRIVER
The standard DB2 jdbc driver. |
static String |
JDBC_DRIVER_JTOPEN
The JTOpen 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_JTOPEN
An alternative subprotocol used by the JTOpen driver on OS/400. |
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. |
Fields inherited from class org.apache.ddlutils.platform.PlatformImplBase |
MODEL_DEFAULT_NAME |
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.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 |
public static final String DATABASENAME
public static final String JDBC_DRIVER
public static final String JDBC_DRIVER_OLD1
public static final String JDBC_DRIVER_OLD2
public static final String JDBC_DRIVER_JTOPEN
public static final String JDBC_SUBPROTOCOL
public static final String JDBC_SUBPROTOCOL_OS390_1
public static final String JDBC_SUBPROTOCOL_OS390_2
public static final String JDBC_SUBPROTOCOL_JTOPEN
Constructor Detail |
public Db2Platform()
Method Detail |
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |