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