public class PGBlobOutputStream extends OutputStream
| Constructor and Description |
|---|
PGBlobOutputStream(PGBlob paramBLOB,
int paramInt) |
PGBlobOutputStream(PGBlob paramBLOB,
int paramInt,
long paramLong) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] paramArrayOfByte,
int paramInt1,
int paramInt2) |
void |
write(int paramInt) |
close, flush, writepublic PGBlobOutputStream(PGBlob paramBLOB, int paramInt) throws SQLException
SQLExceptionpublic PGBlobOutputStream(PGBlob paramBLOB, int paramInt, long paramLong) throws SQLException
SQLExceptionpublic void write(int paramInt)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] paramArrayOfByte,
int paramInt1,
int paramInt2)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2023 openGauss. All rights reserved.