Subject help needed on sevaral client API points
Author woodsmailbox
Hi,

I'd like to ask for some help on the more obscure areas of the client
API so I can decide how to support them in the Lua binding. Even a few
words of enlightenment would help a lot (eg. meaning, type of
parameters, status: supported/not supported).

DPB:
isc_dpb_cdd_pathname
isc_dpb_allocation
isc_dpb_buffer_length
isc_dpb_debug
isc_dpb_number_of_users
isc_dpb_trace
isc_dpb_interp
isc_dpb_online_dump
isc_dpb_old_file_size
isc_dpb_old_num_files
isc_dpb_old_file
isc_dpb_old_start_page
isc_dpb_old_start_seqno
isc_dpb_old_start_file
isc_dpb_drop_walfile
isc_dpb_old_dump_id
isc_dpb_cache_manager
isc_dpb_shutdown_delay
isc_dpb_reserved
isc_dpb_overwrite
isc_dpb_sec_attach
isc_dpb_connect_timeout
isc_dpb_dummy_packet_interval
isc_dpb_gbak_attach
isc_dpb_working_directory
isc_dpb_gfix_attach
isc_dpb_gstat_attach
isc_dpb_gsec_attach
isc_dpb_address_path
isc_dpb_no_db_triggers
isc_dpb_trusted_role
isc_dpb_org_filename
isc_dpb_ext_call_depth

SPB:
isc_spb_sts_table
isc_spb_res_length
isc_spb_command_line
isc_spb_address_path
isc_spb_trusted_auth
isc_spb_connect_timeout
isc_spb_dummy_packet_interval
isc_spb_bkp_expand

TPB:
isc_tpb_verb_time
isc_tpb_commit_time
isc_tpb_autocommit
isc_tpb_restart_requests

BPB:
isc_bpb_filter_parameter

DB_INFO:
isc_info_set_page_buffers
isc_info_db_file_size
isc_info_*_errors

SQL_INFO:
isc_info_sql_select
isc_info_sql_bind
isc_info_sql_num_variables
isc_info_sql_describe_vars

Also please document isc_seek_blob() or deprecate it. I don't know if
I should include it in the binding or not.

Thanks,
Cosmin.