public class ByteType extends AbstractNumberType<Byte>
| Modifier and Type | Method and Description |
|---|---|
Class<Byte> |
getReturnedClass()
Get the returned type
|
void |
setValue(PreparedStatement st,
int startIndex,
Byte value)
Set the object to the statement
|
getValuegetLiteral, getSQLTypespublic Class<Byte> getReturnedClass()
Typepublic void setValue(PreparedStatement st, int startIndex, Byte value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2014 Mysema Ltd. All rights reserved.