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