PHP 클래스 PDO4You\Describe

부터: 2010-09-07
저자: Giovanni Ramos ([email protected])
파일 보기 프로젝트 열기: giovanniramos/pdo4you

공개 메소드들

메소드 설명
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