| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Field and Description |
|---|---|
protected DataTypeImpl.Definition |
FieldInfoImpl.definition
Holds the data type definition for this field (if it is a column).
|
| Modifier and Type | Method and Description |
|---|---|
DataTypeImpl.Definition |
FieldInfoImpl.getDataType()
Gets the column data type for this field.
|
static DataTypeImpl.Definition |
DataTypeImpl.inferDataTypeFrom(StatementManagerImpl mgr,
DataType type,
boolean isFrozen,
Class<?> clazz)
Infers the data type from the specified class' superclass.
|
static DataTypeImpl.Definition |
DataTypeImpl.inferDataTypeFrom(StatementManagerImpl mgr,
Field field,
boolean isFrozen)
Infers the data type from the specified field.
|
Copyright (C) 2015-2017 The Helenus Driver Project Authors.