()
| 259 | func (*SqlSourcePb) Descriptor() ([]byte, []int) { return fileDescriptorSql, []int{2} } |
| 260 | |
| 261 | func (m *SqlSourcePb) GetFinal() bool { |
| 262 | if m != nil { |
| 263 | return m.Final |
| 264 | } |
| 265 | return false |
| 266 | } |
| 267 | |
| 268 | func (m *SqlSourcePb) GetAliasInner() string { |
| 269 | if m != nil && m.AliasInner != nil { |
no outgoing calls
no test coverage detected