Class CopyXML2dbImpl

java.lang.Object
org.gvsig.xml2db.lib.impl.CopyXML2dbImpl

public class CopyXML2dbImpl extends Object
Author:
jjdelcerro
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copyData(File xml, Charset charset, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters dbparams, String tablesPrefix, org.gvsig.tools.task.SimpleTaskStatus taskStatus)
     
    void
    copyData(InputStream xml, Charset charset, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters dbparams, String tablesPrefix, org.gvsig.tools.task.SimpleTaskStatus taskStatus)
     
    void
    copyData(InputSource is, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters dbparams, long countLines, String tablesPrefix, org.gvsig.tools.task.SimpleTaskStatus taskStatus)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CopyXML2dbImpl

      public CopyXML2dbImpl()
  • Method Details

    • copyData

      public void copyData(InputSource is, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters dbparams, long countLines, String tablesPrefix, org.gvsig.tools.task.SimpleTaskStatus taskStatus)
    • copyData

      public void copyData(File xml, Charset charset, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters dbparams, String tablesPrefix, org.gvsig.tools.task.SimpleTaskStatus taskStatus)
    • copyData

      public void copyData(InputStream xml, Charset charset, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters dbparams, String tablesPrefix, org.gvsig.tools.task.SimpleTaskStatus taskStatus)