Class TimeTable

All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, LiveTable, NotificationQueue.Dependency, Deflatable<Table>, Table, LivenessManager, LivenessNode, LivenessReferent, LongSizedDataStructure, DynamicNode, DynamicTable, NotificationStepReceiver, NotificationStepSource, SystemicObject, Serializable

public class TimeTable
extends QueryTable
implements LiveTable
A TimeTable adds rows at a fixed interval with a single column named "Timestamp". To create a TimeTable, you should use the Database.timeTable(java.lang.String) family of methods.
See Also:
Serialized Form