java数据类型对应postgresql的数据类型

java8 postgreSQL Oracle mysql
1 LocalDate date
2 LocalTime time
3 LocalDateTime timestamp without timezone
4 OffsetDateTime timestamp with timezone
5 String varchar
6 String text
7 Integer int2
8 Integer int4
9 Long int8
10 Float float4
11 Double float8
12 BigDecimal numeric
13 Boolean bool

你可能感兴趣的:(java,postgresql,开发语言)