Public Member Functions | |
toColumnType () | |
toPrimitiveLimits () | |
toXsdType () |
Definition at line 16 of file SmallIntegerType.class.php.
SmallIntegerType::toColumnType | ( | ) |
Reimplemented from IntegerType.
Reimplemented in UnsignedSmallIntegerType.
Definition at line 18 of file SmallIntegerType.class.php.
References DataType::create(), and DataType::SMALLINT.
SmallIntegerType::toPrimitiveLimits | ( | ) |
Reimplemented from IntegerType.
Reimplemented in UnsignedSmallIntegerType.
Definition at line 23 of file SmallIntegerType.class.php.
References PrimitiveInteger::SIGNED_SMALL_MAX, and PrimitiveInteger::SIGNED_SMALL_MIN.
SmallIntegerType::toXsdType | ( | ) |