net.sf.farrago.ddl
Class DdlReplaceOptions

java.lang.Object
  extended by net.sf.farrago.ddl.DdlReplaceOptions

public class DdlReplaceOptions
extends Object

DdlReplaceOptions contains attributes of a CREATE OR REPLACE statement.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/ddl/DdlReplaceOptions.java#6 $
Author:
Jason Ouellette

Field Summary
private  boolean isReplace
           
private  SqlIdentifier newName
           
 
Constructor Summary
DdlReplaceOptions()
           
 
Method Summary
 SqlIdentifier getNewName()
           
 boolean isReplace()
           
 void setIsReplace(boolean isReplace)
           
 void setNewName(SqlIdentifier newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isReplace

private boolean isReplace

newName

private SqlIdentifier newName
Constructor Detail

DdlReplaceOptions

public DdlReplaceOptions()
Method Detail

isReplace

public boolean isReplace()

getNewName

public SqlIdentifier getNewName()

setIsReplace

public void setIsReplace(boolean isReplace)

setNewName

public void setNewName(SqlIdentifier newName)