메소드 | 설명 | |
---|---|---|
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 |
public static showTables ( string $schema = null ) : void | ||
$schema | string | Name of the schema used |
리턴 | void |