Returns the key where the connection string is stored.
| 99 | |
| 100 | // Returns the key where the connection string is stored. |
| 101 | std::string ClusterConnectionKey::getLocation() const { |
| 102 | return printable(connectionStringKey); |
| 103 | } |
| 104 | |
| 105 | // Creates a copy of this object with a modified connection string but that isn't persisted. |
| 106 | Reference<IClusterConnectionRecord> ClusterConnectionKey::makeIntermediateRecord( |
no test coverage detected