public class ShortType extends NumericType
Short values. Please use the singleton DataTypes.ShortType.
| Modifier and Type | Method and Description |
|---|---|
static String |
catalogString() |
int |
defaultSize()
The default size of a value of the ShortType is 2 bytes.
|
static String |
json() |
static String |
prettyJson() |
String |
simpleString() |
static String |
sql() |
static String |
typeName() |
catalogString, equalsStructurally, fromJson, json, prettyJson, sql, typeNamepublic static String typeName()
public static String json()
public static String prettyJson()
public static String catalogString()
public static String sql()
public int defaultSize()
public String simpleString()