org.apache.hadoop.hive.jdbc
Class JdbcTable
java.lang.Object
org.apache.hadoop.hive.jdbc.JdbcTable
public class JdbcTable
- extends Object
Table metadata.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcTable
public JdbcTable(String tableCatalog,
String tableName,
String type,
String comment)
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