Subject: | Docs / meta-information |
column_info_from_storage
Arguments: 1/0 (default: 0)
Return value: 1/0
__PACKAGE__->column_info_from_storage(1);
Enables the on-demand automatic loading of the above column metadata
from storage as necessary. This is *deprecated*, and should not be
used. It will be removed before 1.0.
Is there an alternative method of aquiring meta information such as
column type, size? I'm trying to write some code to populate soem
tables with correctly-type but kind-of random data. I guess I could
look at the source, but I'd rather use an API, if possible.
tia
lee