org.apache.hive.jdbc.beeline
Class OptionsProcessor

java.lang.Object
  extended by org.apache.hive.jdbc.beeline.OptionsProcessor

public class OptionsProcessor
extends Object

OptionsProcessor.


Constructor Summary
OptionsProcessor()
           
 
Method Summary
 String getDatabase()
           
 String getExecString()
           
 String getFileName()
           
 String getHiveConfs()
           
 String getHiveVars()
           
 String getHost()
           
 org.apache.hive.jdbc.beeline.OptionsProcessor.PrintMode getpMode()
           
 int getPort()
           
 String getSessVars()
           
 boolean processArgs(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsProcessor

public OptionsProcessor()
Method Detail

getDatabase

public String getDatabase()

getExecString

public String getExecString()

getFileName

public String getFileName()

getHost

public String getHost()

getPort

public int getPort()

getpMode

public org.apache.hive.jdbc.beeline.OptionsProcessor.PrintMode getpMode()

getHiveVars

public String getHiveVars()

getHiveConfs

public String getHiveConfs()

getSessVars

public String getSessVars()

processArgs

public boolean processArgs(String[] argv)


Copyright © 2011 The Apache Software Foundation