public class SqlShell extends InteractiveShell
commandArea, commandFld, contents, editorPane, frame, history, historyIdx, sb
Constructor and Description |
---|
SqlShell(java.lang.String title,
java.sql.Connection connection)
_more_
|
Modifier and Type | Method and Description |
---|---|
void |
eval(java.lang.String sql)
_more_
|
clear, clearOutput, close, doMakeContents, doMakeMenuBar, endBufferingOutput, eval, flipField, formatCode, getHref, handleKeyPress, handleRightMouseClick, hyperlinkUpdate, init, insert, insertText, makeFrame, output, setText, show, showNormalCursor, showWaitCursor, startBufferingOutput, toFront
public SqlShell(java.lang.String title, java.sql.Connection connection)
title
- _more_public void eval(java.lang.String sql)
eval
in class InteractiveShell
sql
- the sql to evaluate