org.objectweb.cjdbc.console.text.commands.sqlconsole
Class Load

java.lang.Object
  extended byorg.objectweb.cjdbc.console.text.commands.ConsoleCommand
      extended byorg.objectweb.cjdbc.console.text.commands.sqlconsole.Load
All Implemented Interfaces:
java.lang.Comparable

public class Load
extends ConsoleCommand

This class defines a "load" sql command

Author:
Jeff Mesnil

Field Summary
 
Fields inherited from class org.objectweb.cjdbc.console.text.commands.ConsoleCommand
console, jmxClient, module
 
Constructor Summary
Load(VirtualDatabaseConsole module)
          Creates a new Load object
 
Method Summary
 java.lang.String getCommandDescription()
          Get the description of the command
 java.lang.String getCommandName()
          Get the name of the command
 java.lang.String getCommandParameters()
          Return a String description of the parameters of this command.
 void load(java.lang.String fileName)
          Executes all the SQL requests contained in the specified file.
 void parse(java.lang.String commandText)
          Parse the text of the command
 
Methods inherited from class org.objectweb.cjdbc.console.text.commands.ConsoleCommand
compareTo, execute, getUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Load

public Load(VirtualDatabaseConsole module)
Creates a new Load object

Parameters:
module - the command is attached to
Method Detail

parse

public void parse(java.lang.String commandText)
           throws java.io.IOException,
                  ConsoleException
Description copied from class: ConsoleCommand
Parse the text of the command

Specified by:
parse in class ConsoleCommand
Parameters:
commandText - the command text
Throws:
java.io.IOException
ConsoleException
See Also:
ConsoleCommand.parse(java.lang.String)

load

public void load(java.lang.String fileName)
Executes all the SQL requests contained in the specified file. sqlRequestCommand.parse(cmd);

Parameters:
fileName - the file name to open

getCommandName

public java.lang.String getCommandName()
Description copied from class: ConsoleCommand
Get the name of the command

Specified by:
getCommandName in class ConsoleCommand
Returns:
String of the command name
See Also:
ConsoleCommand.getCommandName()

getCommandParameters

public java.lang.String getCommandParameters()
Description copied from class: ConsoleCommand
Return a String description of the parameters of this command.

Overrides:
getCommandParameters in class ConsoleCommand
Returns:
String like <driverPathName>
See Also:
ConsoleCommand.getCommandParameters()

getCommandDescription

public java.lang.String getCommandDescription()
Description copied from class: ConsoleCommand
Get the description of the command

Specified by:
getCommandDescription in class ConsoleCommand
Returns:
String of the command description
See Also:
ConsoleCommand.getCommandDescription()


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.