public class SQLTableDataPool extends DataSet<SQLTableDataPoolConfiguration>
Modifier and Type | Class and Description |
---|---|
class |
SQLTableDataPool.SQLRowWrapper |
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
closing, configuration, context, isRowCommitEnabled
Constructor and Description |
---|
SQLTableDataPool(SQLTableDataPoolConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
addRow(Object row) |
void |
close() |
void |
connect() |
void |
executeQuery() |
void |
init() |
Object |
next_() |
void |
reset() |
enableRowCommit, isWriteQueueSupportEnabled, next, save, setContext, writeRow
public SQLTableDataPool(SQLTableDataPoolConfiguration configuration)
public void connect()
public void reset()
reset
in class DataSet<SQLTableDataPoolConfiguration>
public void executeQuery()
public Object next_()
next_
in class DataSet<SQLTableDataPoolConfiguration>
public void addRow(Object row)
addRow
in class DataSet<SQLTableDataPoolConfiguration>
public void close()
close
in class DataSet<SQLTableDataPoolConfiguration>
public void init()
init
in class DataSet<SQLTableDataPoolConfiguration>
Copyright © 2020. All rights reserved.