Class Zend_Db_Table_Select
Class for SQL SELECT query manipulation for the Zend_Db_Table component.
- Zend_Db_Select
-
Zend_Db_Table_Select
Package: Zend\Db\Table
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Table/Select.php
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Table/Select.php
public
|
|
public
|
|
public
|
#
setTable(
Sets the primary table name and retrieves the table schema. |
public
|
|
public
boolean
|
|
public
|
#
from( array|string|
Adds a FROM table and optional columns to the query. |
public
string|null
|
COLUMNS,
CROSS_JOIN,
DISTINCT,
FOR_UPDATE,
FROM,
FULL_JOIN,
GROUP,
HAVING,
INNER_JOIN,
LEFT_JOIN,
LIMIT_COUNT,
LIMIT_OFFSET,
NATURAL_JOIN,
ORDER,
RIGHT_JOIN,
SQL_AND,
SQL_AS,
SQL_ASC,
SQL_DESC,
SQL_DISTINCT,
SQL_FOR_UPDATE,
SQL_FROM,
SQL_GROUP_BY,
SQL_HAVING,
SQL_ON,
SQL_OR,
SQL_ORDER_BY,
SQL_SELECT,
SQL_UNION,
SQL_UNION_ALL,
SQL_WHERE,
SQL_WILDCARD,
UNION,
WHERE
|
protected
array
|
$_info |
|
#
Table schema for parent Zend_Db_Table. |
protected
array
|
$_integrityCheck | true |
#
Table integrity override. |
protected
|
$_table |
|
#
Table instance that created this select object |
$_adapter,
$_bind,
$_joinTypes,
$_parts,
$_partsInit,
$_tableCols,
$_unionTypes
|