OEFieldTypeHandler

class OEFieldTypeHandler

The OEFieldTypeHandler class is a base class for field types. OEFieldTypeHandler objects are not constructed by users, but specific handlers are found in the Types namespace.

get_name

get_name() -> str

Returns the name of this field type.

isPOD

isPOD() -> bool

Returns true if the data type represents a simple “plain old data” type.

is_cacheable

is_cacheable() -> bool

Returns true if the data type can be cached on an OERecord object.