public class SQLWarningFactory
extends java.lang.Object
Constructor | Description |
---|---|
SQLWarningFactory() |
Modifier and Type | Method | Description |
---|---|---|
static java.sql.SQLWarning |
newSQLWarning(java.lang.String messageId,
java.lang.Object... args) |
Generates a SQLWarning instance based on the supplied messageId and
arguments.
|
public static java.sql.SQLWarning newSQLWarning(java.lang.String messageId, java.lang.Object... args)
messageId
- A Derby messageId as defined in org.apache.derby.shared.common.reference.SQLState
.args
- Arguments for the warning messageSQLState
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.