Uses of Class
de.aristaflow.adept2.model.logmanagement.Column
Packages that use Column
-
Uses of Column in de.aristaflow.adept2.model.logmanagement
Fields in de.aristaflow.adept2.model.logmanagement declared as ColumnModifier and TypeFieldDescriptionstatic final ColumnColumn.ID_COLUMNThe ID column added to every log to identify the log entries.static final ColumnColumn.REF_COLUMNThe referenced ID column added to every subschema of a log to identify parent log entry.Methods in de.aristaflow.adept2.model.logmanagement that return ColumnModifier and TypeMethodDescriptionSchema.getColumn(int index) Returns the column at the specified index.Returns the column with the specified name ornullif no such column exists.Column[]Schema.getColumns()Returns all columns of this schema.Methods in de.aristaflow.adept2.model.logmanagement that return types with arguments of type ColumnModifier and TypeMethodDescriptionSchema.getColumnRecursively(String columnName) Returns the column with the specified name recursively or the empty list if no such column exists.Constructors in de.aristaflow.adept2.model.logmanagement with parameters of type Column