Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.db.property.PropertyKey

Packages that use PropertyKey
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
 

Uses of PropertyKey in oracle.javatools.db
 

Fields in oracle.javatools.db with annotations of type PropertyKey
static java.lang.String Column.AUTO_GENERATED_SEQUENCE
           
static java.lang.String Column.AUTO_GENERATED_SEQUENCE_TRIGGER
           
static java.lang.String DBObject.COMMENT
          The comment property.
static java.lang.String Table.TABLE_TYPE_KEY
          Property controlling the type of Table represented by this model.
static java.lang.String Tablespace.TABLESPACE_TYPE_KEY
          Property controlling the type of Tablespace represented by this model.
 

Uses of PropertyKey in oracle.javatools.db.ora
 

Fields in oracle.javatools.db.ora with annotations of type PropertyKey
static java.lang.String OracleTablePartitions.KEY
           
static java.lang.String OracleExternalTableProperties.KEY
          KEY for use in getProperty/setProperty on a Table object to query the external table properties.
static java.lang.String OracleIndexProperties.KEY
           
static java.lang.String OracleIndexOrganizedTableProperties.KEY
           
static java.lang.String OracleStorageProperties.KEY
           
static java.lang.String OracleTablespaceProperties.KEY
           
static java.lang.String OracleSchemaProperties.KEY
           
static java.lang.String OracleIndexPartitions.KEY
           
static java.lang.String OracleStorageProperties.MV_INDEX_KEY
           
static java.lang.String OracleDatabase.NESTED_TABLE_PROPERTY
          Property name for nested tables.
static java.lang.String OracleDatabase.OBJECT_TABLE_PROPERTY
          Property name for Object Tables.
static java.lang.String OracleDatabase.PARTITIONED_TABLE_PROPERTY
          Property name for Partitioned Tables.
static java.lang.String OracleDatabase.TABLE_COMPRESS_KEY
          Boolean property indicating if the table is compressed.
static java.lang.String OracleDatabase.TABLE_PARALLEL_KEY
          Integer property indicating the degree of parallelism on the table 0 = PARALLEL DEFAULT (Server selects the degree) 1 = NOPARALLEL (default) n = PARALLEL n If the property is not set, this will be interpretted as 1, ie NOPARALLEL.
static java.lang.String OracleColumnProperties.TYPE
           
static java.lang.String OracleDatabase.USER_PRIVS
          Property name for user privileges.
static java.lang.String OracleDatabase.USER_ROLES
          Property name for user roles.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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