public class ColumnMetadata extends Object
| Constructor and Description |
|---|
ColumnMetadata(String name,
String adapterNotes,
DataType type,
boolean nullable,
boolean isIdentity,
String defaultValue,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapterNotes() |
String |
getComment() |
String |
getDefaultValue() |
String |
getName() |
DataType |
getType() |
boolean |
hasComment() |
boolean |
hasDefault() |
boolean |
isIdentity() |
boolean |
isNullable() |
public String getName()
public String getAdapterNotes()
public DataType getType()
public boolean isNullable()
public boolean isIdentity()
public boolean hasDefault()
public String getDefaultValue()
public boolean hasComment()
public String getComment()
Copyright © 2019. All rights reserved.