public class JdbcColumn extends Object
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
String |
getComment() |
Integer |
getNumPrecRadix() |
int |
getOrdinalPos() |
String |
getTableCatalog() |
String |
getTableName() |
String |
getType() |
static int |
hiveTypeToSqlType(String type) |
static int |
hiveTypeToSqlType(Type hiveType) |
public String getColumnName()
public String getTableName()
public String getTableCatalog()
public String getType()
public static int hiveTypeToSqlType(Type hiveType) throws SQLException
SQLException
public static int hiveTypeToSqlType(String type) throws SQLException
SQLException
public Integer getNumPrecRadix()
public String getComment()
public int getOrdinalPos()
Copyright © 2017 The Apache Software Foundation. All rights reserved.