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

Protected Attributes

 $type = 'DECIMAL'
 
- 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 ()
 
 

Member Data Documentation

$type = 'DECIMAL'
protected