public class TypesUtil
extends java.lang.Object
Constructor and Description |
---|
TypesUtil() |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2003-present Jodd Team