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
mixed $maxLength
mixed $maxValue
mixed $minLength
mixed $minValue
string $name
boolean $notNull
boolean $primary
string $sequence
string $type
string $unifiedtype
mixed $unsigned
Variables
boolean $autoIncrement = false (line 62)

says if the field is auto incremented

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

default value

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

says if there is a default value

  • access: public
mixed $length = 0 (line 76)
  • access: public
mixed $maxLength = null (line 88)
  • access: public
mixed $maxValue = null (line 92)
  • access: public
mixed $minLength = null (line 86)
  • access: public
mixed $minValue = null (line 90)
  • access: public
string $name (line 44)

field name

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

says if the field can be null or not

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

says if the field is the primary key

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

if there is a sequence

  • access: public
string $type (line 32)

native type of the field

  • access: public
string $unifiedtype (line 38)

unified type of the field

  • access: public
mixed $unsigned = false (line 84)
  • access: public

Documentation generated on Mon, 19 Sep 2011 14:12:31 +0200 by phpDocumentor 1.4.3