Skip navigation links 
 
org.eclipse.persistence.tools.schemaframework
Class ViewDefinition
java.lang.Object
  
org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
      
org.eclipse.persistence.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
 
 
 
  
 
  
 
| Method Summary | 
 java.io.Writer | 
buildCreationWriter(org.eclipse.persistence.internal.sessions.AbstractSession session, java.io.Writer writer) 
          INTERNAL: Return the DDL to create the view. | 
 java.io.Writer | 
buildDeletionWriter(org.eclipse.persistence.internal.sessions.AbstractSession session, java.io.Writer writer) 
          INTERNAL: Return the DDL to drop the view. | 
 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 org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition | 
buildVPDCreationFunctionWriter, buildVPDCreationPolicyWriter, buildVPDDeletionWriter, clone, createObject, createOnDatabase, dropFromDatabase, dropObject, getFullName, getName, getQualifier, postCreateObject, preDropObject, setName, setQualifier, shouldCreateVPDCalls, toString | 
 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
selectClause
protected java.lang.String selectClause
ViewDefinition
public ViewDefinition()
buildCreationWriter
public java.io.Writer buildCreationWriter(org.eclipse.persistence.internal.sessions.AbstractSession session,
                                          java.io.Writer writer)
                                   throws ValidationException
- INTERNAL: Return the DDL to create the view.
 
- 
- Specified by:
 
buildCreationWriter in class DatabaseObjectDefinition 
 
- 
- Throws:
 
ValidationException 
 
buildDeletionWriter
public java.io.Writer buildDeletionWriter(org.eclipse.persistence.internal.sessions.AbstractSession session,
                                          java.io.Writer writer)
                                   throws ValidationException
- INTERNAL: Return the DDL to drop the view.
 
- 
- Specified by:
 
buildDeletionWriter in class DatabaseObjectDefinition 
 
- 
- Throws:
 
ValidationException 
 
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.
 
Skip navigation links 
 
Copyright © 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.