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

相關文章
相關標籤/搜索