Uses of Class
ru.curs.celesta.score.ViewColumnMeta
-
Packages that use ViewColumnMeta Package Description ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of ViewColumnMeta in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return ViewColumnMeta Modifier and Type Method Description ViewColumnMeta<?>BinaryTermOp. getMeta()ViewColumnMeta<?>Count. getMeta()abstract ViewColumnMeta<?>Expr. getMeta()Returns the expression type.ViewColumnMeta<?>FieldRef. getMeta()ViewColumnMeta<?>LogicValuedExpr. getMeta()ViewColumnMeta<?>Max. getMeta()ViewColumnMeta<?>Min. getMeta()ViewColumnMeta<?>ParameterRef. getMeta()ViewColumnMeta<?>Sum. getMeta()Methods in ru.curs.celesta.score that return types with arguments of type ViewColumnMeta Modifier and Type Method Description Map<String,ViewColumnMeta<?>>View. getColumns()
-