public final class StatementInfoProcessor extends java.lang.Object implements InfoProcessor<InfoProcessor.StatementInfo>
AbstractFbStatement.getStatementInfoRequestItems()
and AbstractFbStatement.getParameterDescriptionInfoRequestItems()
.Constructor and Description |
---|
StatementInfoProcessor(AbstractFbStatement statement,
FbDatabase database)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
InfoProcessor.StatementInfo |
process(byte[] infoResponse)
Process an infoResponse block into an object of type T.
|
public StatementInfoProcessor(AbstractFbStatement statement, FbDatabase database)
statement
- Statement objectdatabase
- Database objectpublic InfoProcessor.StatementInfo process(byte[] infoResponse) throws java.sql.SQLException
InfoProcessor
process
in interface InfoProcessor<InfoProcessor.StatementInfo>
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.