cDatabaseTables::GetTable() - rstoetter/libsqlphp GitHub Wiki
Method GetTable( )
public string rstoetter\libsqlphp\cDatabaseTables::GetTable(integer $index)
- Namespace : rstoetter\libsqlphp
- Class name: cDatabaseTables
- This method is defined by rstoetter\libsqlphp\cDatabaseTables
The method GetTable returns the name of the table with the index $index
Example:
Arguments
- $index integer - <p>is the index of the table</p>
Returns
string the name of the table with the index $index