| Package | Description |
|---|---|
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryColumn
Binary column (IMAGE or BLOB type).
|
class |
BooleanColumn
Boolean column (BIT type).
|
class |
Column<V>
Base class for describing a table column.
|
class |
DateTimeColumn
Date column (DATETIME).
|
class |
DecimalColumn
Column with a fixed decimal point type.
|
class |
FloatingColumn
Column REAL type.
|
class |
IntegerColumn
Integer column.
|
class |
StringColumn
String column.
|
class |
ViewColumnMeta<V>
View column metadata.
|
class |
ZonedDateTimeColumn
Column for date with time zone type.
|
| Modifier and Type | Method and Description |
|---|---|
default ColumnMeta<V> |
ColumnMeta.asc()
Returns
this column meta information with ascending ordering set. |
default ColumnMeta<V> |
ColumnMeta.desc()
Returns
this column meta information with descending ordering set. |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,? extends ColumnMeta<?>> |
AbstractView.getColumns()
Returns a map of columns of the view.
|
Map<String,? extends ColumnMeta<?>> |
HasColumns.getColumns()
List of columns with names.
|
Copyright © 2023 CURS. All rights reserved.