Class SchemaColumn

Description

SchemaColumn contains information about one column (its attributes).

  • author: Anthony Bush

Located in /schema/SchemaColumn.class.php (line 9)


	
			
Variable Summary
mixed $columnName
mixed $size
mixed $table
mixed $type
Method Summary
void getColumnName ()
void getDatabase ()
void getDefaultValue ()
void getSchema ()
void getSize ()
void getTable ()
void getType ()
void isNullAllowed ()
void isPrimaryKey ()
void setColumnName ( $columnName)
void setDefaultValue ( $defaultValue)
void setIsNullAllowed ( $isNullAllowed)
void setIsPrimaryKey ( $isPrimaryKey)
void setSize ( $size)
void setTable ( $table)
void setType ( $type)
Variables
mixed $columnName = null (line 12)
  • access: protected
mixed $defaultValue = null (line 14)
  • access: protected
mixed $isNullAllowed = null (line 13)
  • access: protected
mixed $isPrimaryKey = null (line 17)
  • access: protected
mixed $size = null (line 16)
  • access: protected
mixed $table = null (line 11)
  • access: protected
mixed $type = null (line 15)
  • access: protected
Methods
getColumnName (line 33)
  • access: public
void getColumnName ()
getDatabase (line 25)
  • access: public
void getDatabase ()
getDefaultValue (line 41)
  • access: public
void getDefaultValue ()
getSchema (line 21)
  • access: public
void getSchema ()
getSize (line 49)
  • access: public
void getSize ()
getTable (line 29)
  • access: public
void getTable ()
getType (line 45)
  • access: public
void getType ()
isNullAllowed (line 37)
  • access: public
void isNullAllowed ()
isPrimaryKey (line 53)
  • access: public
void isPrimaryKey ()
setColumnName (line 63)
  • access: public
void setColumnName ( $columnName)
  • $columnName
setDefaultValue (line 71)
  • access: public
void setDefaultValue ( $defaultValue)
  • $defaultValue
setIsNullAllowed (line 67)
  • access: public
void setIsNullAllowed ( $isNullAllowed)
  • $isNullAllowed
setIsPrimaryKey (line 83)
  • access: public
void setIsPrimaryKey ( $isPrimaryKey)
  • $isPrimaryKey
setSize (line 79)
  • access: public
void setSize ( $size)
  • $size
setTable (line 59)
  • access: public
void setTable ( $table)
  • $table
setType (line 75)
  • access: public
void setType ( $type)
  • $type

Documentation generated on Wed, 12 Nov 2008 21:56:20 -0600 by phpDocumentor 1.4.0