Package convex.cli.client
Class Query
java.lang.Object
convex.cli.ACommand
convex.cli.ATopCommand
convex.cli.client.AClientCommand
convex.cli.client.Query
- All Implemented Interfaces:
Runnable
Convex Query sub command
convex.query
-
Field Summary
Fields inherited from class convex.cli.client.AClientCommand
addressMixin, keyMixin, peerMixin, storeMixinFields inherited from class convex.cli.ATopCommand
mainParent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.client.AClientCommand
clientConnect, connectQuery, connectTransact, ensureKeyPair, getClientTimeout, getUserAddressMethods inherited from class convex.cli.ATopCommand
cliMethods inherited from class convex.cli.ACommand
commandLine, inform, inform, informError, informSuccess, informWarning, isColoured, isInteractive, isParanoid, paranoia, println, println, printRecord, printResult, prompt, readPassword, run, showUsage, verbose
-
Constructor Details
-
Query
public Query()
-
-
Method Details
-
execute
Description copied from class:ACommandExecute this command. Subclasses should override this to provide specific command functionality- Specified by:
executein classACommand- Throws:
InterruptedException
-