接口 Connector

所有已知实现类:
AbstractConnector, DamengConnector, DatabaseConnector, HttpConnector, MySqlConnector, OracleConnector, PostgresConnector, SQLServerConnector

public interface Connector
连接器定义,目前主要实现数据库连接器与http连接器。
作者:
时克英
  • 方法详细资料

    • getUrl

      String getUrl()
    • getPort

      int getPort()
    • getServiceName

      String getServiceName()
      返回库或者服务名字
      返回:
    • getParameters

      Map<String,String> getParameters()
    • invoke

      Object invoke(Object... param) throws Exception
      抛出:
      Exception
    • initialize

      void initialize()
    • destroy

      void destroy()