Class SQLiteHistorian.Tables
- java.lang.Object
-
- com.inductiveautomation.gateway.tsdb.historians.SQLiteHistorian.Tables
-
- Enclosing class:
- SQLiteHistorian
protected static class SQLiteHistorian.Tables extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
SQLiteHistorian.Tables.SchemaInfo
protected static class
SQLiteHistorian.Tables.TagData
The tagdata table holds all of the actual values for a tag.protected static class
SQLiteHistorian.Tables.TagDetails
The tag details table records information about a tag path, such as when it was created, retired, and what data type it was.protected static class
SQLiteHistorian.Tables.TagProperties
The properties table contains all of the other properties registered for a tag.protected static class
SQLiteHistorian.Tables.Tags
-
Constructor Summary
Constructors Modifier Constructor Description protected
Tables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
verifyTables(java.sql.Connection c)
-