Package org.firebirdsql.gds.ng
Class BlobLengthProcessor
- java.lang.Object
- 
- org.firebirdsql.gds.ng.BlobLengthProcessor
 
- 
- All Implemented Interfaces:
- InfoProcessor<java.lang.Long>
 
 public class BlobLengthProcessor extends java.lang.Object implements InfoProcessor<java.lang.Long> Blob information processor for retrieving blob length.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.firebirdsql.gds.ng.InfoProcessorInfoProcessor.StatementInfo
 
- 
 - 
Constructor SummaryConstructors Constructor Description BlobLengthProcessor(FbBlob blob)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBlobLengthItems()java.lang.Longprocess(byte[] infoResponse)Process an infoResponse block into an object of type T.
 
- 
- 
- 
Constructor Detail- 
BlobLengthProcessorpublic BlobLengthProcessor(FbBlob blob) 
 
- 
 - 
Method Detail- 
processpublic java.lang.Long process(byte[] infoResponse) throws java.sql.SQLExceptionDescription copied from interface:InfoProcessorProcess an infoResponse block into an object of type T.- Specified by:
- processin interface- InfoProcessor<java.lang.Long>
- Parameters:
- infoResponse- byte array containing the server response to an info-request.
- Returns:
- Processed response of type T (usually - but not required - a newly created object).
- Throws:
- java.sql.SQLException- For errors during the infoResponse.
 
 - 
getBlobLengthItemspublic byte[] getBlobLengthItems() 
 
- 
 
-