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

Method GetSchemaqry

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

Source from the content-addressed store, hash-verified

221}
222
223func (m *SqlSelectPb) GetSchemaqry() bool {
224 if m != nil {
225 return m.Schemaqry
226 }
227 return false
228}
229
230func (m *SqlSelectPb) GetWith() []byte {
231 if m != nil {

Callers 1

SqlSelectFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected