org.apache.hadoop.hive.jdbc
Class JdbcTable

java.lang.Object
  extended by org.apache.hadoop.hive.jdbc.JdbcTable

public class JdbcTable
extends Object

Table metadata.


Constructor Summary
JdbcTable(String tableCatalog, String tableName, String type, String comment)
           
 
Method Summary
 String getComment()
           
 String getSqlTableType()
           
 String getTableCatalog()
           
 String getTableName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcTable

public JdbcTable(String tableCatalog,
                 String tableName,
                 String type,
                 String comment)
Method Detail

getTableCatalog

public String getTableCatalog()

getTableName

public String getTableName()

getType

public String getType()

getSqlTableType

public String getSqlTableType()
                       throws SQLException
Throws:
SQLException

getComment

public String getComment()


Copyright © 2013 The Apache Software Foundation