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 classSQLiteHistorian.Tables.Annotationsprotected static classSQLiteHistorian.Tables.SchemaInfoprotected static classSQLiteHistorian.Tables.TagDataThe tagdata table holds all of the actual values for a tag.protected static classSQLiteHistorian.Tables.TagDetailsThe tag details table records information about a tag path, such as when it was created, retired, and what data type it was.protected static classSQLiteHistorian.Tables.TagPropertiesThe properties table contains all of the other properties registered for a tag.protected static classSQLiteHistorian.Tables.Tags 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidverifyTables(java.sql.Connection c) 
 -