|
Previous Page |
Solar_Sql_Select |
Next Page |
fetch()
public
mixed
fetch (
string $type default 'pdo'
)
Fetch the results based on the current query properties.
Parameters
- (string)
$type: The type of fetch to perform (all, one, col, etc). Default is 'pdo'.
Returns
- (mixed) The query results.
Description
Fetch the results based on the current query properties.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _addSource()
- _buildFrom()
- _buildJoin()
- _buildSelect()
- _countSubSelect()
- _exception()
- _hasCountCond()
- _join()
- _multiHaving()
- _multiWhere()
- _nameCols()
- _origAlias()
- apiVersion()
- bind()
- clear()
- cols()
- countPages()
- distinct()
- dump()
- fetch()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchValue()
- from()
- fromSelect()
- getPaging()
- group()
- having()
- innerJoin()
- join()
- leftJoin()
- limit()
- limitPage()
- locale()
- multiHaving()
- multiWhere()
- orHaving()
- orWhere()
- order()
- quote()
- quoteInto()
- quoteMulti()
- setPaging()
- unbind()
- where()