public class ColumnTypes extends Object
Column
implementations are
suitable for what SQL types.
The Types
class enumerates all the SQL types supported by the
JDBC. These types are exposed on the ResultSetMetaData
class.
By inspecting these values, hrorm can attempt to determine if the types of the
database are correct for the mappings it intends to do.
Modifier and Type | Field and Description |
---|---|
static Set<Integer> |
BooleanTypes |
static Set<Integer> |
DecimalTypes |
static Set<Integer> |
InstantTypes |
static Set<Integer> |
IntegerTypes |
static Set<Integer> |
StringTypes |
Constructor and Description |
---|
ColumnTypes() |
Copyright © 2019. All rights reserved.