org.apache.openjpa.jdbc.meta
Class JavaSQLTypes
java.lang.Object
org.apache.openjpa.meta.JavaTypes
org.apache.openjpa.jdbc.meta.JavaSQLTypes
public class JavaSQLTypes
- extends JavaTypes
Java SQL type constants.
- Author:
- Abe White
Fields inherited from class org.apache.openjpa.meta.JavaTypes |
ARRAY, BIGDECIMAL, BIGINTEGER, BOOLEAN, BOOLEAN_OBJ, BYTE, BYTE_OBJ, CALENDAR, CHAR, CHAR_OBJ, COLLECTION, DATE, DOUBLE, DOUBLE_OBJ, FLOAT, FLOAT_OBJ, INPUT_READER, INPUT_STREAM, INT, INT_OBJ, LOCALE, LONG, LONG_OBJ, MAP, NUMBER, OBJECT, OID, PC, PC_UNTYPED, SHORT, SHORT_OBJ, STRING |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQL_ARRAY
public static final int SQL_ARRAY
- See Also:
- Constant Field Values
ASCII_STREAM
public static final int ASCII_STREAM
- See Also:
- Constant Field Values
BINARY_STREAM
public static final int BINARY_STREAM
- See Also:
- Constant Field Values
BLOB
public static final int BLOB
- See Also:
- Constant Field Values
BYTES
public static final int BYTES
- See Also:
- Constant Field Values
CHAR_STREAM
public static final int CHAR_STREAM
- See Also:
- Constant Field Values
CLOB
public static final int CLOB
- See Also:
- Constant Field Values
SQL_DATE
public static final int SQL_DATE
- See Also:
- Constant Field Values
SQL_OBJECT
public static final int SQL_OBJECT
- See Also:
- Constant Field Values
REF
public static final int REF
- See Also:
- Constant Field Values
TIME
public static final int TIME
- See Also:
- Constant Field Values
TIMESTAMP
public static final int TIMESTAMP
- See Also:
- Constant Field Values
JDBC_DEFAULT
public static final int JDBC_DEFAULT
- See Also:
- Constant Field Values
JavaSQLTypes
public JavaSQLTypes()
getDateTypeCode
public static int getDateTypeCode(Class dtype)
- Return the proper date typecode.
getEmptyValue
public static Object getEmptyValue(int type)
- Return an empty value object for the given type code.
getNonEmptyValue
public static Object getNonEmptyValue(int type)
- Return a non-empty value object for the given type code.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.