MCPcopy
hub / github.com/dosco/graphjin / Stmt

Struct Stmt

cassandradriver/conn.go:112–115  ·  view source on GitHub ↗

Stmt implements driver.Stmt.

Source from the content-addressed store, hash-verified

110
111// Stmt implements driver.Stmt.
112type Stmt struct {
113 conn *Conn
114 query string
115}
116
117func (s *Stmt) Close() error { return nil }
118func (s *Stmt) NumInput() int { return -1 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected