Uses of Class
com.pyranid.StatementLog
-
Uses of StatementLog in com.pyranid
Methods in com.pyranid that return StatementLogModifier and TypeMethodDescription@NonNull StatementLogStatementLog.Builder.build()Constructs aStatementLoginstance.Methods in com.pyranid with parameters of type StatementLogModifier and TypeMethodDescriptiondefault voidMetricsCollector.didExecuteStatement(@NonNull StatementContext<?> ctx, @NonNull StatementLog<?> statementLog, @NonNull StatementResult result) Called after Pyranid successfully executes a statement.default voidMetricsCollector.didFailToExecuteStatement(@NonNull StatementContext<?> ctx, @NonNull StatementLog<?> statementLog, @NonNull DatabaseType databaseType, @NonNull Throwable throwable) Called after Pyranid fails to execute a statement.voidStatementLogger.log(@NonNull StatementLog statementLog) Performs a logging operation on the givenstatementLog.