Package dk.cloudcreate.essentials.components.foundation.postgresql
package dk.cloudcreate.essentials.components.foundation.postgresql
-
ClassDescriptionThrown by
PostgresqlUtil.checkIsValidTableOrColumnName(String)in case a table or column name is null, empty, matches a reserved keyword, or contains invalid characters.Helper class for setting up the NOTIFY part of the classical Postgresql LISTEN/NOTIFY concept.
See Listen Notify and
SQL Notify Security It is the responsibility of the user of this component to sanitize any table or column names provided to methods in this class to ensure the security of all the SQL statements generated by this component.MultiTableChangeListener<T extends TableChangeNotification>Variant ofListenNotify.listen(Jdbi, String, Duration)that allows you to listen for notifications from multiple tables using a single polling thread Security It is the responsibility of the user of this component to sanitize any table or column names provided to methods in this class to ensure the security of all the SQL statements generated by this component.Log the execution time for SQL statementsRepresents a base notification, which is a change to a given table caused by a specificListenNotify.SqlOperation