DBIx::SQLEngine::Driver::Trait::NoColumnTypes - For Type-less Databases
# Classes can import this behavior if they don't have types use DBIx::SQLEngine::Driver::Trait::NoColumnTypes ':all';
This package supports SQL database servers which do natively provide any column types, storing all numeric and string values in the same way.
You do not need to use this package directly; it is used internally by those driver subclasses which need it.
For more information about Driver Traits, see About Driver Traits in the DBIx::SQLEngine::Driver manpage.
The following methods are provided:
$sqldb->dbms_column_types_unsupported () : 1
Capability Limitation: This driver does not store column type information or enforce type restrictions.
See the DBIx::SQLEngine manpage for the overall interface and developer documentation.
See the DBIx::SQLEngine::Docs::ReadMe manpage for general information about this distribution, including installation and license information.