libsim Versione 7.2.6

◆ dbasession_ingest_metaanddataiv()

subroutine 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 3751 del file dballe_class.F03.

3752
3753!> Constructor
3754!! Without parameter it is initialized to missing
3755type(dbaconnection) function dbaconnection_init(dsn, user, password,categoryappend,idbhandle)
3756character (len=*), intent(in), optional :: dsn !< DSN (dballe/ODBC definition)
3757character (len=*), intent(in), optional :: user !< username to use
3758character (len=*), intent(in), optional :: password !< password to use
3759character(len=*),INTENT(in),OPTIONAL :: categoryappend !< appennde questo suffisso al namespace category di log4fortran
3760integer,INTENT(in),OPTIONAL :: idbhandle !< dsn connection; if present it will be used
3761
3762integer :: ier
3763character(len=512) :: a_name,quidsn
3764
3765if (present(categoryappend))then
3766 call l4f_launcher(a_name,a_name_append=trim(subcategory)//"."//trim(categoryappend))
3767else
3768 call l4f_launcher(a_name,a_name_append=trim(subcategory))

Generated with Doxygen.