postgresql+java数据类型对照

网上搜了不少都不理想,这里总结的一部分是官网的文档,一部分是网上的,大致没问题ci

PostgreSQL™                 Java SE 8文档

date            LocalDateit

time            LocalTimedate

timestamp  without timezone  LocalDateTimefloat

timestamp with timezone       OffsetDateTimeim

 

varchar       String 总结

text             String time

int2             Integerarc

int4             Integer

int8             Long

float4          Float

float8          Double

numeric      BigDecimal

bool            Boolean

相关文章
相关标签/搜索