wCMF 4.1
Guides
Getting started
Architecture
Model
Persistence
Presentation
Configuration
Security
I18n & l10n
Tests
Versions
4.1.x
4.0.x
API
Classes
Hierarchy
Code
Support
wcmf
lib
model
mapper
SelectStatement
SelectStatement Member List
This is the complete list of members for
SelectStatement
, including all inherited members.
$cachedSql
SelectStatement
protected
$id
SelectStatement
protected
$meta
SelectStatement
protected
$parameters
SelectStatement
protected
$parametersStripped
SelectStatement
protected
$type
SelectStatement
protected
__construct
(RDBMapper $mapper, $id=self::NO_CACHE)
SelectStatement
__sleep
()
SelectStatement
__toString
()
SelectStatement
__wakeup
()
SelectStatement
addColumns
(array $columns, $joinName=null)
SelectStatement
CACHE_KEY
SelectStatement
get
(RDBMapper $mapper, $id=self::NO_CACHE)
SelectStatement
static
getAdapter
()
SelectStatement
protected
getAliasNames
($table)
SelectStatement
getCacheId
($id)
SelectStatement
protected
static
getCacheSection
($type)
SelectStatement
protected
static
getId
()
SelectStatement
getMeta
($key)
SelectStatement
getParameters
($stripColons=false)
SelectStatement
getRowCount
()
SelectStatement
getSql
()
SelectStatement
getType
()
SelectStatement
isCached
()
SelectStatement
join
($name, $on, $columns=self::SQL_STAR, $type=self::JOIN_INNER)
SelectStatement
NO_CACHE
SelectStatement
query
()
SelectStatement
save
()
SelectStatement
setMeta
($key, $value)
SelectStatement
setParameters
($parameters)
SelectStatement