protected static class BytesOidType.TnBytesOidImpl extends Object implements Blob
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected byte[] |
_bytes |
| コンストラクタと説明 |
|---|
TnBytesOidImpl(byte[] bytes) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
free() |
InputStream |
getBinaryStream() |
InputStream |
getBinaryStream(long pos,
long length) |
byte[] |
getBytes(long pos,
int length) |
long |
length() |
long |
position(Blob pattern,
long start) |
long |
position(byte[] pattern,
long start) |
OutputStream |
setBinaryStream(long pos) |
int |
setBytes(long pos,
byte[] bytes) |
int |
setBytes(long pos,
byte[] bytes,
int offset,
int len) |
void |
truncate(long len) |
public void free()
throws SQLException
free インタフェース内 BlobSQLExceptionpublic InputStream getBinaryStream() throws SQLException
getBinaryStream インタフェース内 BlobSQLExceptionpublic InputStream getBinaryStream(long pos, long length) throws SQLException
getBinaryStream インタフェース内 BlobSQLExceptionpublic byte[] getBytes(long pos,
int length)
throws SQLException
getBytes インタフェース内 BlobSQLExceptionpublic long length()
throws SQLException
length インタフェース内 BlobSQLExceptionpublic long position(Blob pattern, long start) throws SQLException
position インタフェース内 BlobSQLExceptionpublic long position(byte[] pattern,
long start)
throws SQLException
position インタフェース内 BlobSQLExceptionpublic OutputStream setBinaryStream(long pos) throws SQLException
setBinaryStream インタフェース内 BlobSQLExceptionpublic int setBytes(long pos,
byte[] bytes,
int offset,
int len)
throws SQLException
setBytes インタフェース内 BlobSQLExceptionpublic int setBytes(long pos,
byte[] bytes)
throws SQLException
setBytes インタフェース内 BlobSQLExceptionpublic void truncate(long len)
throws SQLException
truncate インタフェース内 BlobSQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.