This is the complete list of members for DB\SQL\Mapper, including all inherited members.
| $_id | DB\SQL\Mapper | |
| $adhoc | DB\SQL\Mapper | |
| $db | DB\SQL\Mapper | protected |
| $engine | DB\SQL\Mapper | |
| $fields | DB\SQL\Mapper | |
| $ptr | DB\Cursor | |
| $query | DB\Cursor | protected |
| $source | DB\SQL\Mapper | |
| $table | DB\SQL\Mapper | |
| $trigger | DB\Cursor | |
| __construct(\DB\SQL $db, $table, $fields=NULL, $ttl=60) | DB\SQL\Mapper | |
| __get($key) | Magic | |
| __isset($key) | Magic | |
| __set($key, $val) | Magic | |
| __unset($key) | Magic | |
| aftererase($func) | DB\Cursor | |
| afterinsert($func) | DB\Cursor | |
| aftersave($func) | DB\Cursor | |
| afterupdate($func) | DB\Cursor | |
| beforeerase($func) | DB\Cursor | |
| beforeinsert($func) | DB\Cursor | |
| beforesave($func) | DB\Cursor | |
| beforeupdate($func) | DB\Cursor | |
| cast($obj=NULL) | DB\SQL\Mapper | |
| clear($key) | DB\SQL\Mapper | |
| copyfrom($key, $func=NULL) | DB\SQL\Mapper | |
| copyto($key) | DB\SQL\Mapper | |
| count($filter=NULL, $ttl=0) | DB\SQL\Mapper | |
| dbtype() | DB\SQL\Mapper | |
| dry() | DB\Cursor | |
| E_Adhoc (defined in DB\SQL\Mapper) | DB\SQL\Mapper | |
| E_Field (defined in DB\Cursor) | DB\Cursor | |
| erase($filter=NULL) | DB\SQL\Mapper | |
| DB::Cursor::erase() | DB\Cursor | |
| exists($key) | DB\SQL\Mapper | |
| factory($row) | DB\SQL\Mapper | protected |
| fields($adhoc=TRUE) | DB\SQL\Mapper | |
| DB::Cursor::fields() | DB\Cursor | |
| find($filter=NULL, array $options=NULL, $ttl=0) | DB\SQL\Mapper | |
| findone($filter=NULL, array $options=NULL, $ttl=0) | DB\Cursor | |
| first() | DB\Cursor | |
| get($key) | DB\SQL\Mapper | |
| getiterator() | DB\SQL\Mapper | |
| insert() | DB\SQL\Mapper | |
| last() | DB\Cursor | |
| load($filter=NULL, array $options=NULL, $ttl=0) | DB\Cursor | |
| loaded() | DB\Cursor | |
| next() | DB\Cursor | |
| offsetexists($key) | Magic | |
| offsetget($key) | Magic | |
| offsetset($key, $val) | Magic | |
| offsetunset($key) | Magic | |
| onerase($func) | DB\Cursor | |
| oninsert($func) | DB\Cursor | |
| onload($func) | DB\Cursor | |
| onsave($func) | DB\Cursor | |
| onupdate($func) | DB\Cursor | |
| paginate($pos=0, $size=10, $filter=NULL, array $options=NULL, $ttl=0) | DB\Cursor | |
| prev() | DB\Cursor | |
| reset() | DB\SQL\Mapper | |
| save() | DB\Cursor | |
| schema() | DB\SQL\Mapper | |
| select($fields, $filter=NULL, array $options=NULL, $ttl=0) | DB\SQL\Mapper | |
| set($key, $val) | DB\SQL\Mapper | |
| skip($ofs=1) | DB\SQL\Mapper | |
| type($pdo) | DB\SQL\Mapper | |
| update() | DB\SQL\Mapper | |
| valid() | DB\Cursor | |