Module hql
source code
HQL plugin
Plugin read by omero.cli.Cli during initialization. The method(s)
defined here will be added to the Cli class for later use.
Copyright 2008 Glencoe Software, Inc. All rights reserved. Use is
subject to license terms supplied in LICENSE.txt
|
HELP = """Executes an HQL statement with the given paramete...
|
Imports:
BaseControl,
CLI,
exceptions,
time,
cmd,
sys
HELP
- Value:
"""Executes an HQL statement with the given parameters.
If no query is given, then a shell is opened which
will run any entered query with the current parameters."""
|
|