java.lang.Object
org.firebirdsql.jaybird.parser.StatementIdentification
Statement type identification.
- Since:
- 5
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionTable name, if this is a DML statement (other thanSELECT
).boolean
-
Method Details
-
getStatementType
-
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()
-