MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack / NewMariaDBJDBCFramework

Function NewMariaDBJDBCFramework

src/java/frameworks/maria_db_jdbc.go:32–34  ·  view source on GitHub ↗

NewMariaDBJDBCFramework creates a new MariaDB JDBC framework instance

(ctx *common.Context)

Source from the content-addressed store, hash-verified

30
31// NewMariaDBJDBCFramework creates a new MariaDB JDBC framework instance
32func NewMariaDBJDBCFramework(ctx *common.Context) *MariaDBJDBCFramework {
33 return &MariaDBJDBCFramework{context: ctx}
34}
35
36// Detect checks if MariaDB/MySQL JDBC should be installed
37func (f *MariaDBJDBCFramework) Detect() (string, error) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected