public final class PropertyInfo
extends java.lang.Object
This class can only be used within an SQL-J statement, a Java procedure or a server side Java method.
This class can be accessed using the class alias PROPERTYINFO
in SQL-J statements.
Modifier | Constructor | Description |
---|---|---|
private |
PropertyInfo() |
Modifier and Type | Method | Description |
---|---|---|
static void |
setDatabaseProperty(java.lang.String key,
java.lang.String value) |
Set or delete the value of a property of the database on the current connection.
|
public static void setDatabaseProperty(java.lang.String key, java.lang.String value) throws java.sql.SQLException
key
- the property keyvalue
- the new value, if null the property is deleted.java.sql.SQLException
- on errorApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.