net.israfil.foundation.mock.sql
Class DBTypeGroup
java.lang.Object
net.israfil.foundation.mock.sql.DBTypeGroup
public class DBTypeGroup
- extends java.lang.Object
A database type for use within the MockResultSet
- Author:
- Christian Edward Gruber
|
Constructor Summary |
DBTypeGroup(int value,
java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Time
public static final int Time
- See Also:
- Constant Field Values
Number
public static final int Number
- See Also:
- Constant Field Values
String
public static final int String
- See Also:
- Constant Field Values
Complex
public static final int Complex
- See Also:
- Constant Field Values
Other
public static final int Other
- See Also:
- Constant Field Values
types
public static final DBTypeGroup[] types
value
public final int value
name
public final java.lang.String name
DBTypeGroup
public DBTypeGroup(int value,
java.lang.String name)
valueOf
public static DBTypeGroup valueOf(java.lang.String name)
Copyright © 2003-2006. All Rights Reserved.