public class MySqlBooleanConverter extends Object implements org.jooq.Converter<Byte,Boolean>
| Constructor and Description |
|---|
MySqlBooleanConverter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
from(Byte x) |
Class<Byte> |
fromType() |
Byte |
to(Boolean m) |
Class<Boolean> |
toType() |
Copyright © 2003–2018. All rights reserved.