Public Member Functions | ||||
setDefault ($default) | ||||
| ||||
toColumnType () | ||||
toPrimitive () | ||||
toXsdType () |
Definition at line 16 of file FloatType.class.php.
FloatType::setDefault | ( | $ | default | ) |
WrongArgumentException |
Reimplemented from IntegerType.
Definition at line 22 of file FloatType.class.php.
References BasePropertyType::$default.
FloatType::toColumnType | ( | ) |
Reimplemented from IntegerType.
Reimplemented in DoubleType, and NumericType.
Definition at line 34 of file FloatType.class.php.
References DataType::create(), and DataType::REAL.
FloatType::toPrimitive | ( | ) |
Reimplemented from IntegerType.
Definition at line 39 of file FloatType.class.php.
References Primitive::float().
FloatType::toXsdType | ( | ) |
Reimplemented from IntegerType.
Reimplemented in DoubleType.
Definition at line 44 of file FloatType.class.php.