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

Method GetDb

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

Source from the content-addressed store, hash-verified

102func (*SqlSelectPb) Descriptor() ([]byte, []int) { return fileDescriptorSql, []int{1} }
103
104func (m *SqlSelectPb) GetDb() string {
105 if m != nil {
106 return m.Db
107 }
108 return ""
109}
110
111func (m *SqlSelectPb) GetRaw() string {
112 if m != nil {

Callers 1

SqlSelectFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected