org.jcoderz.phoenix.sqlparser
Class SqlStatement

java.lang.Object
  extended by org.jcoderz.phoenix.sqlparser.SqlStatement
Direct Known Subclasses:
CreateIndexStatement, CreateSequenceStatement, CreateTableStatement

public abstract class SqlStatement
extends Object

Author:
Albrecht Messner

Constructor Summary
SqlStatement()
           
 
Method Summary
 String getAnnotation()
           
 void setAnnotation(String annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlStatement

public SqlStatement()
Method Detail

setAnnotation

public void setAnnotation(String annotation)
Parameters:
annotation - the annotation to set

getAnnotation

public String getAnnotation()
Returns:
Returns the annotation.


Copyright 2007 The jCoderZ Project.