Class GetDriverDisplayInfoQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<IDriverWrapper.DisplayInfo[]>
com.illumon.iris.pqimport.gui.jdbc.GetDriverDisplayInfoQuery
- All Implemented Interfaces:
RemoteQuery<IDriverWrapper.DisplayInfo[]>
,Serializable
public class GetDriverDisplayInfoQuery extends ContextAwareRemoteQuery<IDriverWrapper.DisplayInfo[]>
Simple query that gets the vital statistics necessary for UI elements related to DriverWrappers.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GetDriverDisplayInfoQuery()
-
Method Summary
Modifier and Type Method Description IDriverWrapper.DisplayInfo[]
execute(Database database)
Execute a query on a remote host.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.
-