|
||||||||||
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.oracle.Oracle8Platform
public class Oracle8Platform
The platform for Oracle 8.
TODO: We might support the Platform.createDatabase(String, String, String, String, Map)
functionality via "CREATE SCHEMA"/"CREATE USER" or "CREATE TABLESPACE" ?
Field Summary | |
---|---|
static java.lang.String |
DATABASENAME
Database name of this platform. |
static java.lang.String |
JDBC_DRIVER
The standard Oracle jdbc driver. |
static java.lang.String |
JDBC_DRIVER_OLD
The old Oracle jdbc driver. |
static java.lang.String |
JDBC_SUBPROTOCOL_OCI8
The thin subprotocol used by the standard Oracle driver. |
static java.lang.String |
JDBC_SUBPROTOCOL_THIN
The thin subprotocol used by the standard Oracle driver. |
static java.lang.String |
JDBC_SUBPROTOCOL_THIN_OLD
The old thin subprotocol used by the standard Oracle driver. |
Fields inherited from class org.apache.ddlutils.platform.PlatformImplBase |
---|
MODEL_DEFAULT_NAME |
Constructor Summary | |
---|---|
Oracle8Platform()
Creates a new platform instance. |
Method Summary | |
---|---|
java.lang.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 java.lang.String DATABASENAME
public static final java.lang.String JDBC_DRIVER
public static final java.lang.String JDBC_DRIVER_OLD
public static final java.lang.String JDBC_SUBPROTOCOL_THIN
public static final java.lang.String JDBC_SUBPROTOCOL_OCI8
public static final java.lang.String JDBC_SUBPROTOCOL_THIN_OLD
Constructor Detail |
---|
public Oracle8Platform()
Method Detail |
---|
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |