public class BlobByteArrayType
extends com.querydsl.sql.types.AbstractType<byte[]>
| 构造器和说明 |
|---|
BlobByteArrayType() |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<byte[]> |
getReturnedClass() |
byte[] |
getValue(ResultSet rs,
int startIndex) |
void |
setValue(PreparedStatement st,
int startIndex,
byte[] value) |
public Class<byte[]> getReturnedClass()
public byte[] getValue(ResultSet rs, int startIndex) throws SQLException
SQLExceptionpublic void setValue(PreparedStatement st, int startIndex, byte[] value) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.