public class MySqlDbPlatform
PostgreSQL DBMS platform implementation.
| Constructor and Description |
|---|
MySqlDbPlatform() |
MySqlDbPlatform()
Protected constructor to allow for the Amazon-based platforms that leverage PostgreSQL as their SQL interface.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.block.function.Function<java.lang.String,java.lang.String> |
convertDbObjectName() |
com.gs.obevo.db.apps.reveng.AbstractDdlReveng |
getDdlReveng() |
java.lang.Class<? extends com.gs.obevo.api.platform.DeployerAppContext> |
initializeAppContextBuilderClass() |
java.lang.String |
initializeDefaultDriverClassName() |
public MySqlDbPlatform()
public MySqlDbPlatform()
Protected constructor to allow for the Amazon-based platforms that leverage PostgreSQL as their SQL interface.
public java.lang.Class<? extends com.gs.obevo.api.platform.DeployerAppContext> initializeAppContextBuilderClass()
public java.lang.String initializeDefaultDriverClassName()
public org.eclipse.collections.api.block.function.Function<java.lang.String,java.lang.String> convertDbObjectName()
public com.gs.obevo.db.apps.reveng.AbstractDdlReveng getDdlReveng()