Class FOFDatabaseQueryMysql
Query Building Class.
- FOFDatabaseQuery
- 
			 FOFDatabaseQueryMysqli
			
			 implements 
				FOFDatabaseQueryLimitable FOFDatabaseQueryMysqli
			
			 implements 
				FOFDatabaseQueryLimitable
- 
			 FOFDatabaseQueryMysql FOFDatabaseQueryMysql
Deprecated: Will be removed when the minimum supported PHP version no longer includes the deprecated PHP
mysql extensionCopyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Since: 11.1
Located at fof/database/query/mysql.php
Methods summary
Methods inherited from FOFDatabaseQueryMysqli
			Rand(), 
			concatenate(), 
			processLimit(), 
			regexp(), 
			setLimit()
		
Methods inherited from FOFDatabaseQuery
			__call(), 
			__clone(), 
			__construct(), 
			__get(), 
			__toString(), 
			call(), 
			castAsChar(), 
			charLength(), 
			clear(), 
			columns(), 
			currentTimestamp(), 
			dateAdd(), 
			dateFormat(), 
			day(), 
			delete(), 
			dump(), 
			escape(), 
			exec(), 
			format(), 
			from(), 
			group(), 
			having(), 
			hour(), 
			innerJoin(), 
			insert(), 
			join(), 
			leftJoin(), 
			length(), 
			minute(), 
			month(), 
			nullDate(), 
			order(), 
			outerJoin(), 
			quote(), 
			quoteName(), 
			rightJoin(), 
			second(), 
			select(), 
			set(), 
			setQuery(), 
			union(), 
			unionAll(), 
			unionDistinct(), 
			update(), 
			values(), 
			where(), 
			year()
		
Magic methods summary
Magic methods inherited from FOFDatabaseQuery
Properties summary
Properties inherited from FOFDatabaseQueryMysqli
Properties inherited from FOFDatabaseQuery
			$autoIncrementField, 
			$call, 
			$columns, 
			$db, 
			$delete, 
			$element, 
			$exec, 
			$from, 
			$group, 
			$having, 
			$insert, 
			$join, 
			$order, 
			$select, 
			$set, 
			$sql, 
			$type, 
			$union, 
			$unionAll, 
			$update, 
			$values, 
			$where
		
