Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.2)

E23196-02

Package oracle.javatools.db.property

Classes for dealing with properties in the database API.

See: Description

Package oracle.javatools.db.property Description

Classes for dealing with properties in the database API. Essentially a layer of metadata classes for the API.

All DBObject implementations are java beans, and therefore a given object has a number of properties through the bean's get and set methods. In addition extra (non-bean) properties can be regsitered with the API as well to be included in an object's property map.

To obtain a Map or Iterator of all the properties for a given object use a PropertyIterator.

To obtain information about a specific property, use a PropertyHelper.

Since:
11
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.2)

E23196-02

Copyright © 1997, 2013, Oracle. All rights reserved.