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 Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
GetDriverDisplayInfoQuery
public GetDriverDisplayInfoQuery()
-
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-