Public Member Functions | ||||
setDefault ($default) | ||||
| ||||
getDeclaration () | ||||
isMeasurable () | ||||
toColumnType ($length=null) | ||||
toPrimitive () | ||||
toXsdType () |
Definition at line 16 of file StringType.class.php.
StringType::setDefault | ( | $ | default | ) |
WrongArgumentException |
Reimplemented from BasePropertyType.
Definition at line 22 of file StringType.class.php.
References BasePropertyType::$default.
StringType::getDeclaration | ( | ) |
Reimplemented from BasePropertyType.
Definition at line 34 of file StringType.class.php.
References BasePropertyType::hasDefault().
StringType::isMeasurable | ( | ) |
StringType::toColumnType | ( | $ | length = null |
) |
Reimplemented in FixedLengthStringType.
Definition at line 47 of file StringType.class.php.
References DataType::create(), DataType::TEXT, and DataType::VARCHAR.
StringType::toPrimitive | ( | ) |
Reimplemented from BasePropertyType.
Definition at line 55 of file StringType.class.php.
References Primitive::string().
StringType::toXsdType | ( | ) |
Definition at line 60 of file StringType.class.php.