de.smartics.properties.impl.config.ds.mysql
Class AbstractMySqlDataSourceProxy
java.lang.Object
de.smartics.properties.impl.config.ds.mysql.AbstractMySqlDataSourceProxy
-
All Implemented Interfaces:
-
de.smartics.properties.spi.config.ds.DataSourceProxy,
Serializable
-
Direct Known Subclasses:
-
MySqlDataSourceProxy,
MySqlJndiDataSourceProxy
-
public abstract class AbstractMySqlDataSourceProxy
-
extends
Object
-
implements de.smartics.properties.spi.config.ds.DataSourceProxy
Data source proxy to create MySQL data sources.
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.smartics.properties.spi.config.ds.DataSourceProxy |
getDataSource, getDataSourceId |
AbstractMySqlDataSourceProxy
protected AbstractMySqlDataSourceProxy()
-
Default constructor.
getCreateTableSqlTemplate
public final String getCreateTableSqlTemplate()
-
-
Specified by:
-
getCreateTableSqlTemplate
in interface
de.smartics.properties.spi.config.ds.DataSourceProxy
-
getInsertOrUpdateSqlTemplate
public final String getInsertOrUpdateSqlTemplate()
-
-
Specified by:
-
getInsertOrUpdateSqlTemplate
in interface
de.smartics.properties.spi.config.ds.DataSourceProxy
-
setInsertOrUpdate
public final void setInsertOrUpdate(PreparedStatement statement,
String config,
String name,
String value)
throws SQLException
-
-
Specified by:
-
setInsertOrUpdate
in interface
de.smartics.properties.spi.config.ds.DataSourceProxy
-
-
Throws:
-
SQLException
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.