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