-
(array) getDefinitionKey ($key)
Browse code
Get the value of a column definition key
-
Get the Doctrine type of the column
-
(string) getFieldName ()
Browse code
Get the alias/field name
-
(string) getForeignClassName ()
Browse code
Get the name of the related class for this column foreign key.
-
(Doctrine_Table) getForeignTable ()
Browse code
If foreign key get the related Doctrine_Table object
-
-
Get the name of the column
-
(string) getPhpName ()
Browse code
Get php name. Exists for backwards compatibility with propel orm
-
Get size/length of the column
-
(Doctrine_Table) getTable ()
Browse code
Get the Doctrine_Table object this column belongs to
-
Get symfony type of the column
-
(bool) hasDefinitionKey ($key)
Browse code
Check if the column definition has a certain key
-
(boolean) isForeignKey ()
Browse code
Returns true if this column is a foreign key and false if it is not
-
(boolean) isNotNull ()
Browse code
Returns true of the column is not null and false if it is null
-
Returns true if the column is a primary key and false if it is not
-
offsetExists ($offset)
Browse code
-
-
offsetSet ($offset, $value)
Browse code
-
-
Set the Doctrine_Table object this column belongs to
-
__construct ($name, $table)
Browse code