Package s1
Class LinecountCursor
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<LinecountCursor>
@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator",
date="2026-07-23T14:40:10.882954635")
public class LinecountCursor
extends MaterializedViewCursor
implements Iterable<LinecountCursor>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLinecountCursor(CallContext context) LinecountCursor(CallContext context, ColumnMeta<?>... columns) -
Method Summary
Modifier and TypeMethodDescriptionvoid_clearBuffer(boolean withKeys) Object[]_getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) voidCopy field values from a cursor of the same type.voiditerator()setHeaderId(Integer headerId) setLineCount(Integer lineCount) setSurrogateCount(Integer surrogateCount) booleanMethods inherited from class ru.curs.celesta.dbutils.MaterializedViewCursor
create, create, getByValuesArray, getCurrentKeyValues, meta, tryGetByValuesArray, tryGetCurrentMethods inherited from class ru.curs.celesta.dbutils.BasicCursor
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, tryLastMethods inherited from class ru.curs.celesta.dbutils.BasicDataAccessor
canReadMethods inherited from class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
callContext, close, isClosedMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
COLUMNS
-
-
Constructor Details
-
LinecountCursor
-
LinecountCursor
-
-
Method Details
-
getSurrogateCount
-
setSurrogateCount
-
getHeaderId
-
setHeaderId
-
getLineCount
-
setLineCount
-
tryGet
-
get
-
_clearBuffer
public void _clearBuffer(boolean withKeys) -
_currentValues
-
_getBufferCopy
public LinecountCursor _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) -
copyFieldsFrom
Description copied from class:BasicCursorCopy field values from a cursor of the same type.- Specified by:
copyFieldsFromin classBasicCursor- Parameters:
c- cursor that field values have to be copied from
-
iterator
- Specified by:
iteratorin interfaceIterable<LinecountCursor>
-