Class SchemaObject

Description

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)


	
			
Direct descendents
Class Description
 class dbsequence Defines a database sequence.
 class dbfunction Defines a database function (procedure).
 class dbindex Defines a database index.
 class dbconstraint Defines a database constraint.
 class dbtrigger Defines a database trigger.
 class dbfield Class describing a database field of a table.
 class dbtable Class describing a database table.
 class schema Class describing a database schema. This object hold ALL the information
Variable Summary
 mixed $name
 mixed $schema
Method Summary
 SchemaObject SchemaObject (reference $schema, string $name)
Variables
mixed $name = "" (line 53)

Name of this schema object

mixed $schema (line 51)

Reference to the schema object this belongs to

Methods
Constructor SchemaObject (line 62)

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.

SchemaObject SchemaObject (reference $schema, string $name)
  • reference $schema: Reference to a schema object this object belongs to
  • string $name: The name of this object

Documentation generated by phpDocumentor 1.3.0RC3