public class ParosTableScan extends ParosAbstractTable implements TableScan
Constructor and Description |
---|
ParosTableScan() |
Modifier and Type | Method and Description |
---|---|
RecordScan |
getLatestScan() |
RecordScan |
insert(long sessionId,
String scanName) |
RecordScan |
read(int scanId) |
protected void |
reconnect(Connection conn) |
databaseOpen, getConnection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
databaseOpen
protected void reconnect(Connection conn) throws DatabaseException
reconnect
in class ParosAbstractTable
DatabaseException
public RecordScan getLatestScan() throws DatabaseException
getLatestScan
in interface TableScan
DatabaseException
public RecordScan read(int scanId) throws DatabaseException
read
in interface TableScan
DatabaseException
public RecordScan insert(long sessionId, String scanName) throws DatabaseException
insert
in interface TableScan
DatabaseException