Class ARG_ModifyDBConnection

java.lang.Object
de.mid.innovator.srv2api.icw2db.ARG_ModifyDBConnection
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_ModifyDBConnection extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • name

      public String name
      The name of this element.
    • databaseSystem

      public String databaseSystem
      Database System connected by this DBConnection.
    • driverName

      public String driverName
      Driver name of this DBConnection.
    • driverFile

      public String driverFile
      Driver file of this DBConnection.
    • server

      public String server
      Server connected by this DBConnection.
    • connectionHeader

      public String connectionHeader
      Connection Header of this DBConnection.
    • port

      public String port
      Port number of this this DBConnection.
    • integratedSecurity

      public boolean integratedSecurity
      If true, use integrated authentication for database access. This property is provided by some database systems, like SQL Server.
    • database

      public String database
      Database of database elements covered by this DBConnection.
    • catalog

      public String catalog
      Catalog of database elements covered by this DBConnection.
    • schema

      public String schema
      Schema of database elements covered by this DBConnection.
    • user

      public String user
      Connecting user.
    • password

      public String password
      Password of the connecting user.
    • extendedConfiguration

      public String extendedConfiguration
      Extended Configuration of this DBConnection.
    • filter

      public String filter
      Filter to restrict relevant elements. Syntax and semantic is determined by the concrete DBConnection.
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble