| |
|
| java.lang.Object nl.improved.sqlclient.commands.InfoCommand
InfoCommand | public class InfoCommand implements Command(Code) | | Command for showing connection info.
|
abort | public boolean abort()(Code) | | |
backgroundProcessSupported | public boolean backgroundProcessSupported()(Code) | | |
execute | public CharSequence execute(SQLCommand cmd)(Code) | | Execute the info command.
Parameters: command - the command that is executed the info of the connection |
getCommandString | public CharSequence getCommandString()(Code) | | Return the command string.
the command string. |
getTabCompletionInfo | public TabCompletionInfo getTabCompletionInfo(SQLCommand command, Point commandPoint)(Code) | | Returns some tab completion info for the specified command.
Parameters: commandInfo - the command lines Parameters: commandPoint - the cursor position some tab completion info for the specified command. |
|
|
|