libsim Versione 7.2.6

◆ dbasession_ingest_metaanddatabv()

subroutine dbasession_ingest_metaanddatabv ( class(dbasession), intent(inout) session,
type(dbametaanddatab), dimension(:), intent(inout), allocatable metaanddatav )
private

Get data from DSN.

Parametri
[in,out]metaanddatavingestd data

Definizione alla linea 3794 del file dballe_class.F03.

3795#endif
3796
3797integer :: ier
3798
3799if (c_e(handle%dbhandle)) then
3800 ier = idba_arrivederci(handle%dbhandle)
3801 ier = idba_error_remove_callback(handle%handle_err)
3802end if
3803
3804end subroutine dbaconnection_delete
3805
3806!> Constructor
3807!! Without parameter it is initialized to missing
3808recursive type(dbasession) function dbasession_init(connection,anaflag, dataflag, attrflag,&
3809 filename,mode,format,template,write,wipe,repinfo,simplified,memdb,loadfile,categoryappend)
3810type(dbaconnection),intent(in),optional :: connection !< dballe connection
3811character (len=*), intent(in), optional :: anaflag !< controls access to pseudoana records and can have these values "read": pseudoana records cannot be modified; "write": pseudoana records can be added and removed.

Generated with Doxygen.