Public Member Functions | |
getSize () | |
getPrimitiveName () | |
setDefault ($default) | |
getDeclaration () | |
isMeasurable () | |
toColumnType () |
Definition at line 15 of file IntegerType.class.php.
IntegerType::getDeclaration | ( | ) |
Reimplemented from BasePropertyType.
Definition at line 43 of file IntegerType.class.php.
References BasePropertyType::hasDefault().
IntegerType::getPrimitiveName | ( | ) |
Reimplemented from BasePropertyType.
Reimplemented in FloatType, and InetType.
Definition at line 22 of file IntegerType.class.php.
IntegerType::getSize | ( | ) |
Reimplemented in BigIntegerType, InetType, SmallIntegerType, UnsignedBigIntegerType, UnsignedIntegerType, and UnsignedSmallIntegerType.
Definition at line 17 of file IntegerType.class.php.
IntegerType::isMeasurable | ( | ) |
Reimplemented from BasePropertyType.
Reimplemented in FloatType.
Definition at line 51 of file IntegerType.class.php.
IntegerType::setDefault | ( | $ | default | ) |
WrongArgumentException |
Reimplemented from BasePropertyType.
Reimplemented in FloatType, and InetType.
Definition at line 31 of file IntegerType.class.php.
References BasePropertyType::$default, and Assert::isInteger().
IntegerType::toColumnType | ( | ) |
Reimplemented from BasePropertyType.
Reimplemented in BigIntegerType, DoubleType, FloatType, NumericType, SmallIntegerType, UnsignedBigIntegerType, UnsignedIntegerType, and UnsignedSmallIntegerType.
Definition at line 56 of file IntegerType.class.php.