Class SQLiteDriver.SequenceTable
java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.sqlite.SQLiteDriver.SequenceTable
- Enclosing class:
- SQLiteDriver
Created by colby.clegg on 11/13/2015.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCreateQuery
(String sequence, String table) static String
getSelectNameForTable
(String table) static String
getSelectQuery
(String sequence) static String
getUpdateQuery
(String sequence, Long val)
-
Field Details
-
SEQUENCE_LOCK
The lock that anything trying to access the sequence table should lock on -
TABLE_NAME
- See Also:
-
COL_NAME
- See Also:
-
COL_VALUE
- See Also:
-
COL_SRC_TABLE
- See Also:
-
-
Constructor Details
-
SequenceTable
public SequenceTable()
-
-
Method Details
-
getSelectQuery
-
getUpdateQuery
-
getSelectNameForTable
-
getCreateQuery
-