T - Type of the result of the process(byte[]) method.public interface InfoProcessor<T>
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | InfoProcessor.StatementInfoInterface for information on a statement. | 
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.