public abstract class SqlLoader extends Object implements ISqlLoader
Constructor and Description |
---|
SqlLoader(IRunContext runContext) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getIn() |
OutputStream |
getOut() |
void |
load() |
void |
serialize(IChangeLog changeLog) |
void |
setIn(InputStream in) |
void |
setOut(OutputStream out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batchRelate, insert
serialize
public SqlLoader(IRunContext runContext)
public void load() throws XtumlException
load
in interface IPopulationLoader
XtumlException
public void serialize(IChangeLog changeLog) throws XtumlException
serialize
in interface IPopulationLoader
XtumlException
public void setIn(InputStream in)
setIn
in interface ISqlLoader
public InputStream getIn()
getIn
in interface ISqlLoader
public void setOut(OutputStream out)
setOut
in interface ISqlLoader
public OutputStream getOut()
getOut
in interface ISqlLoader
Copyright © 2020. All rights reserved.