public class SQLWarningFactory
extends java.lang.Object
Constructor and Description |
---|
SQLWarningFactory() |
Modifier and Type | Method and 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.