Package org.postgresql.jdbc
Class AbstractBlobClob.LOIterator
java.lang.Object
org.postgresql.jdbc.AbstractBlobClob.LOIterator
- Enclosing class:
AbstractBlobClob
Iterates over a large object returning byte values. Will buffer the data from the large object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private static final int
private int
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BUFFER_SIZE
private static final int BUFFER_SIZE- See Also:
-
buffer
private final byte[] buffer -
idx
private int idx -
numBytes
private int numBytes
-
-
Constructor Details
-
LOIterator
LOIterator(long start) throws SQLException - Throws:
SQLException
-
-
Method Details
-
hasNext
- Throws:
SQLException
-
next
private byte next()
-