Interface DbOperations

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
SimpleConnection, Transaction

public interface DbOperations extends AutoCloseable
Interface containing various DB operations. Use one of the implementations SimpleConnection or Transaction.