Uses of Class
com.pyranid.StatementLog.Builder
-
Uses of StatementLog.Builder in com.pyranid
Methods in com.pyranid that return StatementLog.BuilderModifier and TypeMethodDescriptionSpecifies the size of the batch operation.StatementLog.Builder.connectionAcquisitionDuration(Duration connectionAcquisitionDuration) Specifies how long it took to acquire aConnectionfrom 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.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.static <T> StatementLog.BuilderStatementLog.withStatementContext(StatementContext<T> statementContext) Creates aStatementLogbuilder for the givenstatementContext.