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 MssqlTableWithHint.class.php.
MssqlTableWithHint::__construct | ( | $name, | |
$alias = NULL , |
|||
$index_hints_list | |||
) |
constructor
string | $name | |
string | $alias | |
string | $index_hints_list |
Definition at line 37 of file MssqlTableWithHint.class.php.
MssqlTableWithHint::toString | ( | ) |
Definition at line 43 of file MssqlTableWithHint.class.php.
MssqlTableWithHint::$alias |
Definition at line 22 of file MssqlTableWithHint.class.php.
MssqlTableWithHint::$index_hints_list |
Definition at line 28 of file MssqlTableWithHint.class.php.
MssqlTableWithHint::$name |
Definition at line 16 of file MssqlTableWithHint.class.php.