@Override
public void deleteValueType(UpdatableValueType<?> valueType) throws T2DBException {
getWriteMethodsForValueType().deleteValueType(valueType, getSchemaUpdatePolicy());
String comment = valueType.getName();
publish(new UpdateEventImpl(UpdateEventOperation.DELETE, valueType).withComment(comment));
}