public class TimestampTypeDescriptor extends Object implements SqlTypeDescriptor
TIMESTAMP handling.| Modifier and Type | Field and Description |
|---|---|
static TimestampTypeDescriptor |
INSTANCE |
| Constructor and Description |
|---|
TimestampTypeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
<X> ValueBinder<X> |
getBinder(JavaTypeDescriptor<X> javaTypeDescriptor) |
<X> ValueExtractor<X> |
getExtractor(JavaTypeDescriptor<X> javaTypeDescriptor) |
int |
getSqlType()
Return the JDBC type-code for the column mapped by this type.
|
public static final TimestampTypeDescriptor INSTANCE
public int getSqlType()
SqlTypeDescriptorgetSqlType in interface SqlTypeDescriptorpublic <X> ValueBinder<X> getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
getBinder in interface SqlTypeDescriptorpublic <X> ValueExtractor<X> getExtractor(JavaTypeDescriptor<X> javaTypeDescriptor)
getExtractor in interface SqlTypeDescriptorCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved