public class SqlStatementExecuteEvent extends SqlStatementEvent
SqlStatementEvent.Purpose| Modifier and Type | Field and Description | 
|---|---|
long | 
executeNanos  | 
locus, purpose, sql, sqlStatementId| Constructor and Description | 
|---|
SqlStatementExecuteEvent(long timestamp,
                        long statementId,
                        Locus locus,
                        String sql,
                        SqlStatementEvent.Purpose purpose,
                        long executeNanos)
Creates a SqlStatementExecuteEvent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
accept(Visitor<T> visitor)
Dispatches a call to the appropriate  
visit method on
 Visitor. | 
String | 
toString()  | 
getStatementIdpublic SqlStatementExecuteEvent(long timestamp,
                        long statementId,
                        Locus locus,
                        String sql,
                        SqlStatementEvent.Purpose purpose,
                        long executeNanos)
timestamp - TimestampstatementId - Statement idlocus - Locus of eventsql - SQLpurpose - Why Mondrian is executing this statementexecuteNanos - Execution time