(No version information available, might only be in Git)
Table::getSchema — Get table schema
Fetch the schema associated with the table.
此函数没有参数。
A Schema object.
Example #1 mysql_xdevapi\Table::getSchema() example
<?php
$schema = $table->getSchema();
?>