Interface StatementAccess


public interface StatementAccess
Access to a JDBC Statement.
API Note:
Intended for cases where sharing a common JDBC Statement is useful, generally for performance.
Implementation Note:
Manages various tasks around creation and ensuring it gets cleaned up.
  • Method Details