SQL's "FROM"-member implementation. More...
Public Member Functions | |
__construct ($table, $alias=null) | |
getAlias () | |
toDialectString (Dialect $dialect) | |
getTable () | |
Private Attributes | |
$table = null | |
$alias = null | |
$schema = null |
SQL's "FROM"-member implementation.
Definition at line 18 of file FromTable.class.php.
FromTable::__construct | ( | $ | table, | |
$ | alias = null | |||
) |
Definition at line 24 of file FromTable.class.php.
FromTable::getAlias | ( | ) |
Definition at line 48 of file FromTable.class.php.
FromTable::getTable | ( | ) |
Implements SQLTableName.
Definition at line 78 of file FromTable.class.php.
FromTable::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 53 of file FromTable.class.php.
References Dialect::quoteTable().
FromTable::$alias = null [private] |
Definition at line 21 of file FromTable.class.php.
Referenced by __construct().
FromTable::$schema = null [private] |
Definition at line 22 of file FromTable.class.php.
FromTable::$table = null [private] |
Definition at line 20 of file FromTable.class.php.
Referenced by __construct().