public class Db2Platform extends PlatformImplBase
| Modifier and Type | Field and Description |
|---|---|
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.
|
MODEL_DEFAULT_NAME| Constructor and Description |
|---|
Db2Platform()
Creates a new platform instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the database that this platform is for.
|
afterInsert, afterUpdate, alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, beforeInsert, beforeUpdate, createDatabase, createDeleteSql, createInsertSql, createResultSetIterator, createSelectLastInsertIdSql, createTables, createTables, createTables, createTables, createUpdateSql, delete, delete, dropDatabase, dropTable, dropTable, dropTables, dropTables, evaluateBatch, evaluateBatch, exists, extractColumnValue, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getCreateTablesSql, getCreateTablesSql, getDeleteSql, getDropTableSql, getDropTablesSql, getInsertSql, getLog, getModelReader, getObjectFromResultSet, getObjectFromResultSet, getPlatformInfo, getSqlBuilder, getUpdateSql, insert, insert, insert, insert, isDelimitedIdentifierModeOn, isForeignKeysSorted, isIdentityOverrideOn, isScriptModeOn, isSqlCommentsOn, logWarnings, postprocessModelFromDatabase, query, query, query, query, readModelFromDatabase, readModelFromDatabase, readModelFromDatabase, readModelFromDatabase, setDelimitedIdentifierModeOn, setForeignKeysSorted, setIdentityOverrideOn, setModelReader, setObject, setScriptModeOn, setSqlBuilder, setSqlCommentsOn, setStatementParameterValue, shutdownDatabase, shutdownDatabase, store, toColumnValues, update, updateborrowConnection, closeStatement, getDataSource, getPassword, getUsername, returnConnection, setDataSource, setPassword, setUsernameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitborrowConnection, getDataSource, getPassword, getUsername, returnConnection, setDataSource, setPassword, setUsernamepublic 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
public String getName()
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.