Class SqlLoader
- java.lang.Object
-
- io.ciera.runtime.instanceloading.sql.SqlLoader
-
- All Implemented Interfaces:
IPopulationLoader,ISqlLoader
public abstract class SqlLoader extends Object implements ISqlLoader
-
-
Constructor Summary
Constructors Constructor Description SqlLoader(IRunContext runContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetIn()OutputStreamgetOut()voidload()voidserialize(IChangeLog changeLog)voidsetIn(InputStream in)voidsetOut(OutputStream out)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.instanceloading.IPopulationLoader
serialize
-
Methods inherited from interface io.ciera.runtime.instanceloading.sql.ISqlLoader
batchRelate, insert, link
-
-
-
-
Constructor Detail
-
SqlLoader
public SqlLoader(IRunContext runContext)
-
-
Method Detail
-
load
public void load() throws XtumlException- Specified by:
loadin interfaceIPopulationLoader- Throws:
XtumlException
-
serialize
public void serialize(IChangeLog changeLog) throws XtumlException
- Specified by:
serializein interfaceIPopulationLoader- Throws:
XtumlException
-
setIn
public void setIn(InputStream in)
- Specified by:
setInin interfaceISqlLoader
-
getIn
public InputStream getIn()
- Specified by:
getInin interfaceISqlLoader
-
setOut
public void setOut(OutputStream out)
- Specified by:
setOutin interfaceISqlLoader
-
getOut
public OutputStream getOut()
- Specified by:
getOutin interfaceISqlLoader
-
-