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