Uses of Class
io.r2dbc.proxy.support.QueryExecutionInfoFormatter
Packages that use QueryExecutionInfoFormatter
-
Uses of QueryExecutionInfoFormatter in io.r2dbc.proxy.support
Methods in io.r2dbc.proxy.support that return QueryExecutionInfoFormatterModifier and TypeMethodDescriptionQueryExecutionInfoFormatter.addConsumer
(BiConsumer<QueryExecutionInfo, StringBuilder> consumer) QueryExecutionInfoFormatter.boundValue
(BiConsumer<BoundValue, StringBuilder> onBoundValue) Set a consumer for convertingBoundValue
.Set a delimiter between each consumerQueryExecutionInfoFormatter.indexBindings
(BiConsumer<SortedSet<Binding>, StringBuilder> onIndexBindings) QueryExecutionInfoFormatter.namedBindings
(BiConsumer<SortedSet<Binding>, StringBuilder> onNamedBindings) QueryExecutionInfoFormatter.newLine()
Change the linestatic QueryExecutionInfoFormatter
QueryExecutionInfoFormatter.showAll()
Create aQueryExecutionInfoFormatter
which writes out all attributes onQueryExecutionInfo
.QueryExecutionInfoFormatter.showBatchSize()
Show batch size with default format.QueryExecutionInfoFormatter.showBindings()
Show bindings with default format.QueryExecutionInfoFormatter.showBindingsSize()
Show binding size with default format.QueryExecutionInfoFormatter.showConnection()
Show connection information with default format.QueryExecutionInfoFormatter.showQuery()
Show query with default format.QueryExecutionInfoFormatter.showSuccess()
Show query success with default format.QueryExecutionInfoFormatter.showThread()
Show thread information with default format.QueryExecutionInfoFormatter.showTime()
Show query execution duration with default format.QueryExecutionInfoFormatter.showTransaction()
Show transaction information with default format.QueryExecutionInfoFormatter.showType()
Show statement type(batch or statement) with default format.