clearStatementCache method
Clears the prepared statement cache.
Returns true on success, false on failure.
Implementation
bool clearStatementCache() => _native.clearStatementCache();
Clears the prepared statement cache.
Returns true on success, false on failure.
bool clearStatementCache() => _native.clearStatementCache();