Class SQLiteHistorian.Tables.Annotations

  • Enclosing class:
    SQLiteHistorian.Tables

    protected static class SQLiteHistorian.Tables.Annotations
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getReadQuery​(int tagCounts)
      SELECT id, annotationid, tagid, type, start, end, data WHERE ((start>=? AND start<=?) OR (end>=? AND end<=?)) AND deleted=? AND tagid in (?)
      static java.lang.String getUpgradeQuery()
      UPDATE table SET annotationid WHERE id
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait