9#include <Pt/RefCounted.h>
21 class PT_DB_API
IRow :
public RefCounted
24 typedef std::size_t size_type;
28 virtual size_type
size()
const = 0;
Database-row backend.
Definition IRow.h:22
virtual size_type size() const =0
Returns the number of columns.
virtual Value getValue(size_type field_num) const =0
Returns the value at field_num.
One column value of a query result.
Definition Value.h:35
Portable SQL database access.
Core module.
Definition Allocator.h:33