Class DemoWriter

  • All Implemented Interfaces:
    de.xab.porter.transfer.connector.Connectable<java.sql.Connection>, de.xab.porter.transfer.jdbc.connector.JDBCConnector, de.xab.porter.transfer.writer.Writer<java.sql.Connection>

    public class DemoWriter
    extends de.xab.porter.transfer.jdbc.writer.JDBCWriter
    demo writer with h2 database
    • Field Summary

      • Fields inherited from class de.xab.porter.transfer.writer.AbstractWriter

        connection
    • Constructor Summary

      Constructors 
      Constructor Description
      DemoWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJDBCUrl​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.xab.porter.transfer.connector.Connectable

        close, closed, getConnector, setConnector
    • Constructor Detail

      • DemoWriter

        public DemoWriter()
    • Method Detail

      • getJDBCUrl

        public java.lang.String getJDBCUrl​(de.xab.porter.api.dataconnection.DataConnection dataConnection)