public class BytesType extends AbstractType<byte[]>
BytesType
maps byte[] to byte[] on the JDBC levelModifier and Type | Method and Description |
---|---|
Class<byte[]> |
getReturnedClass()
Get the returned type
|
byte[] |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
byte[] value)
Set the object to the statement
|
getLiteral, getSQLTypes
public byte[] getValue(ResultSet rs, int startIndex) throws SQLException
Type
rs
- result setstartIndex
- column index in result setSQLException
public Class<byte[]> getReturnedClass()
Type
public void setValue(PreparedStatement st, int startIndex, byte[] value) throws SQLException
Type
st
- statementstartIndex
- column index in statementvalue
- value to be setSQLException
Copyright © 2007–2016 Querydsl. All rights reserved.