|
||||||||||
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.sybase.SybasePlatform
org.apache.ddlutils.platform.sybase.SybaseASE15Platform
public class SybaseASE15Platform
The platform implementation for Sybase ASE 15 and above.
Field Summary | |
---|---|
static java.lang.String |
DATABASENAME
Database name of this platform. |
Fields inherited from class org.apache.ddlutils.platform.sybase.SybasePlatform |
---|
JDBC_DRIVER, JDBC_DRIVER_OLD, JDBC_SUBPROTOCOL, MAX_TEXT_SIZE |
Fields inherited from class org.apache.ddlutils.platform.PlatformImplBase |
---|
MODEL_DEFAULT_NAME |
Constructor Summary | |
---|---|
SybaseASE15Platform()
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.platform.sybase.SybasePlatform |
---|
afterInsert, afterUpdate, beforeInsert, beforeUpdate, extractColumnValue, fetch, fetch, query, query, setStatementParameterValue |
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
Constructor Detail |
---|
public SybaseASE15Platform()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Platform
getName
in class SybasePlatform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |