Documentation

ITable

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Methods

getColumn()  : IColumn
getColumns()  : ArrayObject
getComment()  : string|null
getForeignKeyFieldsRelationships()  : ArrayObject
getModel()  : IModel
Gets an instance of the model this table represents
getName()  : string
Gets the name of this table
getQualifiedName()  : string
Gets the fully qualified name of this table
getReferencedKeyFieldsRelationships()  : ArrayObject
getRelationship()  : ITableRelationship|null
getSchema()  : ISchema
getType()  : string

Methods

getColumns()

public getColumns() : ArrayObject
Return values
ArrayObject

getComment()

public getComment() : string|null
Return values
string|null

getForeignKeyFieldsRelationships()

public getForeignKeyFieldsRelationships() : ArrayObject
Return values
ArrayObject

getName()

Gets the name of this table

public getName() : string
Return values
string

getQualifiedName()

Gets the fully qualified name of this table

public getQualifiedName() : string
Return values
string

getReferencedKeyFieldsRelationships()

public getReferencedKeyFieldsRelationships() : ArrayObject
Return values
ArrayObject

        
On this page

Search results