cvs diff TypeMap.java (in directory D:\CVS_projects\repositoryJakarta\jakarta-turbine-torque\src\java\org\apache\torque\engine\database\model\)
Index: TypeMap.java
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/src/java/org/apache/torque/engine/database/model/TypeMap.java,v
retrieving revision 1.3
diff -r1.3 TypeMap.java
61a62
> import java.lang.Integer;
78c79
<  * <pre>
---
>  *
107d107
<  * </pre>
110c110
<  * @version $Id: TypeMap.java,v 1.3 2001/11/24 17:53:09 mpoeschl Exp $
---
>  * @version $Id: TypeMap.java,v 1.1.1.1 2001/08/02 05:08:32 jvanzyl Exp $
174,180c174,180
<     public static final String TINYINT_NATIVE_TYPE = "byte";
<     public static final String SMALLINT_NATIVE_TYPE = "short";
<     public static final String INTEGER_NATIVE_TYPE = "int";
<     public static final String BIGINT_NATIVE_TYPE = "long";
<     public static final String REAL_NATIVE_TYPE = "float";
<     public static final String FLOAT_NATIVE_TYPE = "double";
<     public static final String DOUBLE_NATIVE_TYPE = "double";
---
>     public static final String TINYINT_NATIVE_TYPE = "Byte"; //byte
>     public static final String SMALLINT_NATIVE_TYPE = "Short"; //short
>     public static final String INTEGER_NATIVE_TYPE = "Integer"; //int
>     public static final String BIGINT_NATIVE_TYPE = "Long"; //long
>     public static final String REAL_NATIVE_TYPE = "Float"; //float
>     public static final String FLOAT_NATIVE_TYPE = "Double"; //double
>     public static final String DOUBLE_NATIVE_TYPE = "Double"; //double
198,204c198,204
<     public static final String TINYINT_VILLAGE_METHOD = "asByte()";
<     public static final String SMALLINT_VILLAGE_METHOD = "asShort()";
<     public static final String INTEGER_VILLAGE_METHOD = "asInt()";
<     public static final String BIGINT_VILLAGE_METHOD = "asLong()";
<     public static final String REAL_VILLAGE_METHOD = "asFloat()";
<     public static final String FLOAT_VILLAGE_METHOD = "asDouble()";
<     public static final String DOUBLE_VILLAGE_METHOD = "asDouble()";
---
>     public static final String TINYINT_VILLAGE_METHOD = "asByteObj()"; //asByte()
>     public static final String SMALLINT_VILLAGE_METHOD = "asShortObj()"; //asShort()
>     public static final String INTEGER_VILLAGE_METHOD = "asIntegerObj()"; //asInt()
>     public static final String BIGINT_VILLAGE_METHOD = "asLongObj()"; //asLong()
>     public static final String REAL_VILLAGE_METHOD = "asFloatObj()"; //asFloat()
>     public static final String FLOAT_VILLAGE_METHOD = "asDoubleObj()"; //asDouble()
>     public static final String DOUBLE_VILLAGE_METHOD = "asDoubleObj()"; //asDouble()
446c446,448
<         // Make sure the we are initialized.
---
>         /*
>          * Make sure the we are initialized.
>          */
455c457,458
<      * JDBC type provided. Use in the base object class generation.
---
>      * JDBC type provided. Use in the base object class
>      * generation.
459c462,464
<         // Make sure the we are initialized.
---
>         /*
>          * Make sure the we are initialized.
>          */
468c473,474
<      * JDBC type provided. Use in the Peer class generation.
---
>      * JDBC type provided. Use in the Peer class
>      * generation.
472c478,480
<         // Make sure the we are initialized.
---
>         /*
>          * Make sure the we are initialized.
>          */
481c489,490
<      * JDBC type provided. Use in the Object class generation.
---
>      * JDBC type provided. Use in the Object class
>      * generation.
485c494,496
<         // Make sure the we are initialized.
---
>         /*
>          * Make sure the we are initialized.
>          */
497c508,510
<         // Make sure the we are initialized.
---
>         /*
>          * Make sure the we are initialized.
>          */
510c523,525
<         // Make sure the we are initialized.
---
>          /*
>          * Make sure the we are initialized.
>          */
557a573,574
> 
> 

*****CVS exited normally with code 1*****


