Uses of Package
ru.curs.celesta.score
-
Packages that use ru.curs.celesta.score Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.dbutils.adaptors Adaptors for various RDBMS.ru.curs.celesta.dbutils.adaptors.column Classes that define columns for various RDBMS.ru.curs.celesta.dbutils.adaptors.ddl Root package of ddl adaptors.ru.curs.celesta.dbutils.adaptors.function Utility classes for RDBMS adaptors.ru.curs.celesta.dbutils.filter Filter classes.ru.curs.celesta.dbutils.filter.value Auxiliary filter classes.ru.curs.celesta.dbutils.h2 H2 specific classes for Celesta triggers.ru.curs.celesta.dbutils.meta Database meta information DTO classes.ru.curs.celesta.dbutils.query Objects for query parts.ru.curs.celesta.dbutils.stmt Classes for work with prepared statements.ru.curs.celesta.dbutils.term Terms that constitute cursor's WHERE condition.ru.curs.celesta.score Package containing metadata of table structure.ru.curs.celesta.score.io Resources for score IO.ru.curs.celesta.score.validator Contains validators for identifiers.ru.curs.celesta.syscursors Contains basic types for cursors for system tables.s1 -
Classes in ru.curs.celesta.score used by ru.curs.celesta Class Description AbstractScore Root class for complete data model of grains.GrainElement Base class for grain elements (tables, indices and views).GrainPart Score -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils Class Description AbstractScore Root class for complete data model of grains.ColumnMeta Meta information about column of a table or a view.DataGrainElement Parent class for grain elements containing data.GrainElement Base class for grain elements (tables, indices and views).MaterializedView Materialized view data element.ParameterizedView Parameterized View object in metadata.ReadOnlyTable Read Only Table object in metadata.Score SequenceElement Sequence object in metadata.SQLGenerator Generator class of SQL expressions.Table Table object in metadata.View View object in metadata. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.adaptors Class Description BasicTable Super class forTable
andReadOnlyTable
that encompasses common logic for both table types.Column Base class for describing a table column.DataGrainElement Parent class for grain elements containing data.ForeignKey Foreign key class.Grain Grain.Index Table index.MaterializedView Materialized view data element.ParameterizedView Parameterized View object in metadata.SequenceElement Sequence object in metadata.SQLGenerator Generator class of SQL expressions.TableElement Interface that defines meta entity as a table in the DB.View View object in metadata. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.adaptors.column Class Description Column Base class for describing a table column. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.adaptors.ddl Class Description BasicTable Super class forTable
andReadOnlyTable
that encompasses common logic for both table types.Column Base class for describing a table column.ForeignKey Foreign key class.Grain Grain.Index Table index.MaterializedView Materialized view data element.ParameterizedView Parameterized View object in metadata.SequenceElement Sequence object in metadata.SQLGenerator Generator class of SQL expressions.TableElement Interface that defines meta entity as a table in the DB.View View object in metadata. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.adaptors.function Class Description Column Base class for describing a table column.IntegerColumn Integer column.TableElement Interface that defines meta entity as a table in the DB. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.filter Class Description ColumnMeta Meta information about column of a table or a view. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.filter.value Class Description BasicTable Super class forTable
andReadOnlyTable
that encompasses common logic for both table types.ColumnMeta Meta information about column of a table or a view.DataGrainElement Parent class for grain elements containing data.View View object in metadata. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.h2 Class Description AbstractScore Root class for complete data model of grains. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.meta Class Description Column Base class for describing a table column.FKRule Foreign key rule type when deleting or updating primary key of the parent record.ForeignKey Foreign key class.Index Table index.SequenceElement Sequence object in metadata.TableElement Interface that defines meta entity as a table in the DB. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.query Class Description DataGrainElement Parent class for grain elements containing data. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.stmt Class Description BasicTable Super class forTable
andReadOnlyTable
that encompasses common logic for both table types.TableElement Interface that defines meta entity as a table in the DB. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.dbutils.term Class Description BasicTable Super class forTable
andReadOnlyTable
that encompasses common logic for both table types.Expr Scalar SQL expression.TableElement Interface that defines meta entity as a table in the DB. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.score Class Description AbstractScore Root class for complete data model of grains.AbstractScore.ScoreBuilder Score builder for subclasses ofAbstractScore
.AbstractSelectStmt A segment of a UNION chain in a SQL UNION ALL query.AbstractView Base class for all view data elements.BasicTable Super class forTable
andReadOnlyTable
that encompasses common logic for both table types.Column Base class for describing a table column.ColumnMeta Meta information about column of a table or a view.ColumnMeta.Ordering Column ordering specifier.DataGrainElement Parent class for grain elements containing data.Expr Scalar SQL expression.ExprVisitor Syntax tree visitor for procedure implementation of types validation, code generation etc.FieldRef Reference to a table column.FKRule Foreign key rule type when deleting or updating primary key of the parent record.ForeignKey Foreign key class.Grain Grain.GrainElement Base class for grain elements (tables, indices and views).GrainPart HasColumns Index Table index.IntegerColumn Integer column.LogicValuedExpr Expression with logical value.MaterializedView Materialized view data element.NamedElement A named element of metamodel (e.g. table or column) that must have a unique identifier name.Namespace Grain name space.NativeSqlElement Native SQL holder for a grain part.Parameter Parameter element of score.ParameterizedView Parameterized View object in metadata.ParseException This exception is thrown when parse errors are encountered.SequenceElement Sequence object in metadata.SequenceElement.Argument Sequence arguments.SQLGenerator Generator class of SQL expressions.TableElement Interface that defines meta entity as a table in the DB.TableRef Table reference in SQL query.TableRef.JoinType JOIN type.TableType Table type.VersionedElement Interface that defines a versioning possibility for a meta entity in the DB.VersionString Version string that has to consist of comma separated version tags.VersionString.ComparisionState The result of comparison of VersionStrings on which a partial order is defined.View View object in metadata.ViewColumnMeta View column metadata.ViewColumnType Expression type. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.score.io Class Description Namespace Grain name space. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.score.validator Class Description ParseException This exception is thrown when parse errors are encountered. -
Classes in ru.curs.celesta.score used by ru.curs.celesta.syscursors Class Description ColumnMeta Meta information about column of a table or a view. -
Classes in ru.curs.celesta.score used by s1 Class Description ColumnMeta Meta information about column of a table or a view.