org.apache.hive.jdbc
Class JdbcColumn
java.lang.Object
org.apache.hive.jdbc.JdbcColumn
public class JdbcColumn
- extends Object
Column metadata.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getColumnName
public String getColumnName()
getTableName
public String getTableName()
getTableCatalog
public String getTableCatalog()
getType
public String getType()
getSqlType
public Integer getSqlType()
throws SQLException
- Throws:
SQLException
getColumnSize
public Integer getColumnSize()
throws SQLException
- Throws:
SQLException
getDecimalDigits
public Integer getDecimalDigits()
throws SQLException
- Throws:
SQLException
getNumPrecRadix
public Integer getNumPrecRadix()
getComment
public String getComment()
getOrdinalPos
public int getOrdinalPos()
Copyright © 2013 The Apache Software Foundation