public class ColumnMetaData extends Object implements ColumnDescription
| Constructor and Description |
|---|
ColumnMetaData(ResultSet columnResultSet) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName() |
int |
getCharOctetLength() |
String |
getColumnDefaultValue() |
String |
getColumnName() |
int |
getColumnSize() |
int |
getDataType() |
int |
getDecimalDigits() |
String |
getIsAutoincrement() |
String |
getIsGeneratedColumn() |
String |
getIsNullable() |
int |
getNullable() |
int |
getNumPrecRadix() |
int |
getOrdinalPosition() |
String |
getRemarks() |
String |
getSchemaName() |
String |
getScopeCatalogName() |
String |
getScopeSchemaName() |
String |
getScopeTableName() |
short |
getSourceDataType() |
String |
getTableName() |
String |
getTypeName() |
public ColumnMetaData(ResultSet columnResultSet) throws SQLException
columnResultSet - a ResultSet as returned by DatabaseMetaData.getColumns(String, String, String, String).SQLExceptionpublic String getCatalogName()
getCatalogName in interface ColumnDescriptionpublic String getSchemaName()
getSchemaName in interface ColumnDescriptionpublic String getTableName()
getTableName in interface ColumnDescriptionpublic String getColumnName()
getColumnName in interface ColumnDescriptionpublic int getDataType()
public String getTypeName()
public int getColumnSize()
public int getDecimalDigits()
public int getNumPrecRadix()
public int getNullable()
public String getRemarks()
public String getColumnDefaultValue()
public int getCharOctetLength()
public int getOrdinalPosition()
public String getIsNullable()
public String getScopeCatalogName()
public String getScopeSchemaName()
public String getScopeTableName()
public short getSourceDataType()
public String getIsAutoincrement()
public String getIsGeneratedColumn()
Copyright © 2011–2022 Link Intersystems GmbH. All rights reserved.