Uses of Class
ru.curs.celesta.score.Score
-
Packages that use Score Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils. -
-
Uses of Score in ru.curs.celesta
Methods in ru.curs.celesta that return Score Modifier and Type Method Description Score
CallContext. getScore()
Returns score of current Celesta instance.Score
Celesta. getScore()
Score
ICelesta. getScore()
Returns Celesta metadata (tables description). -
Uses of Score in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils with parameters of type Score Modifier and Type Method Description DbUpdaterBuilder
DbUpdaterBuilder. score(Score score)
Sets score.Constructors in ru.curs.celesta.dbutils with parameters of type Score Constructor Description DbUpdaterImpl(ConnectionPool connectionPool, Score score, boolean forceDdInitialize, DBAdaptor dba, ICelesta celesta)
-