Generic Function Make-Cursor (1 method)

( make-cursor < transaction > &key < result-type > < initial-position > (result-type 'list) (initial-position first initial-position-p) &allow-other-keys )

Part of:

package cl-rdbms
Creates and associates a new cursor with the given ongoing transaction.

Method Summary

make-cursor :around < transaction