|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.db.type.TypesUtil
public class TypesUtil
Some java.sql.Types utilities.
| Constructor Summary | |
|---|---|
TypesUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
isIntegerType(int type)
Returns true if type is some integer-like type: INTEGER, SMALLINT, TINYINT, BIT. |
static boolean |
isStringType(int type)
Returns true if type is some string-like type: CHAR, VARCHAR. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypesUtil()
| Method Detail |
|---|
public static boolean isIntegerType(int type)
true if type is some integer-like type: INTEGER, SMALLINT, TINYINT, BIT.
public static boolean isStringType(int type)
true if type is some string-like type: CHAR, VARCHAR.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||