public interface SelectField<T> extends SelectFieldOrAsterisk, Named
QueryPart
to be used exclusively in SELECT
clauses.Modifier and Type | Method and Description |
---|---|
Binding<?,T> |
getBinding()
The field's underlying
Binding . |
Converter<?,T> |
getConverter()
The field's underlying
Converter . |
DataType<T> |
getDataType()
The type of this field (might not be dialect-specific).
|
DataType<T> |
getDataType(Configuration configuration)
The dialect-specific type of this field.
|
Class<T> |
getType()
The Java type of the field.
|
getComment, getName, getQualifiedName, getUnqualifiedName
Converter<?,T> getConverter()
Converter
.
By default, all fields reference an identity-converter
Converter<T, T>
. Custom data types may be obtained by a
custom Converter
placed on the generated TableField
.
DataType<T> getDataType(Configuration configuration)
Copyright © 2019. All rights reserved.