public class ColumnMetaData extends Object
| 构造器和说明 |
|---|
ColumnMetaData() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColIndex() |
String |
getColName() |
int |
getColSize() |
int |
getColType() |
void |
setColIndex(int colIndex) |
void |
setColName(String colName) |
void |
setColSize(int colSize) |
void |
setColType(int colType) |
String |
toString() |
public int getColSize()
public void setColSize(int colSize)
public int getColType()
public void setColType(int colType)
public String getColName()
public void setColName(String colName)
public int getColIndex()
public void setColIndex(int colIndex)
Copyright © 2021. All rights reserved.