| Package | Description |
|---|---|
| com.sun.gjc.spi.base | |
| com.sun.gjc.spi.jdbc30 | |
| com.sun.gjc.spi.jdbc40 | |
| com.sun.gjc.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatementWrapper
Abstract class for wrapping PreparedStatement
|
class |
PreparedStatementWrapper
Abstract class for wrapping PreparedStatement
|
class |
StatementWrapper
Abstract class for wrapping Statement
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatementWrapper30
Wrapper for JDBC 3.0 CallableStatement
|
class |
PreparedStatementWrapper30
Wrapper for JDBC 3.0 PreparedStatement
|
class |
StatementWrapper30
Wrapper for JDBC 3.0 Statement
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatementWrapper40
Wrapper for JDBC 4.0 CallableStatement
|
class |
PreparedStatementWrapper40
Wrapper for JDBC 4.0 PreparedStatement
|
class |
StatementWrapper40
Wrapper for JDBC 4.0 Statement
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatementLeakDetector.startStatementLeakTracing(Statement stmt,
StatementLeakListener listener)
Starts statement leak tracing
|
void |
StatementLeakDetector.stopStatementLeakTracing(Statement stmt,
StatementLeakListener listener)
Stops statement leak tracing
|
Copyright © 2019. All rights reserved.