jdbc

package
v1.1.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const MariaDBDependency = "mariadb-jdbc"

MariaDBDependency indicates that a JVM application should be run with MariaDB JDBC enabled.

View Source
const PostgreSQLDependency = "postgresql-jdbc"

PostgreSQLDependency indicates that a JVM application should be run with PostgreSQL JDBC enabled.

Variables

This section is empty.

Functions

This section is empty.

Types

type MariaDB

type MariaDB struct {
	// contains filtered or unexported fields
}

MariaDB represents a MariaDB contribution by the buildpack.

func NewMariaDB

func NewMariaDB(build build.Build) (MariaDB, bool, error)

NewMariaDB creates a new MariaDB instance.

func (MariaDB) Contribute

func (m MariaDB) Contribute() error

Contribute makes the contribution to launch.

type PostgreSQL

type PostgreSQL struct {
	// contains filtered or unexported fields
}

PostgreSQL represents a PostgreSQL contribution by the buildpack.

func NewPostgreSQL

func NewPostgreSQL(build build.Build) (PostgreSQL, bool, error)

NewPostgreSQL creates a new PostgreSQL instance.

func (PostgreSQL) Contribute

func (p PostgreSQL) Contribute() error

Contribute makes the contribution to launch.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL