MCPcopy
hub / github.com/sqlc-dev/sqlc / IsPGX

Method IsPGX

internal/codegen/golang/opts/enum.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (d SQLDriver) IsPGX() bool {
48 return d == SQLDriverPGXV4 || d == SQLDriverPGXV5
49}
50
51func (d SQLDriver) IsGoSQLDriverMySQL() bool {
52 return d == SQLDriverGoSQLDriverMySQL

Callers 5

ParamsMethod · 0.80
ScanMethod · 0.80
generateFunction · 0.80
queryImportsMethod · 0.80
postgresTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected