()
| 1848 | } |
| 1849 | |
| 1850 | func (x *TableMetadata) GetForeignKeys() []*ForeignKeyMetadata { |
| 1851 | if x != nil { |
| 1852 | return x.ForeignKeys |
| 1853 | } |
| 1854 | return nil |
| 1855 | } |
| 1856 | |
| 1857 | func (x *TableMetadata) GetPartitions() []*TablePartitionMetadata { |
| 1858 | if x != nil { |
no outgoing calls
no test coverage detected