public final class JdbcColumnHandle extends Object implements ColumnHandle
| Constructor and Description |
|---|
JdbcColumnHandle(String connectorId,
String columnName,
JdbcTypeHandle jdbcTypeHandle,
Type columnType,
boolean nullable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ColumnMetadata |
getColumnMetadata() |
String |
getColumnName() |
Type |
getColumnType() |
String |
getConnectorId() |
JdbcTypeHandle |
getJdbcTypeHandle() |
int |
hashCode() |
boolean |
isNullable() |
String |
toString() |
public JdbcColumnHandle(String connectorId, String columnName, JdbcTypeHandle jdbcTypeHandle, Type columnType, boolean nullable)
public String getConnectorId()
public String getColumnName()
public JdbcTypeHandle getJdbcTypeHandle()
public Type getColumnType()
public boolean isNullable()
public ColumnMetadata getColumnMetadata()
Copyright © 2012–2019. All rights reserved.