()
| 1799 | } |
| 1800 | |
| 1801 | func (x *TableMetadata) GetCharset() string { |
| 1802 | if x != nil { |
| 1803 | return x.Charset |
| 1804 | } |
| 1805 | return "" |
| 1806 | } |
| 1807 | |
| 1808 | func (x *TableMetadata) GetRowCount() int64 { |
| 1809 | if x != nil { |
no outgoing calls
no test coverage detected