Class Sequence-Cursor

Part of:

package cl-rdbms, class cursor

Direct Superclass

cursor

Slot

current-row-indexInitargs::current-row-index; Accessors:current-row-index-of; Type:integer.
default-result-typeInitargs::default-result-type; Accessors:default-result-type-of; Type:(member vector list cursor).
rowsInitargs::rows; Accessors:rows-of; Type:(or vector list).
transactionInitargs::transaction; Accessors:transaction-of; Type:transaction.

Direct Method

column-count
column-nameReturns the column name as a string.
column-typeReturns the corresponding SQL type object slots filled in.
column-valueReturns values of type (or (member :null nil t number string local-time) (vector (unsigned-byte 8...
cursor-positionReturns values of type (or null (integer 0 (1- row-count))) where nil means the position is inval...
row-count
setfcursor-positionModifies the cursor position, an implementation may not support all kinds of positioning. The int...

Other Method

setfabsolute-cursor-position