Table returns the name of the Spanner table.
()
| 743 | |
| 744 | // Table returns the name of the Spanner table. |
| 745 | func (m webFeatureSpannerMapper) Table() string { |
| 746 | return webFeaturesTable |
| 747 | } |
| 748 | |
| 749 | // GetKeyFromExternal returns the business key (FeatureKey) from an external WebFeature struct. |
| 750 | func (m webFeatureSpannerMapper) GetKeyFromExternal(in WebFeature) string { |