public class BlobLengthProcessor extends java.lang.Object implements InfoProcessor<java.lang.Long>
InfoProcessor.StatementInfo
Constructor and Description |
---|
BlobLengthProcessor(FbBlob blob) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBlobLengthItems() |
java.lang.Long |
process(byte[] infoResponse)
Process an infoResponse block into an object of type T.
|
public BlobLengthProcessor(FbBlob blob)
public java.lang.Long process(byte[] infoResponse) throws java.sql.SQLException
InfoProcessor
process
in interface InfoProcessor<java.lang.Long>
infoResponse
- byte array containing the server response to an info-request.java.sql.SQLException
- For errors during the infoResponse.public byte[] getBlobLengthItems()
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.