public class SqlValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static SqlValue |
FALSE |
static SqlValue |
TRUE |
static SqlValue |
TYPE_ERROR |
| Constructor and Description |
|---|
SqlValue(TypeToken typeToken,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TypeToken |
getTypeToken() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
Copyright © 2015. All rights reserved.