public final class MonetDBTableColumn extends AbstractColumn
mapping| Modifier | Constructor | Description |
|---|---|---|
protected |
MonetDBTableColumn(String columnType,
String columnName,
int columnDigits,
int columnScale,
String defaultValue,
boolean isNullable) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.