MCPcopy Create free account
hub / github.com/araddon/qlbridge / PreparedStatement

Struct PreparedStatement

rel/sql.go:80–83  ·  view source on GitHub ↗

PreparedStatement Prepared/Aliased SQL statement

Source from the content-addressed store, hash-verified

78type (
79 // PreparedStatement Prepared/Aliased SQL statement
80 PreparedStatement struct {
81 Alias string
82 Statement SqlStatement
83 }
84 // SqlSelect SQL Select statement
85 SqlSelect struct {
86 Db string // If provided a use "dbname"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected