Docs of Combie\Db\Result

Combie\Db\Result

Type
Class
Description
Abstaktion der DB Ergebnismenge
Used Packages
  • None
Children
  • None
Implemented Interfaces
  • Countable
  • Iterator
  • Traversable
Constants
  • None
Properties
Inherited Properties
  • None
Methods
Inherited Methods
  • None
See
None
Links
None
Todo
None
Source
packages/Combie/Db/Result.php
Version
Undefined
Since
forever
Authors
None
Copyright
© Undefined
Licence
Undefined

Properties

private mixed $count

Description
None
See
None
Links
None
Todo
None
Authors
None
Since
forever

private mixed $driver

Description
None
See
None
Links
None
Todo
None
Authors
None
Since
forever

private mixed $ergebnis_resource

Description
None
See
None
Links
None
Todo
None
Authors
None
Since
forever

private mixed $pos

Description
None
See
None
Links
None
Todo
None
Authors
None
Since
forever

private mixed $row

Description
None
See
None
Links
None
Todo
None
Authors
None
Since
forever

Methods

public void __construct(mixed $driver, mixed $ergebnis_resource)

Description
None
Parameters
$driver
$ergebnis_resource
Returns
Void
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public void __destruct()

Description
None
Parameters
None
Returns
Void
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public void count()

Description
None
Parameters
None
Returns
Void
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public mixed current()

Description
Return the current element. Similar to the current() function for arrays in PHP
Parameters
None
Returns
current element from the collection
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public void free()

Description
None
Parameters
None
Returns
Void
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public void insertid()

Description
None
Parameters
None
Returns
Void
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public mixed key()

Description
Return the identifying key of the current element. Similar to the key() function for arrays in PHP
Parameters
None
Returns
either an integer or a string
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public void next()

Description
Move forward to next element. Similar to the next() function for arrays in PHP
Parameters
None
Returns
Void
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public void numrows()

Description
None
Parameters
None
Returns
Void
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public void rewind()

Description
Rewind the Iterator to the first element. Similar to the reset() function for arrays in PHP
Parameters
None
Returns
Void
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

public boolean valid()

Description
Check if there is a current element after calls to rewind() or next(). Used to check if we've iterated to the end of the collection
Parameters
None
Returns
FALSE if there's nothing more to iterate over
Throws
None
See
None
Links
None
Todo
None
Since
forever
Authors
None

Example

Not available