libsim  Versione 7.1.7

◆ dbasession_ingest_metaanddataiv()

subroutine dballe_class::dbasession_ingest_metaanddataiv ( class(dbasession), intent(inout)  session,
type(dbametaanddatai), dimension(:), intent(inout), allocatable  metaanddatav 
)
private

Get data from DSN.

Parametri
[in,out]metaanddatavingestd data

Definizione alla linea 3757 del file dballe_class.F03.

3758 character (len=*), intent(in), optional :: password !< password to use
3759 character(len=*),INTENT(in),OPTIONAL :: categoryappend !< appennde questo suffisso al namespace category di log4fortran
3760 integer,INTENT(in),OPTIONAL :: idbhandle
3761 
3762 integer :: ier
3763 character(len=512) :: a_name,quidsn
3764 
3765 if (present(categoryappend))then
3766  call l4f_launcher(a_name,a_name_append=trim(subcategory)//"."//trim(categoryappend))
3767 else
3768  call l4f_launcher(a_name,a_name_append=trim(subcategory))
3769 endif
3770 dbaconnection_init%category=l4f_category_get(a_name)
3771 
3772 ! impostiamo la gestione dell'errore
3773 ier=idba_error_set_callback(0,c_funloc(dballe_error_handler), &
3774  dbaconnection_init%category,dbaconnection_init%handle_err)

Generated with Doxygen.