public abstract class AbstractColumn extends Object
Modifier and Type | Field and Description |
---|---|
protected MonetDBToJavaMapping |
mapping
The mapping between MonetDB type and the Java Class.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractColumn(String columnType,
String columnName,
int columnDigits,
int columnScale) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnDigits()
Gets the number digits of the column.
|
String |
getColumnInternalTypeName()
Gets the type of the column.
|
String |
getColumnName()
Gets the name of the column.
|
int |
getColumnScale()
Gets the scale of the column.
|
MonetDBToJavaMapping |
getMapping()
Gets the Java mapping of the column.
|
protected final MonetDBToJavaMapping mapping
protected AbstractColumn(String columnType, String columnName, int columnDigits, int columnScale) throws MonetDBEmbeddedException
MonetDBEmbeddedException
public String getColumnInternalTypeName()
public MonetDBToJavaMapping getMapping()
public String getColumnName()
public int getColumnDigits()
public int getColumnScale()
Copyright © 2018. All rights reserved.