org.apache.hadoop.hive.jdbc
Class JdbcTable
java.lang.Object
org.apache.hadoop.hive.jdbc.JdbcTable
public class JdbcTable
- extends Object
Table metadata.
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 © 2014 The Apache Software Foundation. All rights reserved.