org.apache.ws.jaxme.sqls
public static class Value.Type extends Object
Field Summary | |
---|---|
static Value.Type | BOOLEAN |
static Value.Type | BYTE |
static Value.Type | DATE |
static Value.Type | DATETIME |
static Value.Type | DOUBLE |
static Value.Type | FLOAT |
static Value.Type | INT |
static Value.Type | LONG |
static Value.Type | NULL |
static Value.Type | PLACEHOLDER |
static Value.Type | SHORT |
static Value.Type | STRING |
static Value.Type | TIME |
Constructor Summary | |
---|---|
protected | Type(String pName) |
Method Summary | |
---|---|
boolean | equals(Object o) |
String | getName() |
int | hashCode() |
String | toString() |