public interface OracleThinBlob
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getBinaryOutputStream() |
int |
getBufferSize() |
int |
getChunkSize() |
int |
putBytes(long l,
byte[] abyte0) |
void |
trim(long l) |
void |
truncate(long l) |
OutputStream getBinaryOutputStream() throws SQLException
SQLExceptionint getBufferSize()
throws SQLException
SQLExceptionint getChunkSize()
throws SQLException
SQLExceptionint putBytes(long l,
byte[] abyte0)
throws SQLException
SQLExceptionvoid truncate(long l)
throws SQLException
SQLExceptionvoid trim(long l) throws SQLException
SQLExceptionCopyright © 2023 Terracotta, Inc.. All rights reserved.