Class PersistenceSession.PersistenceSessionDBInterface

java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.AbstractDBInterface
com.inductiveautomation.ignition.gateway.localdb.persistence.PersistenceSession.PersistenceSessionDBInterface
All Implemented Interfaces:
DBInterface
Enclosing class:
PersistenceSession

protected class PersistenceSession.PersistenceSessionDBInterface extends AbstractDBInterface
This is a special wrapper that uses our Connection for operations. It also has to make sure the connection isn't closed, as the base class does, after operations.