16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
:sig
|
|
void SQLite::disconnect()
|
|
|
|
:params
|
|
return value : none
|
|
|
|
:see
|
|
0_SQLite
|
|
|
|
:content
|
|
Forgets any worker-cache entry for this wrapper, closes the SQLite connection if open, clears the connection pointer, and unregisters it from request cleanup.
|
|
|
|
```cpp
|
|
db.disconnect();
|
|
```
|