Package org.firebirdsql.gds.ng
Interface InfoProcessor.StatementInfo
- 
- Enclosing interface:
- InfoProcessor<T>
 
 public static interface InfoProcessor.StatementInfoInterface for information on a statement.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RowDescriptorgetFields()RowDescriptorgetParameters()StatementTypegetStatementType()
 
- 
- 
- 
Method Detail- 
getStatementTypeStatementType getStatementType() - Returns:
- The Statement Type
 
 - 
getFieldsRowDescriptor getFields() - Returns:
- RowDescriptor of the fields of the statement, never null
 
 - 
getParametersRowDescriptor getParameters() - Returns:
- RowDescriptor of the parameters of the statement, never null
 
 
- 
 
-