Zend Framework  3.0
Protected Attributes | List of all members
Floating Class Reference

Column representing a FLOAT type. More...

Protected Attributes

 $type = 'FLOAT'
 
- Protected Attributes inherited from AbstractPrecisionColumn
 $decimal
 
- Protected Attributes inherited from AbstractLengthColumn
 $length
 
- Protected Attributes inherited from Column
 $default
 
 $isNullable = false
 
 $name = ''
 
 $options = []
 
 $constraints = []
 
 $specification = '%s %s'
 
 $type = 'INTEGER'
 

Additional Inherited Members

- Public Member Functions inherited from AbstractPrecisionColumn
 __construct ($name, $digits=null, $decimal=null, $nullable=false, $default=null, array $options=[])
 
 
 setDigits ($digits)
 
 getDigits ()
 
 setDecimal ($decimal)
 
 getDecimal ()
 
- Public Attributes inherited from ExpressionInterface
const TYPE_IDENTIFIER = 'identifier'
 
const TYPE_VALUE = 'value'
 
const TYPE_LITERAL = 'literal'
 
const TYPE_SELECT = 'select'
 
- Protected Member Functions inherited from AbstractPrecisionColumn
 getLengthExpression ()
 
 

Detailed Description

Column representing a FLOAT type.

Cannot name a class "float" starting in PHP 7, as it's a reserved keyword; hence, "floating", with a type of "FLOAT".

Member Data Documentation

$type = 'FLOAT'
protected