| |
|
| java.lang.Object org.apache.derby.client.am.Lob
All known Subclasses: org.apache.derby.client.am.Clob, org.apache.derby.client.am.Blob,
Constructor Summary | |
protected | Lob(Agent agent) |
ASCII_STREAM | final public static int ASCII_STREAM(Code) | | |
BINARY_STREAM | final public static int BINARY_STREAM(Code) | | |
BINARY_STRING | final public static int BINARY_STRING(Code) | | |
CHARACTER_STREAM | final public static int CHARACTER_STREAM(Code) | | |
STRING | final public static int STRING(Code) | | |
UNICODE_STREAM | final public static int UNICODE_STREAM(Code) | | |
dataType_ | protected int dataType_(Code) | | |
lengthObtained_ | protected boolean lengthObtained_(Code) | | |
sqlLength_ | protected long sqlLength_(Code) | | |
completeLocalCommit | void completeLocalCommit()(Code) | | |
completeLocalRollback | void completeLocalRollback()(Code) | | |
listenToUnitOfWork | public void listenToUnitOfWork()(Code) | | |
materializeStream | protected InputStream materializeStream(InputStream is, String typeDesc) throws SqlException(Code) | | Materialize the given stream into memory and update the internal
length variable.
Parameters: is - stream to use for input Parameters: typeDesc - description of the data type we are inserting,for instance java.sql.Clob a stream whose source is the materialized data throws: SqlException - if the stream exceeds 2 GB, or an error happenswhile reading from the stream |
|
|
|