protected static class SQLiteHistorian.Tables
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
SQLiteHistorian.Tables.SCHEMA_INFO |
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 |
Modifier | Constructor and Description |
---|---|
protected |
Tables() |
Modifier and Type | Method and Description |
---|---|
static void |
verifyTables(java.sql.Connection c) |