|
|||||||||
| 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.mysql.MySqlPlatform
public class MySqlPlatform
The platform implementation for MySQL.
| Field Summary | |
|---|---|
static String |
DATABASENAME
Database name of this platform. |
static String |
JDBC_DRIVER
The standard MySQL jdbc driver. |
static String |
JDBC_DRIVER_OLD
The old MySQL jdbc driver. |
static String |
JDBC_SUBPROTOCOL
The subprotocol used by the standard MySQL driver. |
| Fields inherited from class org.apache.ddlutils.platform.PlatformImplBase |
|---|
MODEL_DEFAULT_NAME |
| Constructor Summary | |
|---|---|
MySqlPlatform()
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_OLD
public static final String JDBC_SUBPROTOCOL
| Constructor Detail |
|---|
public MySqlPlatform()
| Method Detail |
|---|
public String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||