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(@Nullable Duration connectionAcquisitionDuration) Specifies how long it took to acquire aConnectionfrom theDataSource.Specifies the exception that occurred during SQL statement execution.StatementLog.Builder.executionDuration(@Nullable Duration executionDuration) Specifies how long it took to execute a SQL statement.StatementLog.Builder.preparationDuration(@Nullable Duration preparationDuration) Specifies how long it took to bind data to aPreparedStatement.StatementLog.Builder.resultSetMappingDuration(@Nullable Duration resultSetMappingDuration) Specifies how long it took to extract data from aResultSet.static <T> @NonNull StatementLog.BuilderStatementLog.withStatementContext(@NonNull StatementContext<T> statementContext) Creates aStatementLogbuilder for the givenstatementContext.