org.apache.hive.beeline
Class HiveSchemaHelper

java.lang.Object
  extended by org.apache.hive.beeline.HiveSchemaHelper

public class HiveSchemaHelper
extends Object


Nested Class Summary
static class HiveSchemaHelper.DerbyCommandParser
           
static class HiveSchemaHelper.MySqlCommandParser
           
static interface HiveSchemaHelper.NestedScriptParser
           
static class HiveSchemaHelper.OracleCommandParser
           
static class HiveSchemaHelper.PostgresCommandParser
           
 
Field Summary
static String DB_DERBY
           
static String DB_MYSQL
           
static String DB_ORACLE
           
static String DB_POSTGRACE
           
 
Constructor Summary
HiveSchemaHelper()
           
 
Method Summary
static HiveSchemaHelper.NestedScriptParser getDbCommandParser(String dbName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DB_DERBY

public static final String DB_DERBY
See Also:
Constant Field Values

DB_MYSQL

public static final String DB_MYSQL
See Also:
Constant Field Values

DB_POSTGRACE

public static final String DB_POSTGRACE
See Also:
Constant Field Values

DB_ORACLE

public static final String DB_ORACLE
See Also:
Constant Field Values
Constructor Detail

HiveSchemaHelper

public HiveSchemaHelper()
Method Detail

getDbCommandParser

public static HiveSchemaHelper.NestedScriptParser getDbCommandParser(String dbName)


Copyright © 2012 The Apache Software Foundation