Package ru.curs.celesta.syscursors
Class GrainsCursor
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.GrainsCursor
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<GrainsCursor>,InFilterSupport,ru.curs.celesta.syscursors.ISchemaCursor
@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator",
date="2024-02-12T23:04:32.8451919")
public class GrainsCursor
extends Cursor
implements Iterable<GrainsCursor>, ru.curs.celesta.syscursors.ISchemaCursor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
FieldsFields inherited from interface ru.curs.celesta.syscursors.ISchemaCursor
ERROR, LOCK, READY, RECOVER, UPGRADING -
Constructor Summary
ConstructorsConstructorDescriptionGrainsCursor(CallContext context) GrainsCursor(CallContext context, ColumnMeta<?>... columns) -
Method Summary
Modifier and TypeMethodDescriptionvoid_clearBuffer(boolean withKeys) Object[]_getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) voidvoidgetId()getState()iterator()static voidonPostDelete(ICelesta celesta, Consumer<? super GrainsCursor> cursorConsumer) static voidonPostInsert(ICelesta celesta, Consumer<? super GrainsCursor> cursorConsumer) static voidonPostUpdate(ICelesta celesta, Consumer<? super GrainsCursor> cursorConsumer) static voidonPreDelete(ICelesta celesta, Consumer<? super GrainsCursor> cursorConsumer) static voidonPreInsert(ICelesta celesta, Consumer<? super GrainsCursor> cursorConsumer) static voidonPreUpdate(ICelesta celesta, Consumer<? super GrainsCursor> cursorConsumer) setChecksum(String checksum) setLastmodified(Date lastmodified) setMessage(String message) setVersion(String version) 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 ru.curs.celesta.syscursors.ISchemaCursor
callContext, init, insert, nextInSet, updateMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
TABLE_NAME
- See Also:
-
COLUMNS
-
-
Constructor Details
-
GrainsCursor
-
GrainsCursor
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
setId
- Specified by:
setIdin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
getVersion
- Specified by:
getVersionin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
setVersion
- Specified by:
setVersionin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
getLength
- Specified by:
getLengthin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
setLength
- Specified by:
setLengthin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
getChecksum
- Specified by:
getChecksumin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
setChecksum
- Specified by:
setChecksumin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
getState
- Specified by:
getStatein interfaceru.curs.celesta.syscursors.ISchemaCursor
-
setState
- Specified by:
setStatein interfaceru.curs.celesta.syscursors.ISchemaCursor
-
getLastmodified
- Specified by:
getLastmodifiedin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
setLastmodified
- Specified by:
setLastmodifiedin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
getMessage
-
setMessage
- Specified by:
setMessagein interfaceru.curs.celesta.syscursors.ISchemaCursor
-
tryGet
-
get
- Specified by:
getin interfaceru.curs.celesta.syscursors.ISchemaCursor
-
_clearBuffer
public void _clearBuffer(boolean withKeys) -
_currentValues
-
onPreDelete
-
onPostDelete
-
onPreInsert
-
onPostInsert
-
onPreUpdate
-
onPostUpdate
-
_getBufferCopy
-
copyFieldsFrom
- Specified by:
copyFieldsFromin classBasicCursor
-
iterator
- Specified by:
iteratorin interfaceIterable<GrainsCursor>
-