Public Member Functions | |
| __construct ($name, $alias=NULL, $index_hints_list) | |
| toString () | |
Public Member Functions inherited from Table | |
| __construct ($name, $alias=NULL) | |
| toString () | |
| getName () | |
| getAlias () | |
| isJoinTable () | |
Public Attributes | |
| $name | |
| $alias | |
| $index_hints_list | |
Public Attributes inherited from Table | |
| $name | |
| $alias | |
Definition at line 9 of file MysqlTableWithHint.class.php.
| MysqlTableWithHint::__construct | ( | $name, | |
$alias = NULL, |
|||
| $index_hints_list | |||
| ) |
constructor
| string | $name | |
| string | $alias | |
| string | $index_hints_list |
Definition at line 37 of file MysqlTableWithHint.class.php.
| MysqlTableWithHint::toString | ( | ) |
Definition at line 43 of file MysqlTableWithHint.class.php.
| MysqlTableWithHint::$alias |
Definition at line 22 of file MysqlTableWithHint.class.php.
| MysqlTableWithHint::$index_hints_list |
Definition at line 28 of file MysqlTableWithHint.class.php.
| MysqlTableWithHint::$name |
Definition at line 16 of file MysqlTableWithHint.class.php.
1.8.5