public static class DatabaseMetaDataWrapper.ColumnsInfo
extends java.lang.Object
| 构造器和说明 |
|---|
ColumnsInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDefaultValue() |
JdbcType |
getJdbcType() |
int |
getLength() |
java.lang.String |
getName() |
java.lang.String |
getRemarks() |
int |
getScale() |
boolean |
isAutoIncrement() |
boolean |
isNullable() |
boolean |
isPrimaryKey() |
public java.lang.String getName()
public int getLength()
public boolean isNullable()
public java.lang.String getRemarks()
public java.lang.String getDefaultValue()
public int getScale()
public JdbcType getJdbcType()
public boolean isPrimaryKey()
public boolean isAutoIncrement()
Copyright © 2022. All Rights Reserved.