Class Summary |
BigDecimalValue |
This class represents a BigDecimal value used by the SQL tags. |
BooleanValue |
This class represents a boolean value used by the SQL tags. |
BytesValue |
This class represents a byte[] value used by the SQL tags. |
ByteValue |
This class represents a byte value used by the SQL tags. |
DateValue |
This class represents a java.sql.Date value used by the SQL tags. |
DoubleValue |
This class represents a double value used by the SQL tags. |
FloatValue |
This class represents a float value used by the SQL tags. |
IntValue |
This class represents a int value used by the SQL tags. |
LongValue |
This class represents a long value used by the SQL tags. |
ObjectValue |
This class represents an Object value used by the SQL tags. |
ShortValue |
This class represents a short value used by the SQL tags. |
StringValue |
This class represents a String value used by the SQL tags. |
TimestampValue |
This class represents a Timestamp value used by the SQL tags. |
TimeValue |
This class represents a Time value used by the SQL tags. |