public class JPBlob extends Object
| Modifier and Type | Method and Description |
|---|---|
ByteArrayBlob |
getBlob() |
byte[] |
getBytes() |
int |
length() |
void |
setBlob(ByteArrayBlob blob) |
void |
setBytes(byte[] data) |
public void setBytes(byte[] data)
public int length()
public byte[] getBytes()
public ByteArrayBlob getBlob() throws SQLException
SQLExceptionpublic void setBlob(ByteArrayBlob blob) throws SQLException
SQLExceptionCopyright © 2017. All rights reserved.