Schema
Table of Contents
Properties
Methods
- __construct() : mixed
- createFromString() : void
- Fills database schema from DDL text.
Properties
$procedures
public
Collection
$procedures
= null
$sequences
public
Collection
$sequences
= null
$tables
public
Collection
$tables
= null
Methods
__construct()
public
__construct() : mixed
createFromString()
Fills database schema from DDL text.
public
createFromString(string $str, string $delimiter) : void
Parameters
- $str : string
-
DDL text.
- $delimiter : string
-
How to split DDL into statements.