public class ColumnTypeInfo extends Object implements TypeInfo
| Constructor and Description |
|---|
ColumnTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getColumnId() |
String |
getMemberName() |
OdpsType |
getOdpsType() |
int |
getPrecision() |
int |
getScale() |
int |
getSpecifiedLength() |
List<ColumnTypeInfo> |
getSubTypes() |
OdpsType |
getType() |
String |
getTypeName() |
boolean |
isNullable() |
public String getTypeName()
getTypeName in interface TypeInfopublic OdpsType getOdpsType()
getOdpsType in interface TypeInfopublic OdpsType getType()
public int getPrecision()
public int getScale()
public int getSpecifiedLength()
public String getMemberName()
public List<ColumnTypeInfo> getSubTypes()
public boolean isNullable()
public long getColumnId()
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.