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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetCreateQuery(String sequence, String table) static StringgetSelectNameForTable(String table) static StringgetSelectQuery(String sequence) static StringgetUpdateQuery(String sequence, Long val) 
- 
Field Details- 
SEQUENCE_LOCKThe 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- 
SequenceTablepublic SequenceTable()
 
- 
- 
Method Details- 
getSelectQuery
- 
getUpdateQuery
- 
getSelectNameForTable
- 
getCreateQuery
 
-