| Interface | Description |
|---|---|
| DatabaseStatementParser |
Parses a sql string and returns a
ParsedDatabaseStatement. |
| ExplainPlanExecutor |
| Class | Description |
|---|---|
| CachingDatabaseStatementParser |
Cache a limited number of parsed database statements.
|
| DatabaseService | |
| DatastoreMetrics |
Utility class for sending Datastore metrics.
|
| DefaultDatabaseStatementParser | |
| DefaultExplainPlanExecutor | |
| ParsedDatabaseStatement |
The result of parsing a sql statement.
|
| PreparedStatementExplainPlanExecutor | |
| SqlObfuscator |
The agent can be configured to report raw sql in transaction traces, report no sql at all, or report sql with string
and numeric literals replaced with the ? character.
|