Public Member Functions | ||||
setDefault ($default) | ||||
| ||||
getDeclaration () | ||||
isMeasurable () | ||||
toColumnType () | ||||
toPrimitive () | ||||
toPrimitiveLimits () | ||||
toXsdType () |
Definition at line 16 of file IntegerType.class.php.
IntegerType::setDefault | ( | $ | default | ) |
WrongArgumentException |
Reimplemented from BasePropertyType.
Reimplemented in FloatType, and InetType.
Definition at line 22 of file IntegerType.class.php.
References BasePropertyType::$default.
IntegerType::getDeclaration | ( | ) |
Reimplemented from BasePropertyType.
Definition at line 34 of file IntegerType.class.php.
References BasePropertyType::hasDefault().
IntegerType::isMeasurable | ( | ) |
Reimplemented from BasePropertyType.
Reimplemented in NumericType.
Definition at line 42 of file IntegerType.class.php.
IntegerType::toColumnType | ( | ) |
Reimplemented from BasePropertyType.
Reimplemented in BigIntegerType, DoubleType, FloatType, NumericType, SmallIntegerType, UnsignedBigIntegerType, UnsignedIntegerType, and UnsignedSmallIntegerType.
Definition at line 47 of file IntegerType.class.php.
References DataType::create(), and DataType::INTEGER.
IntegerType::toPrimitive | ( | ) |
Reimplemented from BasePropertyType.
Reimplemented in FloatType, and InetType.
Definition at line 52 of file IntegerType.class.php.
References Primitive::integer().
IntegerType::toPrimitiveLimits | ( | ) |
Reimplemented in BigIntegerType, InetType, SmallIntegerType, UnsignedIntegerType, and UnsignedSmallIntegerType.
Definition at line 57 of file IntegerType.class.php.
References PrimitiveInteger::SIGNED_MAX, and PrimitiveInteger::SIGNED_MIN.
IntegerType::toXsdType | ( | ) |
Reimplemented in BigIntegerType, DoubleType, FloatType, InetType, SmallIntegerType, UnsignedBigIntegerType, and UnsignedIntegerType.
Definition at line 65 of file IntegerType.class.php.