libsim  Versione6.3.0

◆ dbasession_ingest_metaanddatai()

subroutine dballe_class::dbasession_ingest_metaanddatai ( class(dbasession), intent(inout)  session,
type(dbametaanddatai), intent(inout), optional  metaanddata 
)
private

Get data from DSN.

Parametri
[in,out]metaanddataingestd data

Definizione alla linea 3761 del file dballe_class.F03.

3761 character (len=*), intent(in), optional :: dsn !< DSN (dballe/ODBC definition)
3762 character (len=*), intent(in), optional :: user !< username to use
3763 character (len=*), intent(in), optional :: password !< password to use
3764 character(len=*),INTENT(in),OPTIONAL :: categoryappend !< appennde questo suffisso al namespace category di log4fortran
3765 integer,INTENT(in),OPTIONAL :: idbhandle
3766 
3767 character(len=50) :: quiuser,quipassword
3768 integer :: ier
3769 character(len=512) :: a_name,quidsn
3770 
3771 if (present(categoryappend))then
3772  call l4f_launcher(a_name,a_name_append=trim(subcategory)//"."//trim(categoryappend))
3773 else
3774  call l4f_launcher(a_name,a_name_append=trim(subcategory))
3775 endif
3776 dbaconnection_init%category=l4f_category_get(a_name)

Generated with Doxygen.