public class CopyXML2dbImpl
extends java.lang.Object
Constructor and Description |
---|
CopyXML2dbImpl() |
Modifier and Type | Method and Description |
---|---|
void |
copyData(java.io.File xml,
java.nio.charset.Charset charset,
JDBCServerExplorerParameters dbparams,
java.lang.String tablesPrefix,
SimpleTaskStatus taskStatus) |
void |
copyData(org.xml.sax.InputSource is,
JDBCServerExplorerParameters dbparams,
long countLines,
java.lang.String tablesPrefix,
SimpleTaskStatus taskStatus) |
void |
copyData(java.io.InputStream xml,
java.nio.charset.Charset charset,
JDBCServerExplorerParameters dbparams,
java.lang.String tablesPrefix,
SimpleTaskStatus taskStatus) |
public void copyData(org.xml.sax.InputSource is, JDBCServerExplorerParameters dbparams, long countLines, java.lang.String tablesPrefix, SimpleTaskStatus taskStatus)
public void copyData(java.io.File xml, java.nio.charset.Charset charset, JDBCServerExplorerParameters dbparams, java.lang.String tablesPrefix, SimpleTaskStatus taskStatus)
public void copyData(java.io.InputStream xml, java.nio.charset.Charset charset, JDBCServerExplorerParameters dbparams, java.lang.String tablesPrefix, SimpleTaskStatus taskStatus)