public class ScalarTypeBoolean extends Object
This may or may not be a native jdbc type depending on the database and jdbc driver.
| Modifier and Type | Class and Description |
|---|---|
static class |
ScalarTypeBoolean.BitBoolean
The Class BitBoolean converts a JDBC type BIT to a java boolean
|
static class |
ScalarTypeBoolean.BooleanBase |
static class |
ScalarTypeBoolean.IntBoolean
Converted to/from an Integer in the Database.
|
static class |
ScalarTypeBoolean.Native |
static class |
ScalarTypeBoolean.StringBoolean
Converted to/from an Integer in the Database.
|
| Constructor and Description |
|---|
ScalarTypeBoolean() |
Copyright © 2014. All Rights Reserved.