public abstract class AbstractJdbcUUID extends AbstractJdbcType<UUID>
| Constructor and Description |
|---|
AbstractJdbcUUID() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJdbcType() |
int |
getPrecision(UUID obj) |
int |
getScale(UUID obj) |
Class<UUID> |
getType() |
boolean |
isCaseSensitive() |
boolean |
isCurrency() |
boolean |
isSigned() |
boolean |
needsQuotes() |
String |
toString(UUID obj) |
compose, decomposepublic String toString(UUID obj)
toString in class AbstractJdbcType<UUID>public boolean isCaseSensitive()
isCaseSensitive in class AbstractJdbcType<UUID>public int getScale(UUID obj)
getScale in class AbstractJdbcType<UUID>public int getPrecision(UUID obj)
getPrecision in class AbstractJdbcType<UUID>public boolean isCurrency()
isCurrency in class AbstractJdbcType<UUID>public boolean isSigned()
isSigned in class AbstractJdbcType<UUID>public boolean needsQuotes()
needsQuotes in class AbstractJdbcType<UUID>public Class<UUID> getType()
getType in class AbstractJdbcType<UUID>public int getJdbcType()
getJdbcType in class AbstractJdbcType<UUID>Copyright © 2015–2016. All rights reserved.