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 paramet...
|
Imports:
BaseControl,
CLI,
time,
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 entere
d query
with the current parameters.
"""
|
|