public class SQLWarning extends SQLException:
import klyn.databases.sql
warning = SQLWarning("Query used an implicit cast")
print(warning.message)| Modifier and Type | Member | Description |
|---|---|---|
| public property | nextWarningnextWarning as SQLWarning |
Optional next warning in the chain. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | SQLWarningSQLWarning(message as String = "", sqlState as String = "", vendorCode as Int = 0): |
Creates an SQL warning. |