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
SQLException
int getBufferSize() throws SQLException
SQLException
int getChunkSize() throws SQLException
SQLException
int putBytes(long l, byte[] abyte0) throws SQLException
SQLException
void truncate(long l) throws SQLException
SQLException
void trim(long l) throws SQLException
SQLException
Copyright © 2023 Terracotta, Inc.. All rights reserved.