cursor |
---|
current-row-index | Initargs::current-row-index; Accessors:current-row-index-of; Type:integer. |
---|---|
default-result-type | Initargs::default-result-type; Accessors:default-result-type-of; Type:(member vector list cursor). |
rows | Initargs::rows; Accessors:rows-of; Type:(or vector list). |
transaction | Initargs::transaction; Accessors:transaction-of; Type:transaction. |
column-count | |
---|---|
column-name | Returns the column name as a string. |
column-type | Returns the corresponding SQL type object slots filled in. |
column-value | Returns values of type (or (member :null nil t number string local-time) (vector (unsigned-byte 8... |
cursor-position | Returns values of type (or null (integer 0 (1- row-count))) where nil means the position is inval... |
row-count | |
setfcursor-position | Modifies the cursor position, an implementation may not support all kinds of positioning. The int... |
setfabsolute-cursor-position |
---|