Class ExportDumpSqlXML
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.export.AbstractExportDumpObject
-
- de.akquinet.jbosscc.guttenbase.export.ExportDumpSqlXML
-
- All Implemented Interfaces:
Externalizable
,Serializable
,SQLXML
public class ExportDumpSqlXML extends AbstractExportDumpObject implements SQLXML
Since XML data may be quite big. we do not load them into memory completely, but read them in chunks and write the data to the output stream in a loop.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.akquinet.jbosscc.guttenbase.export.AbstractExportDumpObject
DEFAULT_BUFFER_SIZE
-
-
Constructor Summary
Constructors Constructor Description ExportDumpSqlXML()
ExportDumpSqlXML(InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reader
getCharacterStream()
<T extends Source>
TgetSource(Class<T> sourceClass)
String
getString()
OutputStream
setBinaryStream()
Writer
setCharacterStream()
<T extends Result>
TsetResult(Class<T> resultClass)
void
setString(String value)
-
Methods inherited from class de.akquinet.jbosscc.guttenbase.export.AbstractExportDumpObject
free, getBinaryStream, getBinaryStream, getBytes, length, readExternal, writeExternal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.sql.SQLXML
free, getBinaryStream
-
-
-
-
Constructor Detail
-
ExportDumpSqlXML
public ExportDumpSqlXML()
-
ExportDumpSqlXML
public ExportDumpSqlXML(InputStream inputStream)
-
-
Method Detail
-
getCharacterStream
public Reader getCharacterStream()
- Specified by:
getCharacterStream
in interfaceSQLXML
-
setBinaryStream
public OutputStream setBinaryStream()
- Specified by:
setBinaryStream
in interfaceSQLXML
-
setCharacterStream
public Writer setCharacterStream()
- Specified by:
setCharacterStream
in interfaceSQLXML
-
-