pirka
IOP-tool Tips

作成した画面のDBアクセス時のデータ型対応表(PostgreSQL)

JDBC:postgresql-8.3-604.jdbc3.jar
DB:PostgreSQL 8.3
PostgreSQLの型IOP-toolの型項目長小数部長ValueObjectの型検索(完全一致)検索(前方一致)新規登録修正登録
smallintNUM5Integer
integerNUM10Long
bigintNUM19Integer
numeric(4)NUM4Integer
numeric(8)NUM8Integer
numeric(16)NUM16BigDecimal
numeric(4,2)NUM42BigDecimal
numeric(8,4)NUM84BigDecimal
numeric(16,8)NUM168BigDecimal
realNUM88BigDecimal
double precisionBigDecimal1717Integer
moneyNUM20BigDecimal××××
character varying(10)STRING10String
character varying(1000)STRING1000String
character(10)STRING10String
character(1000)STRING1000String
textSTRING2147483647String
byteaIMAGE2147483647Integer----
interval(6)STRING496Integer××××
dateDATE13byte[]
booleanBOOLEAN1Boolean
timestamp without time zoneDATE_TIME296Timestamp
timestamp with time zoneDATE_TIME356Timestamp
time without time zoneTIME156Time
time with time zoneTIME216Time
  • イメージ項目byteaは画面に組み込めない

トップ   編集 凍結解除 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2010-10-27 (水) 18:53:25 (4923d)