MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Prepare

Method Prepare

client/conn.go:219–221  ·  view source on GitHub ↗

Prepare implements the driver.Conn.Prepare method.

(query string)

Source from the content-addressed store, hash-verified

217
218// Prepare implements the driver.Conn.Prepare method.
219func (c *conn) Prepare(query string) (driver.Stmt, error) {
220 return c.PrepareContext(context.Background(), query)
221}
222
223// Close implements the driver.Conn.Close method.
224func (c *conn) Close() error {

Callers

nothing calls this directly

Calls 1

PrepareContextMethod · 0.95

Tested by

no test coverage detected