@InternalApi public final class StatementIdentification extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| LocalStatementType | getStatementType() | 
| java.lang.String | getTableName()Table name, if this is a DML statement (other than  SELECT). | 
| boolean | returningClauseDetected() | 
public LocalStatementType getStatementType()
public java.lang.String getTableName()
SELECT).null for SELECT and other non-DML statementspublic boolean returningClauseDetected()
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.