Documentation of 'org.apache.derby.iapi.db.PropertyInfo' Java class
PropertyInfo
org.apache.derby.iapi.db

Class PropertyInfo



  • public final class PropertyInfo
    extends java.lang.Object
    PropertyInfo is a class with static methods that set properties associated with a database.

    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.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setDatabaseProperty

        public static void setDatabaseProperty(java.lang.String key,
                                               java.lang.String value)
                                        throws java.sql.SQLException
        Set or delete the value of a property of the database on the current connection. For security reasons (see DERBY-6616), this code is duplicated in SystemProcedures.
        Parameters:
        key - the property key
        value - the new value, if null the property is deleted.
        Throws:
        java.sql.SQLException - on error

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.