Object
Recordset
Recordset | Private constructor. |
ColumnCount | Returns number of columns in the recordset. |
RowCount | Return number of rows in the recordset. |
BlobValue | Reads Blob value from the recordset by index. |
BlobValue | Reads Blob value from the recordset by named column. |
BooleanValue | Reads Boolean value from the recordset by index. |
BooleanValue | Reads Boolean value from the recordset by named column. |
ColumnName | Reads column name by index. |
CurrencyValue | Reads Currency value from the recordset by index. |
CurrencyValue | Reads Currency value from the recordset by named column. |
DateValue | Reads Date value from the recordset by index. |
DateValue | Reads Date value from the recordset by named column. |
DoubleValue | Reads Double value from the recordset by index. |
DoubleValue | Reads Double value from the recordset by named column. |
Int16Value | Reads Int16 value from the recordset by index. |
Int16Value | Reads Int16 value from the recordset by named column. |
Int32Value | Reads Int32 value from the recordset by index. |
Int32Value | Reads Int32 value from the recordset by named column. |
Int64Value | Reads Int64 value from the recordset by index. |
Int64Value | Reads Int64 value from the recordset by named column. |
Int8Value | Reads Int8 value from the recordset by index. |
Int8Value | Reads Int8 value from the recordset by named column. |
IsNull | Checks if a field by index in the recordset contains null. |
IsNull | Checks if a field by name in the recordset contains null. |
LogicalType | Returns enum value representing logical type from the database perspective of a given column. |
NextRecordset | Returns instance of next recordset if the query returned more than one recordset, else nil. |
SingleValue | Reads Single value from the recordset by index. |
SingleValue | Reads Single value from the recordset by named column. |
StringValue | Reads String value from the recordset by index. |
StringValue | Reads String value from the recordset by named column. |
TimeValue | Reads Time value from the recordset by index. |
TimeValue | Reads Time value from the recordset by named column. |
TimestampValue | Reads Timestamp value from the recordset by index. |
TimestampValue | Reads Timestamp value from the recordset by named column. |
LogicalTypeValues | A enum representing logical data types in a DuckDB database. |