T
- type of the result of the process(byte[])
method.public interface InfoProcessor<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
InfoProcessor.StatementInfo
Interface for information on a statement.
|
Modifier and Type | Method and Description |
---|---|
T |
process(byte[] infoResponse)
Process an infoResponse block into an object of type T.
|
T process(byte[] infoResponse) throws java.sql.SQLException
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.Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.