Public Member Functions | |
getPrimitiveName () | |
setDefault ($default) | |
setPrecision ($precision) | |
getPrecision () | |
isMeasurable () | |
toColumnType () | |
Protected Attributes | |
$precision = 0 |
Definition at line 15 of file FloatType.class.php.
FloatType::getPrecision | ( | ) |
Definition at line 50 of file FloatType.class.php.
FloatType::getPrimitiveName | ( | ) |
Reimplemented from IntegerType.
Definition at line 19 of file FloatType.class.php.
FloatType::isMeasurable | ( | ) |
Reimplemented from IntegerType.
Definition at line 55 of file FloatType.class.php.
FloatType::setDefault | ( | $ | default | ) |
WrongArgumentException |
Reimplemented from IntegerType.
Definition at line 28 of file FloatType.class.php.
References BasePropertyType::$default, and Assert::isFloat().
FloatType::setPrecision | ( | $ | precision | ) |
FloatType::toColumnType | ( | ) |
Reimplemented from IntegerType.
Reimplemented in DoubleType, and NumericType.
Definition at line 60 of file FloatType.class.php.
FloatType::$precision = 0 [protected] |
Definition at line 17 of file FloatType.class.php.
Referenced by setPrecision().