PHP Class PDO4You\Describe

Since: 2010-09-07
Author: Giovanni Ramos ([email protected])
Datei anzeigen Open project: giovanniramos/pdo4you

Public Methods

Method Description
showTables ( string $schema = null ) : void Method which shows and describes the tables of the database

Private Methods

Method Description
showCubridTables ( ) : void CUBRID method to display the tables of the database
showMsSqlTables ( string $schema ) : void Microsoft SQL Server method to display the tables of the database
showMySqlTables ( ) : void MySQL method to display the tables of the database
showPgSqlTables ( string $schema ) : void PostgreSQL method to display the tables of the database

Method Details

showTables() public static method

Method which shows and describes the tables of the database
public static showTables ( string $schema = null ) : void
$schema string Name of the schema used
return void