public class ColumnMetaData extends Object
| 构造器和说明 |
|---|
ColumnMetaData(AgileResultSet.Column descriptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCatalogName() |
ElasticsearchType |
getEsType() |
String |
getEsTypeName() |
String |
getLabel() |
String |
getName() |
int |
getPrecision() |
int |
getScale() |
String |
getTableName() |
String |
getTableSchemaName() |
public ColumnMetaData(AgileResultSet.Column descriptor) throws SQLFeatureNotSupportedException
public String getName()
public String getLabel()
public String getTableSchemaName()
public int getPrecision()
public int getScale()
public String getTableName()
public String getCatalogName()
public ElasticsearchType getEsType()
public String getEsTypeName()
Copyright © 2022. All rights reserved.