Uses of Interface
ru.curs.celesta.syscursors.ISchemaCursor
-
Packages that use ISchemaCursor Package Description ru.curs.celesta.syscursors Contains basic types for cursors for system tables. -
-
Uses of ISchemaCursor in ru.curs.celesta.syscursors
Classes in ru.curs.celesta.syscursors that implement ISchemaCursor Modifier and Type Class Description class
GrainsCursor
Methods in ru.curs.celesta.syscursors that return ISchemaCursor Modifier and Type Method Description ISchemaCursor
ISchemaCursor. setChecksum(String checksum)
Sets checksum to the schema cursor.ISchemaCursor
ISchemaCursor. setId(String id)
Sets ID to the schema cursor.ISchemaCursor
ISchemaCursor. setLastmodified(Date lastmodified)
Sets 'last modified' date to the schema cursor.ISchemaCursor
ISchemaCursor. setLength(Integer length)
Sets length to the schema cursor.ISchemaCursor
ISchemaCursor. setMessage(String message)
Sets message to the schema cursor.ISchemaCursor
ISchemaCursor. setState(Integer state)
Sets state to the schema cursor.ISchemaCursor
ISchemaCursor. setVersion(String version)
Sets version to the schema cursor.
-