Private Method Details |
_query |
private void _query( array &$cursors )
|
|
Initialise with new set of cursors.
|
Parameter |
|
array |
&$cursors |
|
|
Cursor set. |
|
Returns |
void |
|
&_pos |
private object cursor &_pos( )
|
|
Get reference to current cursor.
|
Returns |
object cursor Reference to current cursor. |
|
&_get |
private mixed &_get( )
|
|
Get record and use it with the other functions.
|
Returns |
mixed Record . |
|
set |
private void set( mixed $value )
|
|
Update a row's field.
|
Parameter |
|
mixed |
$value |
|
|
The new value of the selected field. |
|
Returns |
void |
|
create |
private void create( [ integer $pre ] )
|
|
Create a record in the current cursor.
|
Parameter |
|
integer |
$pre |
= >>0<< |
|
Preset values array keyed by field name. |
|
Returns |
void |
|
delete |
private void delete( )
|
|
Delete the record the current cursor points to.
|
Returns |
void |
|
size |
private int size( )
|
|
Get the number of records in all cursors.
Warning: documentation is missing.
|
Returns |
int Number of records. |
|
_die |
private void _die( $func )
|
|
Print an error message for an unsupported function.
|
Parameter |
|
|
$func |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
source |
private string source( )
|
|
Get the current cursor's source name.
Warning: documentation is missing.
|
Returns |
string Source name. |
|
key |
private mixed key( )
|
|
Get the current cursor's source name.
Warning: documentation is missing.
|
Returns |
mixed Key value of the last get()'ed record. |
|
set_field |
private void set_field( string $field )
|
|
Select a field in the current record.
Warning: documentation is missing.
|
Parameter |
|
string |
$field |
|
|
The field's name. |
|
Returns |
void |
|
field |
private void field( )
|
|
Get the name of the currently selected field.
Warning: documentation is missing.
|
Returns |
void |
|
type |
private void type( )
|
|
Get the type of the currently used cursor.
Warning: documentation is missing.
|
Returns |
void |
|
id |
private string id( )
|
|
Get a unique ID string of the current record.
Warning: documentation is missing.
|
Returns |
string The ID string. |
|
&__sleep |
private void &__sleep( )
|
|
Serialize the cursor including the set.
|
Returns |
void |
|
set_source |
private void set_source( )
|
|
Warning: documentation is missing.
|
Returns |
void |
|
set_key |
private void set_key( $key )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
$key |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|