public class AfterExecuteDmlEvent extends ExecuteDmlEvent
source| Constructor and Description |
|---|
AfterExecuteDmlEvent(Statement statement,
long numberOfRowsAffected)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getNumberOfRowsAffected()
Get the number of rows affected by the DML.
|
int |
hashCode() |
getStatementgetSource, toStringpublic AfterExecuteDmlEvent(Statement statement, long numberOfRowsAffected)
statement - the DML statement that was executed.numberOfRowsAffected - the number of rows affected.public long getNumberOfRowsAffected()
public boolean equals(Object o)
equals in class ExecuteDmlEventpublic int hashCode()
hashCode in class ExecuteDmlEventCopyright © 2020 Pivotal Software, Inc.. All rights reserved.