Package org.firebirdsql.jaybird.parser
Class StatementIdentification
- java.lang.Object
-
- org.firebirdsql.jaybird.parser.StatementIdentification
-
@InternalApi public final class StatementIdentification extends java.lang.Object
Statement type identification.- Since:
- 5
- Author:
- Mark Rotteveel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalStatementType
getStatementType()
java.lang.String
getTableName()
Table name, if this is a DML statement (other thanSELECT
).boolean
returningClauseDetected()
-
-
-
Method Detail
-
getStatementType
public LocalStatementType getStatementType()
-
getTableName
public java.lang.String getTableName()
Table name, if this is a DML statement (other thanSELECT
).- Returns:
- Table name,
null
forSELECT
and other non-DML statements
-
returningClauseDetected
public boolean returningClauseDetected()
-
-