class Table (View source)

Table utilities.

Methods

static array
getForeignKeys(CreateStatement $statement)

Gets the foreign keys of the table.

static array
getFields(CreateStatement $statement)

Gets fields of the table.

Details

static array getForeignKeys(CreateStatement $statement)

Gets the foreign keys of the table.

Parameters

CreateStatement $statement

Return Value

array

static array getFields(CreateStatement $statement)

Gets fields of the table.

Parameters

CreateStatement $statement

the statement to be processed

Return Value

array