select_dbi_layout: Automatically select appropriate layout for logging to a database
Description
Selects an appropriate Layout for a database table based on
a DBI connection and - if it already exists in the database -
the table itself.
Usage
select_dbi_layout(conn, table, ...)
Arguments
- conn
a DBI connection
- table
a character
scalar. The name of the table to log to.
- ...
passed on to the appropriate LayoutDbi
subclass constructor.