Package ru.curs.celesta.syscursors
Class CalllogCursor
java.lang.Object
ru.curs.celesta.dbutils.CsqlBasicDataAccessor<CallContext>
ru.curs.celesta.dbutils.BasicDataAccessor
ru.curs.celesta.dbutils.BasicCursor
ru.curs.celesta.dbutils.Cursor
ru.curs.celesta.syscursors.CalllogCursor
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<CalllogCursor>,InFilterSupport
@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator",
date="2024-02-26T14:04:02.3659947")
public class CalllogCursor
extends Cursor
implements Iterable<CalllogCursor>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCalllogCursor(CallContext context) CalllogCursor(CallContext context, ColumnMeta<?>... columns) -
Method Summary
Modifier and TypeMethodDescriptionvoid_clearBuffer(boolean withKeys) Object[]_getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) voidvoiditerator()static voidonPostDelete(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidonPostInsert(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidonPostUpdate(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidonPreDelete(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidonPreInsert(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidonPreUpdate(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) setDuration(Integer duration) setEntryno(Integer entryno) setProcname(String procname) setSessionid(String sessionid) setStarttime(Date starttime) booleanMethods inherited from class ru.curs.celesta.dbutils.Cursor
clear, create, create, delete, deleteAll, getByValuesArray, getCurrentKeyValues, getIn, getMaxStrLen, getMaxStrLen, getRecversion, getXRec, init, insert, meta, setIn, setRecversion, tryGetByValuesArray, tryGetCurrent, tryInsert, tryUpdate, updateMethods inherited from class ru.curs.celesta.dbutils.BasicCursor
asCSVLine, canDelete, canInsert, canModify, 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
-
TABLE_NAME
- See Also:
-
COLUMNS
-
-
Constructor Details
-
CalllogCursor
-
CalllogCursor
-
-
Method Details
-
getEntryno
-
setEntryno
-
getSessionid
-
setSessionid
-
getUserid
-
setUserid
-
getProcname
-
setProcname
-
getStarttime
-
setStarttime
-
getDuration
-
setDuration
-
tryGet
-
get
-
_clearBuffer
public void _clearBuffer(boolean withKeys) -
_currentValues
-
onPreDelete
-
onPostDelete
-
onPreInsert
-
onPostInsert
-
onPreUpdate
-
onPostUpdate
-
_getBufferCopy
public CalllogCursor _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) -
copyFieldsFrom
- Specified by:
copyFieldsFromin classBasicCursor
-
iterator
- Specified by:
iteratorin interfaceIterable<CalllogCursor>
-