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