| Package | Description |
|---|---|
| org.modeshape.jdbc | |
| org.modeshape.jdbc.types |
| Modifier and Type | Method and Description |
|---|---|
protected Transform |
JcrType.getTransform()
Return the
Transform object to use to transform the Value to the correct data type. |
| Constructor and Description |
|---|
JcrType(int jcrType,
int jdbcType,
String typeName,
Class<?> clazz,
int displaySize,
int precision,
Transform transform) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobTransform |
class |
BooleanTransform |
class |
DateTransform |
class |
DecimalTransform |
class |
DoubleTransform |
class |
LongTransform |
class |
StringTransform |
class |
TimeStampTransform |
class |
UUIDTransform |
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.