org.apache.tuscany.das.rdb.impl
Class SDODataTypes
java.lang.Object
org.apache.tuscany.das.rdb.impl.SDODataTypes
public class SDODataTypes
- extends java.lang.Object
Defines SDO data types. This is used primalirly to type stored procedure OUT parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_HELPER
public static final commonj.sdo.helper.TypeHelper TYPE_HELPER
BOOLEAN
public static final commonj.sdo.Type BOOLEAN
BOOLEAN_STR
public static final java.lang.String BOOLEAN_STR
- See Also:
- Constant Field Values
BYTE
public static final commonj.sdo.Type BYTE
BYTE_STR
public static final java.lang.String BYTE_STR
- See Also:
- Constant Field Values
BYTES
public static final commonj.sdo.Type BYTES
BYTES_STR
public static final java.lang.String BYTES_STR
- See Also:
- Constant Field Values
CHARACTER
public static final commonj.sdo.Type CHARACTER
CHARACTER_STR
public static final java.lang.String CHARACTER_STR
- See Also:
- Constant Field Values
DATE
public static final commonj.sdo.Type DATE
DATE_STR
public static final java.lang.String DATE_STR
- See Also:
- Constant Field Values
DATETIME
public static final commonj.sdo.Type DATETIME
DATETIME_STR
public static final java.lang.String DATETIME_STR
- See Also:
- Constant Field Values
DAY
public static final commonj.sdo.Type DAY
DAY_STR
public static final java.lang.String DAY_STR
- See Also:
- Constant Field Values
DECIMAL
public static final commonj.sdo.Type DECIMAL
DECIMAL_STR
public static final java.lang.String DECIMAL_STR
- See Also:
- Constant Field Values
DOUBLE
public static final commonj.sdo.Type DOUBLE
DOUBLE_STR
public static final java.lang.String DOUBLE_STR
- See Also:
- Constant Field Values
DURATION
public static final commonj.sdo.Type DURATION
DURATION_STR
public static final java.lang.String DURATION_STR
- See Also:
- Constant Field Values
FLOAT
public static final commonj.sdo.Type FLOAT
FLOAT_STR
public static final java.lang.String FLOAT_STR
- See Also:
- Constant Field Values
INT
public static final commonj.sdo.Type INT
INT_STR
public static final java.lang.String INT_STR
- See Also:
- Constant Field Values
INTEGER
public static final commonj.sdo.Type INTEGER
INTEGER_STR
public static final java.lang.String INTEGER_STR
- See Also:
- Constant Field Values
LONG
public static final commonj.sdo.Type LONG
LONG_STR
public static final java.lang.String LONG_STR
- See Also:
- Constant Field Values
MONTH
public static final commonj.sdo.Type MONTH
MONTH_STR
public static final java.lang.String MONTH_STR
- See Also:
- Constant Field Values
MONTHDAY
public static final commonj.sdo.Type MONTHDAY
MONTHDAY_STR
public static final java.lang.String MONTHDAY_STR
- See Also:
- Constant Field Values
OBJECT
public static final commonj.sdo.Type OBJECT
OBJECT_STR
public static final java.lang.String OBJECT_STR
- See Also:
- Constant Field Values
SHORT
public static final commonj.sdo.Type SHORT
SHORT_STR
public static final java.lang.String SHORT_STR
- See Also:
- Constant Field Values
STRING
public static final commonj.sdo.Type STRING
STRING_STR
public static final java.lang.String STRING_STR
- See Also:
- Constant Field Values
STRINGS
public static final commonj.sdo.Type STRINGS
STRINGS_STR
public static final java.lang.String STRINGS_STR
- See Also:
- Constant Field Values
TIME
public static final commonj.sdo.Type TIME
TIME_STR
public static final java.lang.String TIME_STR
- See Also:
- Constant Field Values
URI
public static final commonj.sdo.Type URI
URI_STR
public static final java.lang.String URI_STR
- See Also:
- Constant Field Values
YEAR
public static final commonj.sdo.Type YEAR
YEAR_STR
public static final java.lang.String YEAR_STR
- See Also:
- Constant Field Values
YEARMONTH
public static final commonj.sdo.Type YEARMONTH
YEARMONTH_STR
public static final java.lang.String YEARMONTH_STR
- See Also:
- Constant Field Values
YEARMONTHDAY
public static final commonj.sdo.Type YEARMONTHDAY
YEARMONTHDAY_STR
public static final java.lang.String YEARMONTHDAY_STR
- See Also:
- Constant Field Values
BOOLEANOBJECT
public static final commonj.sdo.Type BOOLEANOBJECT
BOOLEANOBJECT_STR
public static final java.lang.String BOOLEANOBJECT_STR
- See Also:
- Constant Field Values
BYTEOBJECT
public static final commonj.sdo.Type BYTEOBJECT
BYTEOBJECT_STR
public static final java.lang.String BYTEOBJECT_STR
- See Also:
- Constant Field Values
CHARACTEROBJECT
public static final commonj.sdo.Type CHARACTEROBJECT
CHARACTEROBJECT_STR
public static final java.lang.String CHARACTEROBJECT_STR
- See Also:
- Constant Field Values
DOUBLEOBJECT
public static final commonj.sdo.Type DOUBLEOBJECT
DOUBLEOBJECT_STR
public static final java.lang.String DOUBLEOBJECT_STR
- See Also:
- Constant Field Values
FLOATOBJECT
public static final commonj.sdo.Type FLOATOBJECT
FLOATOBJECT_STR
public static final java.lang.String FLOATOBJECT_STR
- See Also:
- Constant Field Values
INTEGEROBJECT
public static final commonj.sdo.Type INTEGEROBJECT
INTEGEROBJECT_STR
public static final java.lang.String INTEGEROBJECT_STR
- See Also:
- Constant Field Values
LONGOBJECT
public static final commonj.sdo.Type LONGOBJECT
LONGOBJECT_STR
public static final java.lang.String LONGOBJECT_STR
- See Also:
- Constant Field Values
SHORTOBJECT
public static final commonj.sdo.Type SHORTOBJECT
SHORTOBJECT_STR
public static final java.lang.String SHORTOBJECT_STR
- See Also:
- Constant Field Values
SDODataTypes
public SDODataTypes()
Copyright © 2007 Apache Software Foundation. All Rights Reserved.