Package org.firebirdsql.jdbc.parser
Class StatementIdentification
- java.lang.Object
- 
- org.firebirdsql.jdbc.parser.StatementIdentification
 
- 
 @InternalApi public final class StatementIdentification extends java.lang.Object Statement type identification.- Since:
- 4.0.8
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalStatementTypegetStatementType()java.lang.StringgetTableName()Table name, if this is a DML statement (other thanSELECT).booleanreturningClauseDetected()
 
- 
- 
- 
Method Detail- 
getStatementTypepublic LocalStatementType getStatementType() 
 - 
getTableNamepublic java.lang.String getTableName() Table name, if this is a DML statement (other thanSELECT).- Returns:
- Table name, nullforSELECTand other non-DML statements
 
 - 
returningClauseDetectedpublic boolean returningClauseDetected() 
 
- 
 
-