--- /dev/null
+# void pq\Cursor::closeAsync()
+
+[Asynchronously](pq/Connection/: Asynchronous Usage) close an open cursor.
+See pq\Cursor::close().
+
+## Params:
+
+None.
+
+## Throws:
+
+* pq\Exception\InvalidArgumentException
+* pq\Exception\BadMethodCallException
+* pq\Exception\RuntimeException
--- /dev/null
+# void pq\Cursor::openAsync()
+
+[Asynchronously](pq/Connection/: Asynchronous Usage) reopen a cursor.
+See pq\Cursor::open().
+
+## Params:
+
+None.
+
+## Throws:
+
+* pq\Exception\InvalidArgumentException
+* pq\Exception\BadMethodCallException
+* pq\Exception\RuntimeException
--- /dev/null
+# void pq\Transaction::unlinkLOB(int $oid)
+
+Unlink a *large object*.
+See pq\Transaction::createLOB().
+
+## Params:
+
+* int $oid
+ The OID of the *large object*.
+
+## Returns:
+
+* pq\LOB, instance of the opened *large object*.
+
+## Throws:
+
+* pq\Exception\InvalidArgumentException
+* pq\Exception\BadMethodCallException
+* pq\Exception\RuntimeException