Object, Record, MutableRecord
A table row
bool auto_save { set; get; }
int64 id { construct; get; }
int field_count { get; }
bool enable_cache { construct set; get; }
int field_index (string field) throws Error
string field_name (int field) throws Error
Type field_type (int field) throws Error
int field, Value value) throws Error
Value fetch (int field) throws Error
int field) throws Error
string field) throws Error
int field)