JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
G
I
J
L
P
S
C
ConnectionInterceptor
- Class in
software.amazon.disco.agent.sql
A class for intercepting methods on the JDBC Connection class.
ConnectionInterceptor()
- Constructor for class software.amazon.disco.agent.sql.
ConnectionInterceptor
E
enter(String, String, Connection)
- Static method in class software.amazon.disco.agent.sql.
ConnectionInterceptor
This method is inlined before any calls to prepareStatement or prepareCall, and its purpose is to capture the query string provided as the first argument.
enter(String, String, Statement)
- Static method in class software.amazon.disco.agent.sql.
JdbcExecuteInterceptor
This method is inlined at the beginning of all execute methods matched by
JdbcExecuteInterceptor.buildMethodMatcher()
.
exit(ServiceRequestEvent, PreparedStatement, Throwable)
- Static method in class software.amazon.disco.agent.sql.
ConnectionInterceptor
This method is inlined with a preparation method at the moment it would return or throw a
Throwable
.
exit(ServiceRequestEvent, Object, Throwable)
- Static method in class software.amazon.disco.agent.sql.
JdbcExecuteInterceptor
This method is inlined with an execute method at the moment it would return or throw a
Throwable
.
G
get()
- Method in class software.amazon.disco.agent.sql.
SqlSupport
I
install(AgentBuilder)
- Method in class software.amazon.disco.agent.sql.
ConnectionInterceptor
Installs part of the Disco SQL interception library into a Java program.
install(AgentBuilder)
- Method in class software.amazon.disco.agent.sql.
JdbcExecuteInterceptor
Installs the Disco SQL interception library into a Java program.
J
JdbcExecuteInterceptor
- Class in
software.amazon.disco.agent.sql
This class represents the Disco interception of SQL queries performed using the JDBC.
JdbcExecuteInterceptor()
- Constructor for class software.amazon.disco.agent.sql.
JdbcExecuteInterceptor
L
log
- Static variable in class software.amazon.disco.agent.sql.
ConnectionInterceptor
log
- Static variable in class software.amazon.disco.agent.sql.
JdbcExecuteInterceptor
P
parseQueryFromStatement(Class<?>, Class<?>, Statement, String)
- Static method in class software.amazon.disco.agent.sql.
JdbcExecuteInterceptor
This helper method attempts to get the query string in two ways before giving up and returning null.
S
software.amazon.disco.agent.sql
- package software.amazon.disco.agent.sql
SQL_ORIGIN
- Static variable in class software.amazon.disco.agent.sql.
JdbcExecuteInterceptor
SQL_PREPARE_ORIGIN
- Static variable in class software.amazon.disco.agent.sql.
ConnectionInterceptor
SqlSupport
- Class in
software.amazon.disco.agent.sql
Package definition for the disco-java-agent-sql package.
SqlSupport()
- Constructor for class software.amazon.disco.agent.sql.
SqlSupport
C
E
G
I
J
L
P
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes