public final class SqlCountProcessor extends java.lang.Object implements InfoProcessor<SqlCountHolder>
InfoProcessor.StatementInfo| Constructor and Description | 
|---|
| SqlCountProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getRecordCountInfoItems() | 
| SqlCountHolder | process(byte[] infoResponse)Process an infoResponse block into an object of type T. | 
public SqlCountHolder process(byte[] infoResponse) throws java.sql.SQLException
InfoProcessorprocess in interface InfoProcessor<SqlCountHolder>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.public byte[] getRecordCountInfoItems()
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.