Skip navigation links

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

E17493-04


Uses of Class
oracle.javatools.db.ora.OracleExternalTableProperties.ProjectColumn

Packages that use OracleExternalTableProperties.ProjectColumn
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 

 

Uses of OracleExternalTableProperties.ProjectColumn in oracle.javatools.db.ora

 

Methods in oracle.javatools.db.ora that return OracleExternalTableProperties.ProjectColumn
 OracleExternalTableProperties.ProjectColumn OracleExternalTableProperties.getProjectColumn()
          Get the value of the 'alter table project column clause'.
static OracleExternalTableProperties.ProjectColumn OracleExternalTableProperties.ProjectColumn.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OracleExternalTableProperties.ProjectColumn[] OracleExternalTableProperties.ProjectColumn.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.javatools.db.ora with parameters of type OracleExternalTableProperties.ProjectColumn
 void OracleExternalTableProperties.setProjectColumn(OracleExternalTableProperties.ProjectColumn projectColumn)
          Set the value of the 'alter table project column clause'.

 


Skip navigation links

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

E17493-04


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