public class JdbcUdt extends AbstractJdbcType<com.datastax.driver.core.UDTValue>
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.UDTValue |
compose(Object obj) |
Object |
decompose(com.datastax.driver.core.UDTValue value) |
int |
getJdbcType() |
int |
getPrecision(com.datastax.driver.core.UDTValue obj) |
int |
getScale(com.datastax.driver.core.UDTValue obj) |
String |
getString(Object obj) |
Class<com.datastax.driver.core.UDTValue> |
getType() |
boolean |
isCaseSensitive() |
boolean |
isCurrency() |
boolean |
isSigned() |
boolean |
needsQuotes() |
String |
toString(String obj) |
String |
toString(com.datastax.driver.core.UDTValue obj) |
public static final JdbcUdt instance
public boolean isCaseSensitive()
isCaseSensitive in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public boolean isCurrency()
isCurrency in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public boolean isSigned()
isSigned in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public boolean needsQuotes()
needsQuotes in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public Class<com.datastax.driver.core.UDTValue> getType()
getType in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public int getJdbcType()
getJdbcType in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public com.datastax.driver.core.UDTValue compose(Object obj)
compose in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public Object decompose(com.datastax.driver.core.UDTValue value)
decompose in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public int getScale(com.datastax.driver.core.UDTValue obj)
getScale in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public int getPrecision(com.datastax.driver.core.UDTValue obj)
getPrecision in class AbstractJdbcType<com.datastax.driver.core.UDTValue>public String toString(com.datastax.driver.core.UDTValue obj)
toString in class AbstractJdbcType<com.datastax.driver.core.UDTValue>Copyright © 2015–2016. All rights reserved.