jDbResultSet
		
			__construct
		
					( $idResult)
			
	
			
		
			
			
		Redefined in descendants as:
		
	 
	
	 
	
	
	
	
	
		void
		
			addModifier
		
					(callback $function)
			
	
			
					- 
				callback
				$function: a callback function      the function should accept in parameter the record,      and the resulset object			
 
	
	 
	
	
not implemented
	
	
	
		void
		
			bindColumn
		
					( $column,  &$param, [ $type = null])
			
	
			
		
			
			
		Redefined in descendants as:
		
	 
	
	 
	
	
not implemented
	
	
	
		void
		
			bindParam
		
					( $parameter,  &$variable, [ $data_type = null], [ $length = null], [ $driver_options = null])
			
	
			
					- 
				
				$parameter			
- 
				
				&$variable			
- 
				
				$data_type			
- 
				
				$length			
- 
				
				$driver_options			
		Redefined in descendants as:
		
	 
	
	 
	
	
not implemented
	
	
	
		void
		
			bindValue
		
					( $parameter,  $value,  $data_type)
			
	
			
					- 
				
				$parameter			
- 
				
				$value			
- 
				
				$data_type			
		Redefined in descendants as:
		
	 
	
	 
	
	
not implemented
	
	
	
		void
		
			columnCount
		
				()
			
	
		
			
			
		Redefined in descendants as:
		
	 
	
	 
	
	
	
	
	
		void
		
			current
		
				()
			
	
		
				
		Implementation of:
			
			- Iterator::current
 
	
	 
	
	
not implemented
	
	
	
		void
		
			execute
		
					([ $parameters = null])
			
	
			
		
			
			
		Redefined in descendants as:
		
	 
	
	 
	
	
fetch a result. The result is returned as an object.
	
	
	
		object|boolean
		
			fetch
		
				()
			
	
		
			
			
		Redefined in descendants as:
		
	 
	
	 
	
	
Return all results in an array. Each result is an object.
	
	
	
		array
		
			fetchAll
		
				()
			
	
		
			
	 
	
	 
	
	
not implemented
	
	
	
		void
		
			getAttribute
		
					( $attr)
			
	
			
		
			
	 
	
	 
	
	
	
	
	
		void
		
			key
		
				()
			
	
		
				
		Implementation of:
			
			- Iterator::key
 
	
	 
	
	
	
	
	
		void
		
			next
		
				()
			
	
		
				
		Implementation of:
			
			- Iterator::next
 
	
	 
	
	
	
	
	
		void
		
			rewind
		
				()
			
	
		
				
		Implementation of:
			
			- Iterator::rewind
 
	
	 
	
	
	
	
	
		void
		
			rowCount
		
				()
			
	
		
			
			
		Redefined in descendants as:
		
	 
	
	 
	
	
not implemented
	
	
	
		void
		
			setAttribute
		
					( $attr,  $value)
			
	
			
		
			
	 
	
	 
	
	
set the fetch mode.
	
	
	
		void
		
			setFetchMode
		
					(integer $fetchmode, [string|object $param = null], [array $ctoargs = null])
			
	
			
					- 
				integer
				$fetchmode: FETCH_OBJ, FETCH_CLASS or FETCH_INTO			
- 
				string|object
				$param: class name if FETCH_CLASS, an object if FETCH_INTO. else null.			
- 
				array
				$ctoargs: arguments for the constructor if FETCH_CLASS			
 
	
	 
	
	
	
	
	
		void
		
			unescapeBin
		
					(string $text)
			
	
			
					- 
				string
				$text: a binary string to unescape			
		Redefined in descendants as:
		
	 
	
	 
	
	
	
	
	
		void
		
			valid
		
				()
			
	
		
				
		Implementation of:
			
			- Iterator::valid
 
	
	 
	
	
	
	
	
		void
		
			_fetch
		
				()
			
	
		
			
			
		Redefined in descendants as:
		
	 
	
	 
	
	
	
	
	
		void
		
			_free
		
				()
			
	
		
			
			
		Redefined in descendants as:
		
	 
	
	 
	
	
	
	
	
		void
		
			_rewind
		
				()
			
	
		
			
			
		Redefined in descendants as: