310which tells the database that you will be using names of that length or shorter.
311
312Following this call, you can define (i.e., read/write) names of any
313size; if the names are longer than `{max_name_length}`, then they will be truncated otherwise they will pass through unchanged.
314
315There are three queries that can be made to ex_inquire() or
316ex_inquire_int():
317
318 - #EX_INQ_DB_MAX_ALLOWED_NAME_LENGTH -- returns the value of the
319 maximum size that can be specified for `max_name_length`
320 (netcdf/hdf5 limitation)
321 - #EX_INQ_DB_MAX_USED_NAME_LENGTH -- returns the size of the longest
322 name on the database.
323 - #EX_INQ_MAX_READ_NAME_LENGTH -- returns the maximum name length
324 size that will be passed back to the client. 32 by default,
325 set by the previously mentioned ex_set_option() or
326 ex_set_max_name_length() call.
327
328\note
329 - The length of the QA records (ex_get_qa(), ex_put_qa()) is not affected by this setting and each entry in the QA record is still limited to 32 characters.
330 - The length of the `entity_descrip` type passed and returnen in the
331 ex_get_block() and ex_put_block() calls is still limited to 32 characters.
332 - The length of the title is limited to 80 characters