org.jcoderz.phoenix.sqlparser
Class SqlStatement
java.lang.Object
org.jcoderz.phoenix.sqlparser.SqlStatement
- Direct Known Subclasses:
- CreateIndexStatement, CreateSequenceStatement, CreateTableStatement
public abstract class SqlStatement
- extends Object
- Author:
- Albrecht Messner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlStatement
public SqlStatement()
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.