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, getMappingprotected MonetDBTableColumn(String columnType, String columnName, int columnDigits, int columnScale, String defaultValue, boolean isNullable) throws MonetDBEmbeddedException
MonetDBEmbeddedExceptionpublic String getDefaultValue()
public boolean isNullable()
Copyright © 2017. All rights reserved.