public class MariadbV2EnhancementHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecuteBatchClientInterceptDeclarer()
Gets the parameterless interceptor for the executeBatchClient method of the AbstractQueryProtocol class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecuteBatchClientInterceptDeclarer(DatabaseHandler handler)
Gets the parameterized interceptor of the AbstractQueryProtocol class executeBatchClient method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecuteBatchServerInterceptDeclarer()
Gets the parameterless interceptor for the executeBatchServer method of the AbstractQueryProtocol class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecuteBatchServerInterceptDeclarer(DatabaseHandler handler)
Gets the parameterised interceptor of the AbstractQueryProtocol class executeBatchServer method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecuteBatchStmtInterceptDeclarer()
Gets the parameterless interceptor for the executeBatchStmt method of the AbstractQueryProtocol class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecuteBatchStmtInterceptDeclarer(DatabaseHandler handler)
Gets the parameterized interceptor of the AbstractQueryProtocol class executeBatchStmt method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecutePreparedQueryInterceptDeclarer()
Gets the parameterless interceptor for the executePreparedQuery method of the AbstractQueryProtocol class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecutePreparedQueryInterceptDeclarer(DatabaseHandler handler)
Gets the parameterized interceptor of the AbstractQueryProtocol class executePreparedQuery method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecuteQueryInterceptDeclarer()
Gets the parameterless interceptor for the executeQuery method of the AbstractQueryProtocol class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getExecuteQueryInterceptDeclarer(DatabaseHandler handler)
Gets the parameterized interceptor of the AbstractQueryProtocol class executeQuery method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getPrepareInterceptDeclarer()
Gets the parameterless interceptor for the prepare method of the AbstractQueryProtocol class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getPrepareInterceptDeclarer(DatabaseHandler handler)
Gets the parameterized interceptor of the AbstractQueryProtocol class prepare method
|
static io.sermant.core.plugin.agent.matcher.ClassMatcher |
getQueryProtocolClassMatcher()
Gets the Class Matcher of the AbstractQueryProtocol class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer[] |
getQueryProtocolInterceptDeclarers()
Get the AbstractQueryProtocol class sql to execute an array of parameterless interceptors
|
public static io.sermant.core.plugin.agent.matcher.ClassMatcher getQueryProtocolClassMatcher()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer[] getQueryProtocolInterceptDeclarers()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecuteQueryInterceptDeclarer()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecuteQueryInterceptDeclarer(DatabaseHandler handler)
handler - database custom processorpublic static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecuteBatchClientInterceptDeclarer()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecuteBatchClientInterceptDeclarer(DatabaseHandler handler)
handler - database custom processorpublic static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecuteBatchStmtInterceptDeclarer()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecuteBatchStmtInterceptDeclarer(DatabaseHandler handler)
handler - database custom processorpublic static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecutePreparedQueryInterceptDeclarer()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecutePreparedQueryInterceptDeclarer(DatabaseHandler handler)
handler - database custom processorpublic static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecuteBatchServerInterceptDeclarer()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getExecuteBatchServerInterceptDeclarer(DatabaseHandler handler)
handler - database custom processorpublic static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getPrepareInterceptDeclarer()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getPrepareInterceptDeclarer(DatabaseHandler handler)
handler - database custom processorCopyright © 2025. All rights reserved.