文件名称: p6spy-3.9.1.jar中文-英文对照文档.zip
<dependency>
<groupId>p6spy</groupId>
<artifactId>p6spy</artifactId>
<version>3.9.1</version>
</dependency>Gradle:
implementation group: 'p6spy', name: 'p6spy', version: '3.9.1'
Gradle (Short):
implementation 'p6spy:p6spy:3.9.1'
Gradle (Kotlin):
implementation("p6spy:p6spy:3.9.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.p6spy.engine.common
com.p6spy.engine.event
com.p6spy.engine.logging
com.p6spy.engine.logging.format
com.p6spy.engine.outage
com.p6spy.engine.spy
com.p6spy.engine.spy.appender
com.p6spy.engine.spy.option
com.p6spy.engine.wrappercom.p6spy.engine.common.CallableStatementInformation
com.p6spy.engine.common.ClassHasher
com.p6spy.engine.common.ConnectionInformation
com.p6spy.engine.common.CustomHashedHashSet
com.p6spy.engine.common.Hasher
com.p6spy.engine.common.Loggable
com.p6spy.engine.common.P6LogQuery
com.p6spy.engine.common.P6Util
com.p6spy.engine.common.PreparedStatementInformation
com.p6spy.engine.common.ResultSetInformation
com.p6spy.engine.common.StatementInformation
com.p6spy.engine.common.Value
com.p6spy.engine.event.CompoundJdbcEventListener
com.p6spy.engine.event.DefaultEventListener
com.p6spy.engine.event.JdbcEventListener
com.p6spy.engine.event.SimpleJdbcEventListener
com.p6spy.engine.logging.Category
com.p6spy.engine.logging.ErrorLoggingEventListener
com.p6spy.engine.logging.LoggingEventListener
com.p6spy.engine.logging.P6LogFactory
com.p6spy.engine.logging.P6LogLoadableOptions
com.p6spy.engine.logging.P6LogOptions
com.p6spy.engine.logging.P6LogOptionsMBean
com.p6spy.engine.logging.format.BinaryFormat
com.p6spy.engine.logging.format.HexEncodedBinaryFormat
com.p6spy.engine.logging.format.MySQLBinaryFormat
com.p6spy.engine.logging.format.PostgreSQLBinaryFormat
com.p6spy.engine.outage.OutageJdbcEventListener
com.p6spy.engine.outage.P6OutageDetector
com.p6spy.engine.outage.P6OutageFactory
com.p6spy.engine.outage.P6OutageLoadableOptions
com.p6spy.engine.outage.P6OutageOptions
com.p6spy.engine.outage.P6OutageOptionsMBean
com.p6spy.engine.spy.DefaultJdbcEventListenerFactory
com.p6spy.engine.spy.JdbcEventListenerFactory
com.p6spy.engine.spy.P6Core
com.p6spy.engine.spy.P6DataSource
com.p6spy.engine.spy.P6DataSourceFactory
com.p6spy.engine.spy.P6DriverManagerDataSource
com.p6spy.engine.spy.P6DriverNotFoundError
com.p6spy.engine.spy.P6Factory
com.p6spy.engine.spy.P6LoadableOptions
com.p6spy.engine.spy.P6MBeansRegistry
com.p6spy.engine.spy.P6ModuleManager
com.p6spy.engine.spy.P6PooledConnection
com.p6spy.engine.spy.P6SpyDriver
com.p6spy.engine.spy.P6SpyFactory
com.p6spy.engine.spy.P6SpyLoadableOptions
com.p6spy.engine.spy.P6SpyOptions
com.p6spy.engine.spy.P6SpyOptionsMBean
com.p6spy.engine.spy.P6XAConnection
com.p6spy.engine.spy.SpyDotPropertiesReloadChangedListener
com.p6spy.engine.spy.appender.BatchFileLogger
com.p6spy.engine.spy.appender.CustomLineFormat
com.p6spy.engine.spy.appender.FileLogger
com.p6spy.engine.spy.appender.FormattedLogger
com.p6spy.engine.spy.appender.MessageFormattingStrategy
com.p6spy.engine.spy.appender.MultiLineFormat
com.p6spy.engine.spy.appender.P6Logger
com.p6spy.engine.spy.appender.SingleLineFormat
com.p6spy.engine.spy.appender.Slf4JLogger
com.p6spy.engine.spy.appender.StdoutLogger
com.p6spy.engine.spy.option.EnvironmentVariables
com.p6spy.engine.spy.option.P6OptionChangedListener
com.p6spy.engine.spy.option.P6OptionsRepository
com.p6spy.engine.spy.option.P6OptionsSource
com.p6spy.engine.spy.option.SpyDotProperties
com.p6spy.engine.spy.option.SpyDotPropertiesReloader
com.p6spy.engine.spy.option.SystemProperties
com.p6spy.engine.wrapper.AbstractWrapper
com.p6spy.engine.wrapper.CallableStatementWrapper
com.p6spy.engine.wrapper.ConnectionWrapper
com.p6spy.engine.wrapper.P6Proxy
com.p6spy.engine.wrapper.PreparedStatementWrapper
com.p6spy.engine.wrapper.ResultSetWrapper
com.p6spy.engine.wrapper.StatementWrapper