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

Method Prepare

sql.go:102–102  ·  view source on GitHub ↗

Prepare creates a prepared statement for later queries or executions. The caller must call the statement's Close method when the statement is no longer needed.

(query interface{})

Source from the content-addressed store, hash-verified

100 // caller must call the statement's Close method when the statement is no
101 // longer needed.
102 Prepare(query interface{}) (*sql.Stmt, error)
103
104 // Prepare creates a prepared statement on the guiven context for later
105 // queries or executions. The caller must call the statement's Close method

Callers 2

Implementers 1

sqlBuilderinternal/sqlbuilder/builder.go

Calls

no outgoing calls

Tested by 2