MCPcopy Index your code
hub / github.com/bytebase/bytebase / Driver

Struct Driver

backend/plugin/db/oracle/oracle.go:39–44  ·  view source on GitHub ↗

Driver is the Oracle driver.

Source from the content-addressed store, hash-verified

37
38// Driver is the Oracle driver.
39type Driver struct {
40 db *sql.DB
41 databaseName string
42 serviceName string
43 connectionCtx db.ConnectionContext
44}
45
46func newDriver() db.Driver {
47 return &Driver{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected