* Gets the metadata information already stored associated to a prepared statement * @param {String} keyspaceName * @param {String} query * @internal * @ignore
(keyspaceName, query)
| 420 | * @ignore |
| 421 | */ |
| 422 | getPreparedInfo(keyspaceName, query) { |
| 423 | return this._preparedQueries.getOrAdd(keyspaceName, query); |
| 424 | } |
| 425 | |
| 426 | /** |
| 427 | * Clears the internal state related to the prepared statements. |
no test coverage detected