Package sqlline

Class SetSchema

java.lang.Object
sqlline.AbstractCommandHandler
sqlline.SetSchema
All Implemented Interfaces:
sqlline.CommandHandler

@API(EXPERIMENTAL) public class SetSchema extends sqlline.AbstractCommandHandler
Set Relational schema.
  • Field Summary

    Fields inherited from class sqlline.AbstractCommandHandler

    sqlLine
  • Constructor Summary

    Constructors
    Constructor
    Description
    SetSchema(sqlline.SqlLine sqlLine)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String line, sqlline.DispatchCallback dispatchCallback)
     

    Methods inherited from class sqlline.AbstractCommandHandler

    echoToFile, getHelpText, getName, getNames, getParameterCompleters, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SetSchema

      public SetSchema(sqlline.SqlLine sqlLine)
  • Method Details

    • execute

      public void execute(String line, sqlline.DispatchCallback dispatchCallback)