Closed GoogleCodeExporter closed 9 years ago
Hi!
There is no "Text" data type for JDBC type. The best data type in JDBC type for text/string is CHAR/ VARCHAR/ LONGVARCHAR/ CLOB which can be supported to related Java type. check this for more detail info on mapping of JDBC type. https://db.apache.org/ojb/docu/guides/jdbc-types.html http://docs.oracle.com/javase/6/docs/technotes/guides/jdbc/getstart/mapping.html#table1
So using 'Power Architect' you can select either LONGVARCHAR or CLOB to support TEXT data type of PostgreSQL.
Hope this will help you!
-Kirti
Original issue reported on code.google.com by
fer...@gmail.com
on 15 Aug 2012 at 2:06