Package ucar.unidata.ui
Class SqlShell
java.lang.Object
ucar.unidata.ui.InteractiveShell
ucar.unidata.ui.SqlShell
- All Implemented Interfaces:
EventListener
,HyperlinkListener
This class provides an interactive shell to query a sql database
- Version:
- $Revision: 1.50 $Date: 2007/08/21 12:15:45 $
- Author:
- IDV development team
-
Field Summary
Fields inherited from class ucar.unidata.ui.InteractiveShell
commandArea, commandFld, contents, editorPane, frame, history, historyIdx, sb
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ucar.unidata.ui.InteractiveShell
clear, clearOutput, close, doMakeContents, doMakeMenuBar, endBufferingOutput, eval, flipField, formatCode, getHref, handleKeyPress, handleRightMouseClick, hyperlinkUpdate, init, insert, insertText, makeFrame, output, setText, show, showNormalCursor, showWaitCursor, startBufferingOutput, toFront
-
Constructor Details
-
SqlShell
_more_- Parameters:
title
- _more_
-
-
Method Details
-
eval
_more_- Overrides:
eval
in classInteractiveShell
- Parameters:
sql
- the sql to evaluate
-