libsim Versione 7.1.11

◆ dbaconnection_delete()

subroutine dbaconnection_delete ( class (dbaconnection), intent(inout)  handle)
private

remove dballe connection

Definizione alla linea 3984 del file dballe_class.F03.

3985end if
3986
3987
3988! check filename for recursive call
3989if (present(filename))then
3990 if (lmemdb)then
3991 if (.not. present(connection)) then
3992 ! connect to dsn type DBA
3993 dbasession_init%memconnection=dbaconnection(dsn="mem:")
3994 !call self with memconnection without filename
3995 dbasession_init=dbasession(dbasession_init%memconnection,&
3996 write=.true.,wipe=lwrite,repinfo=lrepinfo,&
3997 memdb=lmemdb,loadfile=lloadfile) ! without categoryappend

Generated with Doxygen.