This FieldType contains String-values.
| name | data type | description |
|---|---|---|
| unicode | boolean | Checks whether this field contains unicode-strings or not. |
| length | number | Returns the length of this field. |
Properties inherited from FieldType |
||
| typeName | FieldTypeEnum | Returns the name of this FieldType. |
Example
{
"unicode" : true,
"length" : 12345,
"typeName" : "XML"
}