klyn.databases.sql.postgresql.PostgreSQLConnection.clearWarnings
method
public clearWarnings() as Void:
Description

Clears the warning associated with this connection.

import klyn.databases.sql
import klyn.databases.sql.postgresql

connection as Connection = PostgreSQLConnection()
connection.clearWarnings()