mysql_xdevapi\Table
PHP Manual

Table::getSchema

(No version information available, might only be in Git)

Table::getSchemaGet table schema

Description

public mysql_xdevapi\Schema mysql_xdevapi\Table::getSchema ( void )

Fetch the schema associated with the table.

Parameters

This function has no parameters.

Return Values

A Schema object.

Examples

Example #1 mysql_xdevapi\Table::getSchema() example

<?php

$schema 
$table->getSchema();

?>

mysql_xdevapi\Table
PHP Manual