Object
Recordset
![]() | Private constructor. |
![]() | Returns number of columns in the recordset. |
![]() | Return number of rows in the recordset. |
![]() | Reads Blob value from the recordset by index. |
![]() | Reads Blob value from the recordset by named column. |
![]() | Reads Boolean value from the recordset by index. |
![]() | Reads Boolean value from the recordset by named column. |
![]() | Reads column name by index. |
![]() | Reads Currency value from the recordset by index. |
![]() | Reads Currency value from the recordset by named column. |
![]() | Reads Date value from the recordset by index. |
![]() | Reads Date value from the recordset by named column. |
![]() | Reads Double value from the recordset by index. |
![]() | Reads Double value from the recordset by named column. |
![]() | Reads Int16 value from the recordset by index. |
![]() | Reads Int16 value from the recordset by named column. |
![]() | Reads Int32 value from the recordset by index. |
![]() | Reads Int32 value from the recordset by named column. |
![]() | Reads Int64 value from the recordset by index. |
![]() | Reads Int64 value from the recordset by named column. |
![]() | Reads Int8 value from the recordset by index. |
![]() | Reads Int8 value from the recordset by named column. |
![]() | Checks if a field by index in the recordset contains null. |
![]() | Checks if a field by name in the recordset contains null. |
![]() | Returns enum value representing logical type from the database perspective of a given column. |
![]() | Returns instance of next recordset if the query returned more than one recordset, else nil. |
![]() | Reads Single value from the recordset by index. |
![]() | Reads Single value from the recordset by named column. |
![]() | Reads String value from the recordset by index. |
![]() | Reads String value from the recordset by named column. |
![]() | Reads Time value from the recordset by index. |
![]() | Reads Time value from the recordset by named column. |
![]() | Reads Timestamp value from the recordset by index. |
![]() | Reads Timestamp value from the recordset by named column. |
![]() | A enum representing logical data types in a DuckDB database. |