Class StatementIdentification


  • @InternalApi
    public final class StatementIdentification
    extends java.lang.Object
    Statement type identification.
    Since:
    5
    Author:
    Mark Rotteveel
    • Method Detail

      • getTableName

        public java.lang.String getTableName()
        Table name, if this is a DML statement (other than SELECT).
        Returns:
        Table name, null for SELECT and other non-DML statements
      • returningClauseDetected

        public boolean returningClauseDetected()