Class AbstractColumnLocation<TLT extends TableLocation>

java.lang.Object
com.illumon.iris.db.v2.locations.AbstractColumnLocation<TLT>
All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, StringUtils.StringKeyedObject, ColumnLocation, NamedImplementation
Direct Known Subclasses:
LocalColumnLocation

public abstract class AbstractColumnLocation<TLT extends TableLocation> extends Object implements ColumnLocation
Partial ColumnLocation implementation for use by TableDataService implementations.
  • Constructor Details

    • AbstractColumnLocation

      protected AbstractColumnLocation(@NotNull TLT tableLocation, @NotNull String name)
  • Method Details