Uses of Class
ru.curs.celesta.score.IntegerColumn
-
Packages that use IntegerColumn Package Description ru.curs.celesta.dbutils.adaptors.function Utility classes for RDBMS adaptors.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of IntegerColumn in ru.curs.celesta.dbutils.adaptors.function
Methods in ru.curs.celesta.dbutils.adaptors.function with parameters of type IntegerColumn Modifier and Type Method Description static String
SchemalessFunctions. generateSequenceTriggerName(IntegerColumn ic)
-
Uses of IntegerColumn in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return IntegerColumn Modifier and Type Method Description IntegerColumn
Table. getRecVersionField()
IntegerColumn
VersionedElement. getRecVersionField()
Returns a description of recversion field.IntegerColumn
MaterializedView. getSurrogateCount()
Methods in ru.curs.celesta.score that return types with arguments of type IntegerColumn Modifier and Type Method Description Optional<IntegerColumn>
BasicTable. getAutoincrementedColumn()
Returns the integer column with default value provided by a sequence (or empty Optional if such column does not exists).
-