PHP Класс PDO4You\Describe

С версии: 2010-09-07
Автор: Giovanni Ramos ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
showTables ( string $schema = null ) : void Method which shows and describes the tables of the database

Приватные методы

Метод Описание
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

Описание методов

showTables() публичный статический Метод

Method which shows and describes the tables of the database
public static showTables ( string $schema = null ) : void
$schema string Name of the schema used
Результат void