类 ConnectionConfig

java.lang.Object
com.gdxsoft.easyweb.conf.ConnectionConfig

public class ConnectionConfig extends Object
作者:
Administrator
  • 构造器详细资料

    • ConnectionConfig

      public ConnectionConfig(Node node)
    • ConnectionConfig

      public ConnectionConfig()
  • 方法详细资料

    • getName

      public String getName()
      返回:
      the _Name
    • getType

      public String getType()
      数据库类型,如MSSQL,ORACLE ...
      返回:
      the _Type
    • getConnectionString

      public String getConnectionString()
      返回:
      the _ConnectionString
    • getSchemaName

      public String getSchemaName()
      返回:
      the _SchemaName
    • setName

      public void setName(String _Name)
    • setType

      public void setType(String _Type)
    • setConnectionString

      public void setConnectionString(String _ConnectionString)
    • setSchemaName

      public void setSchemaName(String _SchemaName)
    • getPool

      public com.gdxsoft.easyweb.utils.msnet.MTableStr getPool()
      返回:
      the _Pool
    • setPool

      public void setPool(com.gdxsoft.easyweb.utils.msnet.MTableStr pool)
      参数:
      pool - the _Pool to set
    • isHiddenInDefine

      public boolean isHiddenInDefine()
    • setHiddenInDefine

      public void setHiddenInDefine(boolean hiddenInDefine)