public class SqlStatementInfo extends Object
StatementInfo| Modifier and Type | Field and Description | 
|---|---|
String | 
sql  | 
long | 
sqlStatementId  | 
String | 
stack
A printout of the stack trace which represents the code stack
 when the event was created. 
 | 
| Constructor and Description | 
|---|
SqlStatementInfo(String stack,
                long sqlStatementId,
                String sql)  | 
public final long sqlStatementId
public final String sql
public final String stack
Copyright © 2017 Hitachi Vantara. All rights reserved.