| 138 | Firebird::RefStrPtr getCacheKey() { return cacheKey; } |
| 139 | void setCacheKey(Firebird::RefStrPtr& value) { cacheKey = value; } |
| 140 | void resetCacheKey() { cacheKey = nullptr; } |
| 141 | |
| 142 | public: |
| 143 | virtual bool isDml() const |
no outgoing calls
no test coverage detected