MCPcopy Index your code
hub / github.com/upper/db / SetPreparedStatementCache

Method SetPreparedStatementCache

settings.go:34–34  ·  view source on GitHub ↗

SetPreparedStatementCache enables or disables the prepared statement cache.

(bool)

Source from the content-addressed store, hash-verified

32 // SetPreparedStatementCache enables or disables the prepared statement
33 // cache.
34 SetPreparedStatementCache(bool)
35
36 // PreparedStatementCacheEnabled returns true if the prepared statement cache
37 // is enabled, false otherwise.

Callers 2

copySettingsFunction · 0.65

Implementers 1

settingssettings.go

Calls

no outgoing calls

Tested by

no test coverage detected