public class JdbcColumn extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
convertTTypeIdToSqlType(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId type) |
String |
getColumnName() |
String |
getComment() |
Integer |
getNumPrecRadix() |
int |
getOrdinalPos() |
String |
getTableCatalog() |
String |
getTableName() |
String |
getType() |
public String getColumnName()
public String getTableName()
public String getTableCatalog()
public String getType()
public String getComment()
public int getOrdinalPos()
public Integer getNumPrecRadix()
public static int convertTTypeIdToSqlType(org.apache.kyuubi.shaded.hive.service.rpc.thrift.TTypeId type)
throws SQLException
SQLExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.