- java.lang.Object
-
- de.xab.porter.transfer.writer.AbstractWriter<java.sql.Connection>
-
- de.xab.porter.transfer.jdbc.writer.JDBCWriter
-
- de.xab.porter.transfer.jdbc.writer.MySQLWriter
-
- All Implemented Interfaces:
de.xab.porter.transfer.connector.Connectable<java.sql.Connection>,JDBCConnector,de.xab.porter.transfer.writer.Writer<java.sql.Connection>
public class MySQLWriter extends JDBCWriter
mysql JDBC writer
-
-
Constructor Summary
Constructors Constructor Description MySQLWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJDBCUrl(de.xab.porter.api.dataconnection.DataConnection dataConnection)-
Methods inherited from class de.xab.porter.transfer.jdbc.writer.JDBCWriter
connect, createTable, doWrite, getAfterDDL, getColumns, getColumnType, getConstraints, getCreate, getCreateDDL, getIdentifierQuote, sortPrimaryKey, writeInDefaultMode, writeInPrepareBatchMode, writeInStatementBatchMode, writeInValueMode
-
Methods inherited from class de.xab.porter.transfer.writer.AbstractWriter
close, closed, getChannel, getColumnIdentifier, getConnector, getTableIdentifier, setChannel, setConnector, write
-
-