NAME
HTML::FormEngine::DBSQL::DtHandler - DBMS independent datatype handlers
GENERAL INFORMATION ABOUT DATATYPE HANDLERS
To every handler is given:
the object reference
a reference to the fields form configuration hash
a reference to an hash which contains information about the column (see FormEngine::DBSQL::PGSQL).
The handler now modifies the fields configuration hash and can therefore use information out of the column information hash (which he mustn't modify!).
Which handler is called for which datatype is configured in Config.pm of the used DBMS driver.
DATATYPE HANDLERS
_dbsql_dthandle_bool
templ
is set to select, Yes or No is given as options which is internally represented as 1 and 0.
_dbsql_dthandle_date
templ
is set to text, SIZE
and MAXLEN
to 10 because a valid date value won't need more.
SEE ALSO
HTML::FormEngine::DBSQL::PGSQL::DtHandler