Class QueryCache
java.lang.Object
com.inductiveautomation.ignition.gateway.util.QueryCache
Stores queries prepared for execution - that is, with columns quoted, etc.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryCache
-
-
Method Details
-
getColumnQuoteChar
-
getQuery
Gets a quoted query from the cache, inserting it if not already there. If key is null, it won't be stored, just quoted and returned. Raw query is expected to surround column names with $. Like, SELECT $id$ FROM table.
-