@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator", date="2023-11-08T20:58:11.855") public class LinecountCursor extends MaterializedViewCursor implements Iterable<LinecountCursor>
Modifier and Type | Class and Description |
---|---|
static class |
LinecountCursor.Columns |
Modifier and Type | Field and Description |
---|---|
LinecountCursor.Columns |
COLUMNS |
Constructor and Description |
---|
LinecountCursor(CallContext context) |
LinecountCursor(CallContext context,
ColumnMeta<?>... columns) |
LinecountCursor(CallContext context,
Set<String> fields)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
_clearBuffer(boolean withKeys) |
Object[] |
_currentValues() |
LinecountCursor |
_getBufferCopy(CallContext context,
List<String> fields) |
void |
copyFieldsFrom(BasicCursor c)
Copy field values from a cursor of the same type.
|
void |
get(Integer headerId) |
Integer |
getHeaderId() |
Integer |
getLineCount() |
Integer |
getSurrogateCount() |
Iterator<LinecountCursor> |
iterator() |
LinecountCursor |
setHeaderId(Integer headerId) |
LinecountCursor |
setLineCount(Integer lineCount) |
LinecountCursor |
setSurrogateCount(Integer surrogateCount) |
boolean |
tryGet(Integer headerId) |
create, create, getByValuesArray, getCurrentKeyValues, meta, tryGetByValuesArray, tryGetCurrent
asCSVLine, canDelete, canInsert, canModify, clear, clearBuffer, copyFiltersFrom, copyOrderFrom, count, descOrders, findSet, first, getBufferCopy, getComplexFilter, getCurrentValues, getOrderBy, getValue, isEquivalent, last, limit, navigate, navigate, next, nextInSet, orderBy, orderBy, orderBy, orderByColumnNames, position, previous, reset, setComplexFilter, setFilter, setFilter, setRange, setRange, setRange, setRange, setRange, setRange, setValue, tryFindSet, tryFirst, tryLast
canRead
callContext, close, isClosed
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final LinecountCursor.Columns COLUMNS
public LinecountCursor(CallContext context)
public LinecountCursor(CallContext context, ColumnMeta<?>... columns)
@Deprecated public LinecountCursor(CallContext context, Set<String> fields)
public Integer getSurrogateCount()
public LinecountCursor setSurrogateCount(Integer surrogateCount)
public Integer getHeaderId()
public LinecountCursor setHeaderId(Integer headerId)
public Integer getLineCount()
public LinecountCursor setLineCount(Integer lineCount)
public boolean tryGet(Integer headerId)
public void get(Integer headerId)
public void _clearBuffer(boolean withKeys)
public Object[] _currentValues()
public LinecountCursor _getBufferCopy(CallContext context, List<String> fields)
public void copyFieldsFrom(BasicCursor c)
BasicCursor
copyFieldsFrom
in class BasicCursor
c
- cursor that field values have to be copied frompublic Iterator<LinecountCursor> iterator()
iterator
in interface Iterable<LinecountCursor>
Copyright © 2023 CURS. All rights reserved.