Public Member Functions | |
__construct ($name, $alias=NULL, $index_hints_list) | |
getIndexHintString () | |
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 CubridTableWithHint.class.php.
CubridTableWithHint::__construct | ( | $name, | |
$alias = NULL , |
|||
$index_hints_list | |||
) |
constructor
string | $name | |
string | $alias | |
array | $index_hints_list |
Definition at line 37 of file CubridTableWithHint.class.php.
CubridTableWithHint::getIndexHintString | ( | ) |
CubridTableWithHint::$alias |
Definition at line 22 of file CubridTableWithHint.class.php.
CubridTableWithHint::$index_hints_list |
Definition at line 28 of file CubridTableWithHint.class.php.
CubridTableWithHint::$name |
Definition at line 16 of file CubridTableWithHint.class.php.