public class ExecutionPlanProcessor extends java.lang.Object implements InfoProcessor<java.lang.String>
InfoProcessor.StatementInfo
Constructor and Description |
---|
ExecutionPlanProcessor(FbStatement statement) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDescribePlanInfoItems()
Get the byte array with the describe plan info items as supported by this processor, for use with
FbStatement.getSqlInfo(byte[], int, InfoProcessor) or FbStatement.getSqlInfo(byte[], int) . |
java.lang.String |
process(byte[] buffer)
Process an infoResponse block into an object of type T.
|
public ExecutionPlanProcessor(FbStatement statement)
public java.lang.String process(byte[] buffer) throws java.sql.SQLException
InfoProcessor
process
in interface InfoProcessor<java.lang.String>
buffer
- byte array containing the server response to an info-request.java.sql.SQLException
- For errors during the infoResponse.public byte[] getDescribePlanInfoItems()
FbStatement.getSqlInfo(byte[], int, InfoProcessor)
or FbStatement.getSqlInfo(byte[], int)
.Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.