public static class AbstractGenerator.ColumnMetadata extends Object implements AbstractGenerator.Meta
| Constructor and Description |
|---|
ColumnMetadata(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getDefaultValue() |
String |
getName() |
String |
getNotNull() |
String |
getSqlType() |
String |
getType() |
void |
setComment(String comment) |
void |
setDefaultValue(String defaultValue) |
void |
setNotNull(String notNull) |
void |
setSqlType(String sqlType) |
void |
setType(String type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckpublic ColumnMetadata(String name)
public String getName()
public String getComment()
public void setComment(String comment)
public String getSqlType()
public void setSqlType(String sqlType)
public String getType()
public void setType(String type)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getNotNull()
public void setNotNull(String notNull)
Copyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.