Defines a virtual object which is used to denote something which is a part of an existing database schema.
Located in /schema-defs.php (line 49)
Class | Description |
---|---|
![]() |
Defines a database sequence. |
![]() |
Defines a database function (procedure). |
![]() |
Defines a database index. |
![]() |
Defines a database constraint. |
![]() |
Defines a database trigger. |
![]() |
Class describing a database field of a table. |
![]() |
Class describing a database table. |
![]() |
Class describing a database schema. This object hold ALL the information |
Constructor Every schema object must belong to a schema. This is passed as the first argument, as an object reference. It must also have a name, and this is always passed as the second argument, a string.
Documentation generated by phpDocumentor 1.3.0RC3