blob: 984efc9dd7891b9e7b0a32c91bf8dd83bccac917 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001OPTIONAL
2SYNOPSIS
3 void sl_close()
4
Zesstra715ec202025-07-09 22:18:31 +02005DESCRIPTION
6 Closes the SQLite database that is associated with the
7 current object.
MG Mud User88f12472016-06-24 23:31:02 +02008
Zesstra715ec202025-07-09 22:18:31 +02009 The function is available only if the driver is compiled with
10 SQLite support. In that case, __SQLITE__ is defined.
MG Mud User88f12472016-06-24 23:31:02 +020011
Zesstra715ec202025-07-09 22:18:31 +020012HISTORY
13 Added in LDMud 3.3.713.
MG Mud User88f12472016-06-24 23:31:02 +020014
Zesstra715ec202025-07-09 22:18:31 +020015SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020016 sl_open(E), sl_exec(E), sl_insert_id(E)