com.orientechnologies.jdo.types
Class oTypes
java.lang.Object
com.orientechnologies.jdo.types.oTypes
- public class oTypes
- extends java.lang.Object
Internal type enumaration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSHORT
public static final int OSHORT
- See Also:
- Constant Field Values
OUSHORT
public static final int OUSHORT
- See Also:
- Constant Field Values
OLONG
public static final int OLONG
- See Also:
- Constant Field Values
OULONG
public static final int OULONG
- See Also:
- Constant Field Values
OBIGLONG
public static final int OBIGLONG
- See Also:
- Constant Field Values
OFLOAT
public static final int OFLOAT
- See Also:
- Constant Field Values
ODOUBLE
public static final int ODOUBLE
- See Also:
- Constant Field Values
OCHAR
public static final int OCHAR
- See Also:
- Constant Field Values
OBYTE
public static final int OBYTE
- See Also:
- Constant Field Values
OBOOLEAN
public static final int OBOOLEAN
- See Also:
- Constant Field Values
OSTRING
public static final int OSTRING
- See Also:
- Constant Field Values
ODATE
public static final int ODATE
- See Also:
- Constant Field Values
OTIME
public static final int OTIME
- See Also:
- Constant Field Values
OTIMESTAMP
public static final int OTIMESTAMP
- See Also:
- Constant Field Values
OINTERVAL
public static final int OINTERVAL
- See Also:
- Constant Field Values
OREF
public static final int OREF
- See Also:
- Constant Field Values
OARRAY
public static final int OARRAY
- See Also:
- Constant Field Values
OVECTOR
public static final int OVECTOR
- See Also:
- Constant Field Values
OBINARY
public static final int OBINARY
- See Also:
- Constant Field Values
OEMBEDDED
public static final int OEMBEDDED
- See Also:
- Constant Field Values
ODYNAMIC
public static final int ODYNAMIC
- See Also:
- Constant Field Values
OPOINTER
public static final int OPOINTER
- See Also:
- Constant Field Values
oTypes
public oTypes()