thomas blatt

Show:

What's happening?

  • Followup: RE: Change the mapping of datatypes for oracle db

    Hi, a additional info: it seems that sql2java don't knows the oracle datatype NVARCHAR2 wich results in the use of the mapping-rule for Types.OTHER (wich is java.lang.Object). How can I make sql2java know the type NVARCHAR2? grettings thomas.

    2009-02-03 08:00:53 UTC in SQL to Java Code Generator

  • Change the mapping of datatypes for oracle db

    Hi, while generating the sql2java-classes for a oracle db, I got some datatype mappings which seems strange to me, f.e. the java-type java.lang.Object is generated for the db-type NVARCHAR2 which should be mapped into a java.lang.String. I'd like to configure the following mappings: NUMBER(10,0) --> Long NVARCHAR2 --> String Where and how can I change the dataype mappings? (I...

    2009-02-02 22:23:53 UTC in SQL to Java Code Generator

About Me

  • 2009-02-02 (9 months ago)
  • 2385031
  • tblatt (My Site)
  • thomas blatt

Send me a message