Class jDbFieldProperties

Description

Description of a field of a table

  • see: jDbTools::getFieldList

Located in /db/jDbTools.class.php (line 26)


	
			
Variable Summary
boolean $autoIncrement
string $default
boolean $hasDefault
mixed $length
string $name
boolean $notNull
boolean $primary
string $sequence
string $type
Variables
boolean $autoIncrement = false (line 55)

says if the field is auto incremented

  • access: public
string $default = '' (line 61)

default value

  • access: public
boolean $hasDefault = false (line 67)

says if there is a default value

  • access: public
mixed $length = 0 (line 69)
  • access: public
string $name (line 37)

field name

  • access: public
boolean $notNull = true (line 43)

says if the field can be null or not

  • access: public
boolean $primary = false (line 49)

says if the field is the primary key

  • access: public
string $sequence = false (line 75)

if there is a sequence

  • access: public
string $type (line 31)

type of the field

  • access: public

Documentation generated on Thu, 22 Mar 2012 22:15:22 +0100 by phpDocumentor 1.4.3