Uses of Interface
io.r2dbc.proxy.core.StatementInfo
Packages that use StatementInfo
Package
Description
Proxy related classes
Domain classes
Listener classes
Utility classes for testing
-
Uses of StatementInfo in io.r2dbc.proxy.callback
Methods in io.r2dbc.proxy.callback with parameters of type StatementInfoModifier and TypeMethodDescriptionProxyFactory.wrapStatement
(Statement statement, StatementInfo statementInfo, ConnectionInfo connectionInfo) Create a proxyStatement
.Constructors in io.r2dbc.proxy.callback with parameters of type StatementInfoModifierConstructorDescriptionStatementCallbackHandler
(Statement statement, StatementInfo statementInfo, ConnectionInfo connectionInfo, ProxyConfig proxyConfig) -
Uses of StatementInfo in io.r2dbc.proxy.core
Methods in io.r2dbc.proxy.core that return StatementInfoModifier and TypeMethodDescriptionBindInfo.getStatementInfo()
GetStatementInfo
where bind operation has happened. -
Uses of StatementInfo in io.r2dbc.proxy.listener
Methods in io.r2dbc.proxy.listener with parameters of type StatementInfoModifier and TypeMethodDescriptiondefault String
BindParameterConverter.onCreateStatement
(String query, StatementInfo info) Convert the given query to another one atConnection.createStatement(String)
. -
Uses of StatementInfo in io.r2dbc.proxy.test
Classes in io.r2dbc.proxy.test that implement StatementInfo