Overview

Namespaces

  • CzProject
    • SqlSchema

Classes

  • Column
  • ForeignKey
  • Index
  • IndexColumn
  • Schema
  • Table

Exceptions

  • DuplicateException
  • EmptyException
  • Exception
  • OutOfRangeException
  • StaticClassException
  • Overview
  • Namespace
  • Class

Class Schema

Namespace: CzProject\SqlSchema
Located at Schema.php
Methods summary
public CzProject\SqlSchema\Table
# addTable( string|CzProject\SqlSchema\Table $name )

Parameters

$name

Returns

CzProject\SqlSchema\Table
public CzProject\SqlSchema\Table|null
# getTable( string $name )

Parameters

$name

Returns

CzProject\SqlSchema\Table|null
public CzProject\SqlSchema\Table[]
# getTables( )

Returns

CzProject\SqlSchema\Table[]
czproject/sql-schema v1.0.0 API documentation API documentation generated by ApiGen