Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.tools.schemaframework
Class ViewDefinition

java.lang.Object
  extended by oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
      extended by oracle.toplink.tools.schemaframework.ViewDefinition
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ViewDefinition
extends DatabaseObjectDefinition

Purpose: Allow for creation of views.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
name, qualifier
 
Constructor Summary
ViewDefinition()
           
 
Method Summary
 java.lang.String getSelectClause()
          The select clause is the select statement that is mapped into the view.
 void setSelectClause(java.lang.String selectClause)
          The select clause is the select statement that is mapped into the view.
 
Methods inherited from class oracle.toplink.tools.schemaframework.DatabaseObjectDefinition
clone, getName, getQualifier, setName, setQualifier, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewDefinition

public ViewDefinition()
Method Detail

getSelectClause

public java.lang.String getSelectClause()
The select clause is the select statement that is mapped into the view. This is database specific SQL code.


setSelectClause

public void setSelectClause(java.lang.String selectClause)
The select clause is the select statement that is mapped into the view. This is database specific SQL code.


Copyright © 1998, 2012, Oracle. All Rights Reserved.