public interface UpdatableSchemaVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(UpdatableSchema schema,
SeriesDefinition seriesDef,
AttributeDefinition<?> attrDef,
AttributeDefinition<?> origAttrDef)
Visit an attribute definition of a chronicle or a series.
|
void |
visit(UpdatableSchema schema,
SeriesDefinition def,
SeriesDefinition original)
Visit a series definition.
|
void visit(UpdatableSchema schema, SeriesDefinition def, SeriesDefinition original) throws T2DBException
schema - the schema to which the definitions belongdef - the new definition, or null if deletedoriginal - the old definition, or null if a new definition is createdT2DBExceptionvoid visit(UpdatableSchema schema, SeriesDefinition seriesDef, AttributeDefinition<?> attrDef, AttributeDefinition<?> origAttrDef) throws T2DBException
schema - the schema to which the definitions belongseriesDef - a series definition, or null for a chronicle attributeattrDef - the new attribute definition, or null if deletedorigAttrDef - the old attribute, or null if a new definition is createdT2DBExceptionCopyright © 2017. All rights reserved.