public abstract class TrafT4Lob extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TrafT4Connection |
connection_ |
protected Object |
data_ |
protected boolean |
isFreed_ |
protected String |
lobHandle_ |
protected int |
lobType |
protected TrafT4OutputStream |
outputStream_ |
| Constructor and Description |
|---|
TrafT4Lob(TrafT4Connection connection,
byte[] data) |
TrafT4Lob(TrafT4Connection connection,
String lobHandle,
Object data,
int type) |
protected String lobHandle_
protected TrafT4Connection connection_
protected boolean isFreed_
protected int lobType
protected Object data_
protected TrafT4OutputStream outputStream_
public TrafT4Lob(TrafT4Connection connection, String lobHandle, Object data, int type) throws SQLException
SQLExceptionpublic TrafT4Lob(TrafT4Connection connection, byte[] data) throws SQLException
SQLExceptionpublic void read()
throws SQLException
SQLExceptionprotected OutputStream setOutputStream(long pos) throws SQLException
SQLExceptionCopyright © 2017. All Rights Reserved.