public class ColumnMetaData extends Object
Constructor and Description |
---|
ColumnMetaData(String parameterName,
int sqlType,
boolean nullable,
Object defaultValue) |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getParameterName() |
int |
getSqlType() |
boolean |
isNullable() |
Copyright © 2006–2018 TinyGroup. All rights reserved.