|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mungoknotwise.sqlcli.ShowTablesCommand
Performs a show tables command and handles the results.
Constructor Summary | |
ShowTablesCommand()
Constructs a new instance of ShowTablesCommand . |
Method Summary | |
void |
execute()
Executes this command. Results are handled by the configured result set extractor . |
void |
setConnection(java.sql.Connection connection)
Sets the connection for this command. |
void |
setExceptionHandler(ExceptionHandler exceptionHandler)
Sets the exception handler for this command. |
void |
setResultSetExtractor(ResultSetExtractor resultSetExtractor)
Sets the result set extractor for this command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShowTablesCommand()
ShowTablesCommand
.
Method Detail |
public void execute()
result set extractor
.
execute
in interface ResultSetExtractingCommand
public void setConnection(java.sql.Connection connection)
connection
- the connectionpublic void setExceptionHandler(ExceptionHandler exceptionHandler)
setExceptionHandler
in interface ResultSetExtractingCommand
exceptionHandler
- the exception handlerpublic void setResultSetExtractor(ResultSetExtractor resultSetExtractor)
setResultSetExtractor
in interface ResultSetExtractingCommand
resultSetExtractor
- the result set extractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |