| java.lang.Object henplus.AbstractCommand henplus.commands.SQLCommand
getCommandList | public String[] getCommandList()(Code) | | returns the command-strings this command can handle.
|
getRowLimit | public int getRowLimit()(Code) | | |
isComplete | public boolean isComplete(String command)(Code) | | complicated SQL statements are only complete with
semicolon. Simple commands may have no semicolon (like
'commit' and 'rollback'). Yet others are not complete even
if we ecounter a semicolon (like triggers and stored
procedures). We support the SQL*PLUS syntax in that we consider these
kind of statements complete with a single slash ('/') at the
beginning of a line.
|
isShowFooter | public boolean isShowFooter()(Code) | | |
isShowHeader | public boolean isShowHeader()(Code) | | |
participateInCommandCompletion | public boolean participateInCommandCompletion()(Code) | | don't show the commands available in the toplevel
command completion list ..
|
setColumnDelimiter | public void setColumnDelimiter(String value)(Code) | | |
setRowLimit | public void setRowLimit(int rowLimit)(Code) | | |
setShowFooter | public void setShowFooter(boolean b)(Code) | | |
setShowHeader | public void setShowHeader(boolean b)(Code) | | |
shutdown | public void shutdown()(Code) | | |
|
|