Simplify AbstractAccess API by removing indirection

When we removed Transaction support we lost the only reason for the
indirection here.  Drop that indirect method and implement the
interface directly in the JdbcAccess subclass.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2 files changed