From b879f0fcc8651b49ae46a6db64d7eb1a27c7af1a Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 20 Aug 2010 15:39:56 -0300 Subject: Adding generated docs --- doc/html/classIsisValueIterator.html | 209 +++++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 doc/html/classIsisValueIterator.html (limited to 'doc/html/classIsisValueIterator.html') diff --git a/doc/html/classIsisValueIterator.html b/doc/html/classIsisValueIterator.html new file mode 100644 index 0000000..e92bc30 --- /dev/null +++ b/doc/html/classIsisValueIterator.html @@ -0,0 +1,209 @@ + + + + + +Cinisis Database Reader: IsisValueIterator Class Reference + + + + + + + + + +
+

IsisValueIterator Class Reference

+

List of all members.

+ + + + + + + + +

Public Member Functions

 __construct ($class, $field)
 rewind ()
 key ()
 current ()
 next ()
 valid ()
+

Detailed Description

+

Isis value iterator. Iterates over all values for each result row.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
IsisValueIterator::__construct ( class,
field 
)
+
+
+

Constructor.

+
Parameters:
+ + + +
$class Instance of IsisConnector or child class.
$field Field to iterate over.
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
IsisValueIterator::current ( ) 
+
+
+

Return the current element.

+ +
+
+ +
+
+ + + + + + + + +
IsisValueIterator::key ( ) 
+
+
+

Return the key of the current element.

+ +
+
+ +
+
+ + + + + + + + +
IsisValueIterator::next ( ) 
+
+
+

Move forward to next element.

+ +
+
+ +
+
+ + + + + + + + +
IsisValueIterator::rewind ( ) 
+
+
+

Rewind the Iterator to the first element.

+ +
+
+ +
+
+ + + + + + + + +
IsisValueIterator::valid ( ) 
+
+
+

Check if there is a current element after calls to rewind() or next().

+ +
+
+
The documentation for this class was generated from the following file: +
+ +
+ All Classes Functions Variables
+ + +
+ +
+ +
Generated on Fri Aug 20 15:38:20 2010 for Cinisis Database Reader by  + +doxygen 1.6.3
+ + -- cgit v1.2.3