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

Method GetInto

rel/sql.pb.go:146–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func (m *SqlSelectPb) GetInto() string {
147 if m != nil && m.Into != nil {
148 return *m.Into
149 }
150 return ""
151}
152
153func (m *SqlSelectPb) GetWhere() *SqlWherePb {
154 if m != nil {

Callers 1

SqlSelectFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected