Hello Daniel,

   For NUMBER(5,2) in Oracle,
      you can use "type=DECIMAL" and "size=5,2".

To see the mapping of torque data type to the respective DB column, you should look at the sql templates in the generator.

Cheers,
YP

Vitzethum, Daniel wrote:

Hallo all,

just a short question as I didn't find anything in the docs:

- Column is defined as NUMBER(5,2) in Oracle.
- What Torque data type is the best? DECIMAL (using Java's BigDecimal),
DOUBLE, FLOAT?
- What value should the size-Attribute in the schema-file be?


Thanks in advance,

Daniel




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to