XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
Table Class Reference
Inheritance diagram for Table:
CubridTableWithHint JoinTable MssqlTableWithHint MysqlTableWithHint

Public Member Functions

 __construct ($name, $alias=NULL)
 
 toString ()
 
 getName ()
 
 getAlias ()
 
 isJoinTable ()
 

Public Attributes

 $name
 
 $alias
 

Detailed Description

Definition at line 9 of file Table.class.php.

Constructor & Destructor Documentation

Table::__construct (   $name,
  $alias = NULL 
)

constructor

Parameters
string$name
string$alias
Returns
void

Definition at line 30 of file Table.class.php.

Member Function Documentation

Table::getAlias ( )

Definition at line 47 of file Table.class.php.

Table::getName ( )

Definition at line 42 of file Table.class.php.

Table::isJoinTable ( )

Definition at line 52 of file Table.class.php.

Table::toString ( )

Definition at line 36 of file Table.class.php.

Member Data Documentation

Table::$alias

Definition at line 22 of file Table.class.php.

Table::$name

Definition at line 16 of file Table.class.php.


The documentation for this class was generated from the following file: