public interface ISqlLoader extends IPopulationLoader
Modifier and Type | Method and Description |
---|---|
void |
batchRelate() |
InputStream |
getIn() |
OutputStream |
getOut() |
void |
insert(String tableName,
List<Object> values) |
void |
setIn(InputStream in) |
void |
setOut(OutputStream out) |
load, serialize, serialize
void insert(String tableName, List<Object> values) throws XtumlException
XtumlException
void batchRelate() throws XtumlException
XtumlException
void setIn(InputStream in)
InputStream getIn()
void setOut(OutputStream out)
OutputStream getOut()
Copyright © 2020. All rights reserved.