public final class MonetDBTableColumn extends AbstractColumn
mapping
Modifier | Constructor and Description |
---|---|
protected |
MonetDBTableColumn(String columnType,
String columnName,
int columnDigits,
int columnScale,
String defaultValue,
boolean isNullable) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Get the default value if there is one, or null if none.
|
boolean |
isNullable()
Get the indication if the column is nullable.
|
getColumnDigits, getColumnInternalTypeName, getColumnName, getColumnScale, getMapping
protected MonetDBTableColumn(String columnType, String columnName, int columnDigits, int columnScale, String defaultValue, boolean isNullable) throws MonetDBEmbeddedException
MonetDBEmbeddedException
public String getDefaultValue()
public boolean isNullable()
Copyright © 2018. All rights reserved.