Class Annotations
java.lang.Object
com.inductiveautomation.historian.gateway.types.internal.sqlite.tables.Annotations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getLatestReadQuery
(int nodeIdCount, @Nullable Integer returnSize) static 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 String
UPDATE table SET annotationid WHERE id
-
Field Details
-
TABLE
- See Also:
-
ID
- See Also:
-
TAGID
- See Also:
-
TYPE
- See Also:
-
RANGESTART
- See Also:
-
RANGEEND
- See Also:
-
DATA
- See Also:
-
SYNCID
- See Also:
-
ANNOTATIONID
- See Also:
-
DELETED
- See Also:
-
Q_INSERT
- See Also:
-
Q_DELETE
- See Also:
-
Q_DELETE_OLDER
- See Also:
-
Q_UPDATE_DATA
- See Also:
-
Q_UPDATE_DELETE
- See Also:
-
Q_ID
- See Also:
-
Q_SELECT_CUR_SYNCID
- See Also:
-
Q_SELECT_QUERY_SYNCID
- See Also:
-
Q_SELECT_SYNC_DATACOUNT
- See Also:
-
Q_SYNC_READ
- See Also:
-
-
Method Details
-
getReadQuery
SELECT id, annotationid, tagid, type, start, end, data WHERE ((start>=? AND start<=?) OR (end>=? AND end<=?)) AND deleted=? AND tagid in (?) -
getLatestReadQuery
-
getUpgradeQuery
UPDATE table SET annotationid WHERE id
-