Uses of Class
com.pyranid.StatementLog.Builder
-
Uses of StatementLog.Builder in com.pyranid
Modifier and TypeMethodDescriptionSpecifies the size of the batch operation.StatementLog.Builder.connectionAcquisitionDuration
(Duration connectionAcquisitionDuration) Specifies how long it took to acquire aConnection
from theDataSource
.Specifies the exception that occurred during SQL statement execution.StatementLog.Builder.executionDuration
(Duration executionDuration) Specifies how long it took to execute a SQL statement.static <T> StatementLog.Builder
StatementLog.forStatementContext
(StatementContext<T> statementContext) Creates aStatementLog
builder for the givenstatementContext
.StatementLog.Builder.preparationDuration
(Duration preparationDuration) Specifies how long it took to bind data to aPreparedStatement
.StatementLog.Builder.resultSetMappingDuration
(Duration resultSetMappingDuration) Specifies how long it took to extract data from aResultSet
.