|
The mi_lo_colinfo_by_name() function sets the fields of an LO-specification structure to the column-level storage characteristics for a specified database column.
The mi_lo_colinfo_by_name() function sets the fields of the LO-specification structure that LO_spec references to the storage characteristics for the column_spec database column. If this specified column does not have column-level storage characteristics defined for it, the database server uses the storage characteristics that are inherited.
The column_spec buffer must specify the column name in the following format:
In the preceding format, the database and server_name arguments are optional. The following column specifications are all valid:
If the column is in a database that is ANSI compliant, you can also include the owner name, as follows:
See the descriptions of the following functions: mi_lo_colinfo_by_ids() and mi_lo_spec_init().
For more information, see Choosing Storage Characteristics.