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 StringgetCreateQuery(String sequence, String table) static StringgetSelectNameForTable(String table) static StringgetSelectQuery(String sequence) static StringgetUpdateQuery(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
 
 -