Class jDbFieldProperties

Description

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


	
			
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 54)

says if the field is auto incremented

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

default value

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

says if there is a default value

  • access: public
mixed $length = 0 (line 68)
  • access: public
string $name (line 36)

field name

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

says if the field can be null or not

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

says if the field is the primary key

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

if there is a sequence

  • access: public
string $type (line 30)

type of the field

  • access: public

Documentation generated on Wed, 07 Sep 2011 13:47:14 +0200 by phpDocumentor 1.4.3