Package com.illumon.iris.console.utils
Class GetAllUsersQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<String[]>
com.illumon.iris.console.utils.GetAllUsersQuery
- All Implemented Interfaces:
RemoteQuery<String[]>
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
-
Constructor Details
-
GetAllUsersQuery
public GetAllUsersQuery()
-
-
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.
-