()
| 4359 | } |
| 4360 | |
| 4361 | func (x *TableCatalog) GetObjectSchema() *ObjectSchema { |
| 4362 | if x != nil { |
| 4363 | return x.ObjectSchema |
| 4364 | } |
| 4365 | return nil |
| 4366 | } |
| 4367 | |
| 4368 | func (x *TableCatalog) GetClassification() string { |
| 4369 | if x != nil { |
no outgoing calls
no test coverage detected