Provides an interface for retrieving the jdbc driver's implementation of java.sql.Connection
from a "decorated" Connection (such as the Connection that DB.withConnection provides). Upcasting
to this trait should be used with caution since exposing the internal jdbc connection can violate the
guarantees Play otherwise makes (like automatically closing jdbc statements created from the connection)
Provides an interface for retrieving the jdbc driver's implementation of java.sql.Connection from a "decorated" Connection (such as the Connection that DB.withConnection provides). Upcasting to this trait should be used with caution since exposing the internal jdbc connection can violate the guarantees Play otherwise makes (like automatically closing jdbc statements created from the connection)