public final class BlobLengthProcessor extends java.lang.Object implements InfoProcessor<java.lang.Long>
InfoProcessor.StatementInfo
Constructor and Description |
---|
BlobLengthProcessor() |
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 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.InfoTruncatedException
- (optional) if infoResponse
is truncated and this processor could not recover by itselfjava.sql.SQLException
- for errors during processing the infoResponse.public byte[] getBlobLengthItems()
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.