Class GetDriverDisplayInfoQuery

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<com.illumon.iris.jdbc.IDriverWrapper.DisplayInfo[]>
com.illumon.iris.pqimport.gui.jdbc.GetDriverDisplayInfoQuery
All Implemented Interfaces:
RemoteQuery<com.illumon.iris.jdbc.IDriverWrapper.DisplayInfo[]>, Serializable

public class GetDriverDisplayInfoQuery extends ContextAwareRemoteQuery<com.illumon.iris.jdbc.IDriverWrapper.DisplayInfo[]>
Simple query that gets the vital statistics necessary for UI elements related to DriverWrappers.
See Also:
  • Constructor Details

    • GetDriverDisplayInfoQuery

      public GetDriverDisplayInfoQuery()
  • Method Details

    • execute

      public com.illumon.iris.jdbc.IDriverWrapper.DisplayInfo[] execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.