Package com.illumon.iris.schemaeditor
Class GetAllTableNames
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Map<String,List<String>>>
com.illumon.iris.schemaeditor.GetAllTableNames
- All Implemented Interfaces:
RemoteQuery<Map<String,List<String>>>
,Serializable
public class GetAllTableNames extends ContextAwareRemoteQuery<Map<String,List<String>>>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GetAllTableNames()
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
GetAllTableNames
public GetAllTableNames()
-
-
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.
-