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(org.apache.hadoop.hive.serde2.thrift.Type hiveType) |
public String getColumnName()
public String getTableName()
public String getTableCatalog()
public String getType()
public static int hiveTypeToSqlType(org.apache.hadoop.hive.serde2.thrift.Type hiveType)
throws SQLException
SQLExceptionpublic static int hiveTypeToSqlType(String type) throws SQLException
SQLExceptionpublic Integer getNumPrecRadix()
public String getComment()
public int getOrdinalPos()
Copyright © 2024 The Apache Software Foundation. All rights reserved.