public interface TemporaryRowHolder
It is used for deferred DML processing.
Modifier and Type | Method and Description |
---|---|
void |
close()
Clean up
|
long |
getPositionIndexConglomId() |
CursorResultSet |
getResultSet()
Get a result set for scanning what has been inserted
so far.
|
long |
getTemporaryConglomId() |
void |
insert(ExecRow inputRow)
Insert a row
|
void |
setRowHolderTypeToUniqueStream() |
void insert(ExecRow inputRow) throws StandardException
inputRow
- the row to insertStandardException
- on errorCursorResultSet getResultSet()
void close() throws StandardException
StandardException
- on errorlong getTemporaryConglomId()
long getPositionIndexConglomId()
void setRowHolderTypeToUniqueStream()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.