libsim  Versione7.1.6
type(dbaconnection) function dbaconnection_init ( character (len=*), intent(in), optional  dsn,
character (len=*), intent(in), optional  user,
character (len=*), intent(in), optional  password,
character(len=*), intent(in), optional  categoryappend,
integer, intent(in), optional  idbhandle 
)
private

Constructor Without parameter it is initialized to missing.

Parametri
[in]dsnDSN (dballe/ODBC definition)
[in]userusername to use
[in]passwordpassword to use
[in]categoryappendappennde questo suffisso al namespace category di log4fortran
[in]idbhandledsn connection; if present it will be used

Definizione alla linea 3940 del file dballe_class.F03.


Generated with Doxygen.