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.java.sql.SQLException
- For errors during the infoResponse.Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.