| Package | Description |
|---|---|
| de.aristaflow.adept2.model.logmanagement |
| Modifier and Type | Field and Description |
|---|---|
static Column |
Column.ID_COLUMN
The ID column added to every log to identify the log entries.
|
static Column |
Column.REF_COLUMN
The referenced ID column added to every subschema of a log to identify
parent log entry.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Schema.getColumn(int index)
Returns the column at the specified index.
|
Column |
Schema.getColumn(java.lang.String columnName)
Returns the column with the specified name or
null if no such
column exists. |
Column[] |
Schema.getColumns()
Returns all columns of this schema.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Column> |
Schema.getColumnRecursively(java.lang.String columnName)
Returns the column with the specified name recursively or the empty list if
no such column exists.
|
| Constructor and Description |
|---|
Schema(Column... columns)
Constructs a new
Schema with the specified columns. |