Documentation

ISchema extends ISchema

Tags
author

Ramone Burrell ramone@ramoneburrell.com

Table of Contents

Methods

delete()  : IModel
getConnection()  : IConnection
getDatabase()  : string
getDsn()  : IDsn
getInformationSchema()  : ISchema
getName()  : string
Gets the name of the schema
getTable()  : ITable
getTables()  : ArrayObject
read()  : IModel|void|null
save()  : IModel
tableExists()  : bool
Determines whether or not a table by a particular name exists within this schema.
update()  : IModel

Methods

getName()

Gets the name of the schema

public getName() : string
Return values
string

The name of the schema.

getTable()

public getTable(string $table_name) : ITable
Parameters
$table_name : string
Tags
exception

TableNotExistException

Return values
ITable

tableExists()

Determines whether or not a table by a particular name exists within this schema.

public tableExists(string $table_name) : bool
Parameters
$table_name : string

The name of the table to check if exists

Return values
bool

True if the table exists within this schema, false otherwise


        
On this page

Search results